diff options
author | dillo <dillo@pkgsrc.org> | 2004-12-02 22:23:46 +0000 |
---|---|---|
committer | dillo <dillo@pkgsrc.org> | 2004-12-02 22:23:46 +0000 |
commit | f6b0bfb62f9895c3d7727425be8bad6036b2b5cd (patch) | |
tree | 0e495219cdd8cb23f06a17766b6a5b5a1d3cd333 | |
parent | 2ba31106eca9c54345f0e04ab145d1b6289b7593 (diff) | |
download | pkgsrc-f6b0bfb62f9895c3d7727425be8bad6036b2b5cd.tar.gz |
manually update (MASTER_SITE_IFARCHIVE)
XXX: guide's dependency w3m failed to compile
-rw-r--r-- | doc/pkgsrc.html | 11 | ||||
-rw-r--r-- | doc/pkgsrc.txt | 13 |
2 files changed, 13 insertions, 11 deletions
diff --git a/doc/pkgsrc.html b/doc/pkgsrc.html index 62094e30c16..f8ca6b66454 100644 --- a/doc/pkgsrc.html +++ b/doc/pkgsrc.html @@ -4297,7 +4297,7 @@ CONF_FILES= ${EGDIR}/Muttrc ${PKG_SYSCONFDIR}/Muttrc audit-packages installation procedure:</p> <pre class="screen"> =========================================================================== -$NetBSD: pkgsrc.html,v 1.7 2004/11/22 16:52:08 wiz Exp $ +$NetBSD: pkgsrc.html,v 1.8 2004/12/01 09:52:59 wiz Exp $ You may wish to have the vulnerabilities file downloaded daily so that it remains current. This may be done by adding an appropriate entry @@ -4779,6 +4779,7 @@ fi ${MASTER_SITE_GNOME} ${MASTER_SITE_GNU} ${MASTER_SITE_GNUSTEP} + ${MASTER_SITE_IFARCHIVE} ${MASTER_SITE_MOZILLA} ${MASTER_SITE_PERL_CPAN} ${MASTER_SITE_SOURCEFORGE} @@ -5331,7 +5332,7 @@ WRKSRC= ${WRKDIR}/${DISTNAME}/unix <p>Be sure to add a RCS ID line as the first thing in any <code class="filename">PLIST</code> file you write:</p> <pre class="programlisting"> -@comment $NetBSD: pkgsrc.html,v 1.7 2004/11/22 16:52:08 wiz Exp $ +@comment $NetBSD: pkgsrc.html,v 1.8 2004/12/01 09:52:59 wiz Exp $ </pre> </div> @@ -6006,7 +6007,7 @@ DEPENDS+= foo>=1.1.0:../../category/foo "filename">buildlink3.mk</code> is taken from <code class="filename">pkgsrc/graphics/tiff</code>:</p> <pre class="programlisting"> -# $NetBSD: pkgsrc.html,v 1.7 2004/11/22 16:52:08 wiz Exp $ +# $NetBSD: pkgsrc.html,v 1.8 2004/12/01 09:52:59 wiz Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ TIFF_BUILDLINK3_MK:= ${TIFF_BUILDLINK3_MK}+ @@ -10511,7 +10512,7 @@ PERL5_PACKLIST= ${PERL5_SITEARCH}/auto/Pg/.packlist </div> </div> <pre class="programlisting"> -# $NetBSD: pkgsrc.html,v 1.7 2004/11/22 16:52:08 wiz Exp $ +# $NetBSD: pkgsrc.html,v 1.8 2004/12/01 09:52:59 wiz Exp $ # DISTNAME= bison-1.25 @@ -10556,7 +10557,7 @@ of the NetBSD source tree is beyond me. </div> </div> <pre class="programlisting"> -@comment $NetBSD: pkgsrc.html,v 1.7 2004/11/22 16:52:08 wiz Exp $ +@comment $NetBSD: pkgsrc.html,v 1.8 2004/12/01 09:52:59 wiz Exp $ bin/bison man/man1/bison.1.gz info/bison.info diff --git a/doc/pkgsrc.txt b/doc/pkgsrc.txt index ffc32dde453..70f76ac5a1b 100644 --- a/doc/pkgsrc.txt +++ b/doc/pkgsrc.txt @@ -14,7 +14,7 @@ The pkgsrc Developers Copyright (C) 1994-2004 The NetBSD Foundation, Inc -$NetBSD: pkgsrc.txt,v 1.7 2004/11/22 16:52:09 wiz Exp $ +$NetBSD: pkgsrc.txt,v 1.8 2004/12/01 09:52:59 wiz Exp $ Abstract @@ -1663,7 +1663,7 @@ The following message is displayed as part of the audit-packages installation procedure: =========================================================================== -$NetBSD: pkgsrc.txt,v 1.7 2004/11/22 16:52:09 wiz Exp $ +$NetBSD: pkgsrc.txt,v 1.8 2004/12/01 09:52:59 wiz Exp $ You may wish to have the vulnerabilities file downloaded daily so that it remains current. This may be done by adding an appropriate entry @@ -1837,6 +1837,7 @@ The MASTER_SITES may be set to one of the predefined sites: ${MASTER_SITE_GNOME} ${MASTER_SITE_GNU} ${MASTER_SITE_GNUSTEP} + ${MASTER_SITE_IFARCHIVE} ${MASTER_SITE_MOZILLA} ${MASTER_SITE_PERL_CPAN} ${MASTER_SITE_SOURCEFORGE} @@ -2078,7 +2079,7 @@ the PLIST file (or files, see below!). Be sure to add a RCS ID line as the first thing in any PLIST file you write: -@comment $NetBSD: pkgsrc.txt,v 1.7 2004/11/22 16:52:09 wiz Exp $ +@comment $NetBSD: pkgsrc.txt,v 1.8 2004/12/01 09:52:59 wiz Exp $ 8.2. Semi-automatic PLIST generation @@ -2353,7 +2354,7 @@ following command will generate a good starting point for buildlink3.mk files: The following real-life example buildlink3.mk is taken from pkgsrc/graphics/ tiff: -# $NetBSD: pkgsrc.txt,v 1.7 2004/11/22 16:52:09 wiz Exp $ +# $NetBSD: pkgsrc.txt,v 1.8 2004/12/01 09:52:59 wiz Exp $ BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+ TIFF_BUILDLINK3_MK:= ${TIFF_BUILDLINK3_MK}+ @@ -4315,7 +4316,7 @@ A.1. files A.1.1. Makefile -# $NetBSD: pkgsrc.txt,v 1.7 2004/11/22 16:52:09 wiz Exp $ +# $NetBSD: pkgsrc.txt,v 1.8 2004/12/01 09:52:59 wiz Exp $ # DISTNAME= bison-1.25 @@ -4339,7 +4340,7 @@ of the NetBSD source tree is beyond me. A.1.3. PLIST -@comment $NetBSD: pkgsrc.txt,v 1.7 2004/11/22 16:52:09 wiz Exp $ +@comment $NetBSD: pkgsrc.txt,v 1.8 2004/12/01 09:52:59 wiz Exp $ bin/bison man/man1/bison.1.gz info/bison.info |