From f18e59286f81a34f3972f9fa5850563c4c16f54f Mon Sep 17 00:00:00 2001 From: Maxim Sobolev Date: Sat, 16 Feb 2002 09:38:51 +0000 Subject: [PATCH] Add recently approved by freebsd-gnome@ distfiles policy. Submitted by: Joe Marcus Clarke --- en/gnome/docs/porting.sgml | 36 +++++++++++++++++++++++++++++++++++- 1 file changed, 35 insertions(+), 1 deletion(-) diff --git a/en/gnome/docs/porting.sgml b/en/gnome/docs/porting.sgml index f991755925..6fd2b348f9 100644 --- a/en/gnome/docs/porting.sgml +++ b/en/gnome/docs/porting.sgml @@ -1,6 +1,6 @@ - + %gnomeincludes; %includes; @@ -203,6 +203,40 @@ pre-patch: ensures that -pthread will be passed to the linker.

+ +

Distfile Issues

+ +

As GNOME 2.0 gains developer momentum, things must be done to sort + out the new GNOME 2.0 distfiles from the GNOME 1.0 distfiles, as well + as do our part to keep the distfiles directory clean. To do + this, GNOME 1.0 ports that download their distfiles from + ${MASTER_SITE_GNOME} must add the following to their + Makfile:

+ +
+DIST_SUBDIR=    gnome
+      
+ +

GNOME 2.0 ports that download their distfiles from + ${MASTER_SITE_GNOME} must include the following in their + Makfile:

+ +
+DIST_SUBDIR=    gnome2
+	  
+ +

Some GNOME distfiles come in both tar gzip as well as tar bzip2 + format. To save time when downloading distfiles over slow links, + you should use the bzip2 distfiles whenever possible. To do this, + add the following to your port's Makefile:

+ +
+USE_BZIP2=  yes
+	  
+ + + +

If you still need help with your port, have a look at some of the existing ports for examples. The freebsd-gnome mailing