diff options
author | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
---|---|---|
committer | tv <tv@pkgsrc.org> | 2005-04-11 21:44:48 +0000 |
commit | f816d81489fd245a89e581c2f9cf792562ade194 (patch) | |
tree | 2d8b7b078f159a824fcd53503d6096a145f0f177 /pkgtools | |
parent | 20c9d4d37f602a9588b4348f641bf63018a0abb9 (diff) | |
download | pkgsrc-f816d81489fd245a89e581c2f9cf792562ade194.tar.gz |
Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used.
Diffstat (limited to 'pkgtools')
-rw-r--r-- | pkgtools/autoswc/Makefile | 3 | ||||
-rw-r--r-- | pkgtools/binpatch/Makefile | 3 | ||||
-rw-r--r-- | pkgtools/createbuildlink/Makefile | 3 | ||||
-rw-r--r-- | pkgtools/digest/Makefile | 3 | ||||
-rw-r--r-- | pkgtools/libkver/Makefile | 3 | ||||
-rw-r--r-- | pkgtools/libnbcompat/Makefile | 3 | ||||
-rw-r--r-- | pkgtools/mtree/Makefile | 3 | ||||
-rw-r--r-- | pkgtools/pkg_alternatives/Makefile | 3 | ||||
-rw-r--r-- | pkgtools/pkg_comp/Makefile | 3 | ||||
-rw-r--r-- | pkgtools/pkg_filecheck/Makefile | 3 | ||||
-rw-r--r-- | pkgtools/pkg_install-info/Makefile | 3 | ||||
-rw-r--r-- | pkgtools/pkg_install/Makefile | 3 | ||||
-rw-r--r-- | pkgtools/pkg_notify/Makefile | 3 | ||||
-rw-r--r-- | pkgtools/pkgclean/Makefile | 3 | ||||
-rw-r--r-- | pkgtools/pkgconflict/Makefile | 3 | ||||
-rw-r--r-- | pkgtools/pkgdiff/Makefile | 3 | ||||
-rw-r--r-- | pkgtools/pkgfind/Makefile | 3 | ||||
-rw-r--r-- | pkgtools/pkglint/Makefile | 3 | ||||
-rw-r--r-- | pkgtools/rcorder/Makefile | 3 | ||||
-rw-r--r-- | pkgtools/revbump/Makefile | 3 | ||||
-rw-r--r-- | pkgtools/rpm2pkg/Makefile | 3 | ||||
-rw-r--r-- | pkgtools/url2pkg/Makefile | 3 | ||||
-rw-r--r-- | pkgtools/x11-links/Makefile | 3 | ||||
-rw-r--r-- | pkgtools/xpkgwedge/Makefile | 3 |
24 files changed, 24 insertions, 48 deletions
diff --git a/pkgtools/autoswc/Makefile b/pkgtools/autoswc/Makefile index 784dbfc903c..20147830103 100644 --- a/pkgtools/autoswc/Makefile +++ b/pkgtools/autoswc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/10/25 20:58:05 tv Exp $ +# $NetBSD: Makefile,v 1.9 2005/04/11 21:47:04 tv Exp $ DISTNAME= autoswc-1.5 CATEGORIES= pkgtools sysutils @@ -12,7 +12,6 @@ DEPENDS+= autoconf>=2.59:../../devel/autoconf DEPENDS+= automake>=1.8.2:../../devel/automake DEPENDS+= libtool-base>=1.5.2:../../devel/libtool-base -NO_BUILDLINK= YES NO_CHECKSUM= YES NO_CONFIGURE= YES NO_MTREE= YES diff --git a/pkgtools/binpatch/Makefile b/pkgtools/binpatch/Makefile index 547cd103023..14c6bf41cf2 100644 --- a/pkgtools/binpatch/Makefile +++ b/pkgtools/binpatch/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/01/06 05:32:29 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/04/11 21:47:04 tv Exp $ # DISTNAME= binpatch-1.0 @@ -10,7 +10,6 @@ MAINTAINER= atatat@NetBSD.org HOMEPAGE= ftp://ftp.NetBSD.org/pub/NetBSD/packages/pkgsrc/Packages.txt COMMENT= Trivial binary patch applicator -USE_BUILDLINK3= yes NO_CHECKSUM= # defined diff --git a/pkgtools/createbuildlink/Makefile b/pkgtools/createbuildlink/Makefile index ca26731f141..0a850fc586d 100644 --- a/pkgtools/createbuildlink/Makefile +++ b/pkgtools/createbuildlink/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2004/10/15 14:41:11 tv Exp $ +# $NetBSD: Makefile,v 1.35 2005/04/11 21:47:04 tv Exp $ DISTNAME= createbuildlink-3.8 CATEGORIES= pkgtools sysutils @@ -14,7 +14,6 @@ WRKSRC= ${WRKDIR} EXTRACT_ONLY= # empty USE_LANGUAGES= # empty NO_CHECKSUM= yes -NO_BUILDLINK= yes NO_BUILD= yes EXTRACT_CMD= ${ECHO} diff --git a/pkgtools/digest/Makefile b/pkgtools/digest/Makefile index cc1b331f0d5..8a0003f52da 100644 --- a/pkgtools/digest/Makefile +++ b/pkgtools/digest/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.45 2005/03/23 14:32:19 agc Exp $ +# $NetBSD: Makefile,v 1.46 2005/04/11 21:47:05 tv Exp $ # # When adding new digest algorithms, please use rmd160 as the template, # and bump the VERSION definition. @@ -14,7 +14,6 @@ COMMENT?= Message digest wrapper utility PKG_INSTALLATION_TYPES= overwrite pkgviews -USE_BUILDLINK3= yes GNU_CONFIGURE= yes NO_PKGTOOLS_REQD_CHECK= # defined diff --git a/pkgtools/libkver/Makefile b/pkgtools/libkver/Makefile index 8edf33d4a9c..326796c571d 100644 --- a/pkgtools/libkver/Makefile +++ b/pkgtools/libkver/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/03/30 06:41:01 seb Exp $ +# $NetBSD: Makefile,v 1.14 2005/04/11 21:47:05 tv Exp $ DISTNAME= libkver-${VERSION} CATEGORIES= pkgtools @@ -11,7 +11,6 @@ COMMENT= Shared library and sysctl(1) replacement to override system version PKG_INSTALLATION_TYPES= overwrite pkgviews -USE_BUILDLINK3= YES USE_PKGINSTALL= YES NO_PKGTOOLS_REQD_CHECK= # defined diff --git a/pkgtools/libnbcompat/Makefile b/pkgtools/libnbcompat/Makefile index 49f0aac3500..ad4c5879c3c 100644 --- a/pkgtools/libnbcompat/Makefile +++ b/pkgtools/libnbcompat/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.44 2005/01/06 05:32:29 tv Exp $ +# $NetBSD: Makefile,v 1.45 2005/04/11 21:47:05 tv Exp $ # # NOTE: If you update this package, it is *mandatory* that you update # pkgsrc/pkgtools/libnbcompat/files/README to reflect the actual @@ -14,7 +14,6 @@ MAINTAINER= grant@NetBSD.org HOMEPAGE= http://www.NetBSD.org/ COMMENT= Portable NetBSD compatibility library -NO_BUILDLINK= yes NO_PKGTOOLS_REQD_CHECK= yes NO_CHECKSUM= yes NO_MTREE= yes diff --git a/pkgtools/mtree/Makefile b/pkgtools/mtree/Makefile index 0938f5b4e79..f008dfeecca 100644 --- a/pkgtools/mtree/Makefile +++ b/pkgtools/mtree/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2005/01/06 05:32:29 tv Exp $ +# $NetBSD: Makefile,v 1.15 2005/04/11 21:47:05 tv Exp $ # DISTNAME= mtree-20040722 @@ -10,7 +10,6 @@ MAINTAINER= grant@NetBSD.org HOMEPAGE= http://www.NetBSD.org/ COMMENT= Utility for mapping and checking directory hierarchies -USE_BUILDLINK3= yes GNU_CONFIGURE= # defined NO_PKGTOOLS_REQD_CHECK= # defined diff --git a/pkgtools/pkg_alternatives/Makefile b/pkgtools/pkg_alternatives/Makefile index fda1e307ed7..c3e9211b033 100644 --- a/pkgtools/pkg_alternatives/Makefile +++ b/pkgtools/pkg_alternatives/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/02/10 10:18:03 jmmv Exp $ +# $NetBSD: Makefile,v 1.5 2005/04/11 21:47:05 tv Exp $ # DISTNAME= pkg_alternatives-1.3 @@ -14,7 +14,6 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews EXTRACT_ONLY= # empty NO_CHECKSUM= YES NO_BUILD= YES -NO_BUILDLINK= YES USE_PKGINSTALL= YES WRKSRC= ${WRKDIR} diff --git a/pkgtools/pkg_comp/Makefile b/pkgtools/pkg_comp/Makefile index f15edfcd790..ebc4ee2c553 100644 --- a/pkgtools/pkg_comp/Makefile +++ b/pkgtools/pkg_comp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2004/12/12 01:04:27 grant Exp $ +# $NetBSD: Makefile,v 1.28 2005/04/11 21:47:05 tv Exp $ DISTNAME= pkg_comp-1.20 CATEGORIES= pkgtools @@ -15,7 +15,6 @@ WRKSRC= ${WRKDIR} EXTRACT_ONLY= # empty NO_CHECKSUM= YES NO_CONFIGURE= YES -NO_BUILDLINK= YES NO_BUILD= YES INSTALLATION_DIRS= man/man8 sbin diff --git a/pkgtools/pkg_filecheck/Makefile b/pkgtools/pkg_filecheck/Makefile index 8b5968c13dc..b1de6d1f931 100644 --- a/pkgtools/pkg_filecheck/Makefile +++ b/pkgtools/pkg_filecheck/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/11/17 08:13:09 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2005/04/11 21:47:05 tv Exp $ # DISTNAME= pkg_filecheck-0.1 @@ -13,7 +13,6 @@ COMMENT= Check for files not owned by any package WRKSRC= ${WRKDIR} USE_PERL5= run USE_PKGINSTALL= yes -USE_BUILDLINK3= yes EXTRACT_ONLY= # empty NO_CHECKSUM= yes diff --git a/pkgtools/pkg_install-info/Makefile b/pkgtools/pkg_install-info/Makefile index 3999ed351f4..a53dc918cb1 100644 --- a/pkgtools/pkg_install-info/Makefile +++ b/pkgtools/pkg_install-info/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/02/07 16:12:38 seb Exp $ +# $NetBSD: Makefile,v 1.11 2005/04/11 21:47:05 tv Exp $ # DISTNAME= pkg_install-info-${VERSION} @@ -13,7 +13,6 @@ COMMENT= Standalone GNU info file installation utility PKG_INSTALLATION_TYPES= overwrite pkgviews -USE_BUILDLINK3= yes GNU_CONFIGURE= # defined NO_CHECKSUM= # defined diff --git a/pkgtools/pkg_install/Makefile b/pkgtools/pkg_install/Makefile index b386f91e043..17fcf72582d 100644 --- a/pkgtools/pkg_install/Makefile +++ b/pkgtools/pkg_install/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.110 2005/02/14 02:30:39 uebayasi Exp $ +# $NetBSD: Makefile,v 1.111 2005/04/11 21:47:05 tv Exp $ # Notes to package maintainers: # @@ -25,7 +25,6 @@ CONFIGURE_ARGS+= --with-pax="\"${PAX}"\" CONFIGURE_ARGS+= --with-tar="\"${TAR}"\" NO_PKGTOOLS_REQD_CHECK= # defined -NO_BUILDLINK= # defined NO_CHECKSUM= # defined NO_MTREE= # defined PKG_PRESERVE= # defined diff --git a/pkgtools/pkg_notify/Makefile b/pkgtools/pkg_notify/Makefile index b2e7dc48c0d..ce9e97e2587 100644 --- a/pkgtools/pkg_notify/Makefile +++ b/pkgtools/pkg_notify/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/01/14 10:04:01 jmmv Exp $ +# $NetBSD: Makefile,v 1.6 2005/04/11 21:47:05 tv Exp $ # DISTNAME= pkg_notify-0.4.2 @@ -14,7 +14,6 @@ DEPENDS+= p5-libwww>=5.76:../../www/p5-libwww PKG_INSTALLATION_TYPES= overwrite pkgviews NO_BUILD= yes -NO_BUILDLINK= yes NO_CONFIGURE= yes USE_PERL5= yes USE_PKGINSTALL= yes diff --git a/pkgtools/pkgclean/Makefile b/pkgtools/pkgclean/Makefile index 45cc28485c5..5cadca895e2 100644 --- a/pkgtools/pkgclean/Makefile +++ b/pkgtools/pkgclean/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/03/14 20:18:40 tv Exp $ +# $NetBSD: Makefile,v 1.7 2005/04/11 21:47:05 tv Exp $ DISTNAME= pkgclean-20050118 CATEGORIES= pkgtools @@ -10,7 +10,6 @@ COMMENT= Quickly clean up all work directories in pkgsrc PKG_INSTALLATION_TYPES= overwrite pkgviews -NO_BUILDLINK= yes NO_CONFIGURE= yes NO_CHECKSUM= yes diff --git a/pkgtools/pkgconflict/Makefile b/pkgtools/pkgconflict/Makefile index 5ff995c1b3b..42910fb9b18 100644 --- a/pkgtools/pkgconflict/Makefile +++ b/pkgtools/pkgconflict/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2005/01/05 21:15:15 tv Exp $ +# $NetBSD: Makefile,v 1.14 2005/04/11 21:47:05 tv Exp $ # DISTNAME= pkgconflict-0.4 @@ -13,7 +13,6 @@ WRKSRC= ${WRKDIR} NO_CHECKSUM= yes NO_CONFIGURE= yes PKG_INSTALLATION_TYPES= overwrite pkgviews -USE_BUILDLINK3= yes .include "../../mk/bsd.prefs.mk" diff --git a/pkgtools/pkgdiff/Makefile b/pkgtools/pkgdiff/Makefile index 8cf905594a5..8b5a98d71ca 100644 --- a/pkgtools/pkgdiff/Makefile +++ b/pkgtools/pkgdiff/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.52 2004/11/23 22:00:48 hubertf Exp $ +# $NetBSD: Makefile,v 1.53 2005/04/11 21:47:05 tv Exp $ # DISTNAME= pkgdiff-0.116 @@ -19,7 +19,6 @@ NO_CHECKSUM= yes NO_CONFIGURE= yes WRKSRC= ${WRKDIR} -USE_BUILDLINK3= yes USE_LANGUAGES= # empty MAKE_ENV= PKGSRCDIR=${_PKGSRCDIR:Q} diff --git a/pkgtools/pkgfind/Makefile b/pkgtools/pkgfind/Makefile index c6f6134c7b1..3d268df70e2 100644 --- a/pkgtools/pkgfind/Makefile +++ b/pkgtools/pkgfind/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/02/15 21:24:36 peter Exp $ +# $NetBSD: Makefile,v 1.11 2005/04/11 21:47:05 tv Exp $ DISTNAME= pkgfind-20050215 CATEGORIES= pkgtools @@ -10,7 +10,6 @@ COMMENT= Find packages by package name in pkgsrc PKG_INSTALLATION_TYPES= overwrite pkgviews -USE_BUILDLINK3= yes NO_CONFIGURE= yes NO_CHECKSUM= yes diff --git a/pkgtools/pkglint/Makefile b/pkgtools/pkglint/Makefile index 350c4e7bfe7..ba76966970f 100644 --- a/pkgtools/pkglint/Makefile +++ b/pkgtools/pkglint/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.228 2005/04/11 19:01:31 tv Exp $ +# $NetBSD: Makefile,v 1.229 2005/04/11 21:47:05 tv Exp $ # DISTNAME= pkglint-4.12 @@ -17,7 +17,6 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews USE_PERL5= yes WRKSRC= ${WRKDIR} -NO_BUILDLINK= yes NO_CHECKSUM= yes NO_CONFIGURE= yes USE_LANGUAGES= # empty diff --git a/pkgtools/rcorder/Makefile b/pkgtools/rcorder/Makefile index 6db89b98a81..f580a369c09 100644 --- a/pkgtools/rcorder/Makefile +++ b/pkgtools/rcorder/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2005/01/06 05:32:30 tv Exp $ +# $NetBSD: Makefile,v 1.7 2005/04/11 21:47:05 tv Exp $ # DISTNAME= rcorder-20031013 @@ -10,7 +10,6 @@ MAINTAINER= schmonz@NetBSD.org HOMEPAGE= http://www.NetBSD.org/ COMMENT= Print a dependency ordering of interdependent files -USE_BUILDLINK3= yes NO_CHECKSUM= yes GNU_CONFIGURE= yes diff --git a/pkgtools/revbump/Makefile b/pkgtools/revbump/Makefile index f98dfea1ea4..60e106e6785 100644 --- a/pkgtools/revbump/Makefile +++ b/pkgtools/revbump/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2005/01/05 00:31:38 wiz Exp $ +# $NetBSD: Makefile,v 1.2 2005/04/11 21:47:06 tv Exp $ # DISTNAME= revbump-1.0 @@ -13,7 +13,6 @@ COMMENT= Tools for bumping PKGREVISIONs (for pkgsrc developers) PKG_INSTALLATION_TYPES= overwrite pkgviews WRKSRC= ${WRKDIR} -NO_BUILDLINK= yes NO_CHECKSUM= yes NO_CONFIGURE= yes USE_PERL5= run diff --git a/pkgtools/rpm2pkg/Makefile b/pkgtools/rpm2pkg/Makefile index 6200814e913..0da49696708 100644 --- a/pkgtools/rpm2pkg/Makefile +++ b/pkgtools/rpm2pkg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2004/10/03 00:18:03 tv Exp $ +# $NetBSD: Makefile,v 1.26 2005/04/11 21:47:06 tv Exp $ DISTNAME= rpm2pkg-2.1 PKGREVISION= 1 @@ -13,7 +13,6 @@ COMMENT= Convert RPM archives to NetBSD packages CONFLICTS+= suse-base<=6.4 WRKSRC= ${WRKDIR} -USE_BUILDLINK3= YES NO_CHECKSUM= YES CPPFLAGS+= ${BUILDLINK_CPPFLAGS.bzip2} ${BUILDLINK_CPPFLAGS.rpm} \ diff --git a/pkgtools/url2pkg/Makefile b/pkgtools/url2pkg/Makefile index 9e4a9db1901..a958c28f9fa 100644 --- a/pkgtools/url2pkg/Makefile +++ b/pkgtools/url2pkg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2005/04/11 19:02:07 tv Exp $ +# $NetBSD: Makefile,v 1.35 2005/04/11 21:47:06 tv Exp $ # DISTNAME= url2pkg-1.28 @@ -14,7 +14,6 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews WRKSRC= ${WRKDIR} EXTRACT_ONLY= # empty -NO_BUILDLINK= yes NO_CHECKSUM= yes NO_CONFIGURE= yes USE_LANGUAGES= # empty diff --git a/pkgtools/x11-links/Makefile b/pkgtools/x11-links/Makefile index 94b5f322d9b..d22f199ab6f 100644 --- a/pkgtools/x11-links/Makefile +++ b/pkgtools/x11-links/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.65 2005/03/07 04:03:09 jschauma Exp $ +# $NetBSD: Makefile,v 1.66 2005/04/11 21:47:06 tv Exp $ # # NOTE: If you update this package, then you'll likely need to also update # the x11-links dependency in buildlink3.mk to the correct version, @@ -16,7 +16,6 @@ COMMENT= Shadow tree of links to native X11 headers and libraries PKG_INSTALLATION_TYPES= overwrite pkgviews WRKSRC= ${WRKDIR} -USE_BUILDLINK3= yes USE_LANGUAGES= # empty EXTRACT_ONLY= # empty NO_CHECKSUM= yes diff --git a/pkgtools/xpkgwedge/Makefile b/pkgtools/xpkgwedge/Makefile index 60819a279a0..840df1f56c4 100644 --- a/pkgtools/xpkgwedge/Makefile +++ b/pkgtools/xpkgwedge/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.53 2004/08/27 06:29:10 jlam Exp $ +# $NetBSD: Makefile,v 1.54 2005/04/11 21:47:06 tv Exp $ DISTNAME= xpkgwedge-1.12 CATEGORIES= pkgtools devel x11 @@ -15,7 +15,6 @@ WRKSRC= ${WRKDIR} EXTRACT_ONLY= # empty USE_LANGUAGES= # empty NO_CONFIGURE= # defined -NO_BUILDLINK= # defined NO_CHECKSUM= # defined .include "../../mk/bsd.prefs.mk" |