Add recently approved by freebsd-gnome@ distfiles policy.

Submitted by:	Joe Marcus Clarke <marcus@marcuscom.com>
This commit is contained in:
Maxim Sobolev 2002-02-16 09:38:51 +00:00
parent cb717e568d
commit f18e59286f
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=12204

View file

@ -1,6 +1,6 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD$">
<!ENTITY date "$FreeBSD: www/en/gnome/docs/porting.sgml,v 1.13 2002/02/04 06:44:33 sobomax Exp $">
<!ENTITY title "FreeBSD GNOME Project: How To Make a Port">
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
@ -203,6 +203,40 @@ pre-patch:
ensures that -pthread will be passed to the linker.</p>
<!-- End GNOME libtool -->
<!-- Begin GNOME distfiles -->
<h2>Distfile Issues</h2>
<p>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
<tt>${MASTER_SITE_GNOME}</tt> must add the following to their
Makfile:</p>
<pre>
DIST_SUBDIR= gnome
</pre>
<p>GNOME 2.0 ports that download their distfiles from
<tt>${MASTER_SITE_GNOME}</tt> must include the following in their
Makfile:</p>
<pre>
DIST_SUBDIR= gnome2
</pre>
<p>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:</p>
<pre>
USE_BZIP2= yes
</pre>
<!-- End GNOME distfiles -->
<p>If you still need help with your port, have a look at some of
the <a href="/ports/gnome.html">existing ports</a> for examples.
The <a href="mailto:&email;@FreeBSD.ORG">freebsd-gnome mailing