From f816d81489fd245a89e581c2f9cf792562ade194 Mon Sep 17 00:00:00 2001 From: tv Date: Mon, 11 Apr 2005 21:44:48 +0000 Subject: Remove USE_BUILDLINK3 and NO_BUILDLINK; these are no longer used. --- lang/Cg-compiler/Makefile | 3 +-- lang/RScheme/Makefile | 3 +-- lang/STk/Makefile | 3 +-- lang/blackdown-jre13/Makefile.common | 3 +-- lang/ccsh/Makefile | 3 +-- lang/cdl3/Makefile | 3 +-- lang/chicken/Makefile | 3 +-- lang/cilk/Makefile | 3 +-- lang/cim/Makefile | 3 +-- lang/classpath/Makefile.common | 3 +-- lang/clisp/Makefile | 3 +-- lang/coq/Makefile | 3 +-- lang/drscheme/Makefile | 3 +-- lang/dylan-interpreter/Makefile.common | 3 +-- lang/eag/Makefile | 3 +-- lang/elk/Makefile | 3 +-- lang/erlang/Makefile | 3 +-- lang/f2c/Makefile | 3 +-- lang/focal/Makefile | 3 +-- lang/gauche/Makefile | 3 +-- lang/gawk/Makefile | 3 +-- lang/gb/Makefile | 3 +-- lang/gcc-ssp/Makefile | 3 +-- lang/gcc/Makefile | 3 +-- lang/gcc3/Makefile | 3 +-- lang/gcc3/Makefile.common | 3 +-- lang/gcc34-ada/Makefile | 3 +-- lang/gcc34/Makefile | 3 +-- lang/gforth/Makefile | 3 +-- lang/ghc/Makefile | 3 +-- lang/gpc/Makefile | 3 +-- lang/gprolog/Makefile | 3 +-- lang/guile/Makefile | 3 +-- lang/guile14/Makefile | 3 +-- lang/hugs/Makefile | 3 +-- lang/icon/Makefile | 3 +-- lang/jasmin/Makefile | 3 +-- lang/jdk-openjit/Makefile.common | 3 +-- lang/jdk/Makefile | 3 +-- lang/jikes/Makefile | 3 +-- lang/jini/Makefile | 3 +-- lang/kaffe/Makefile.common | 3 +-- lang/ksi/Makefile | 3 +-- lang/libperl/Makefile | 3 +-- lang/librep/Makefile | 3 +-- lang/libtcl-nothread/Makefile | 3 +-- lang/lua/Makefile | 3 +-- lang/lua4/Makefile | 3 +-- lang/maude/Makefile | 3 +-- lang/mercury/Makefile | 3 +-- lang/mono/Makefile | 3 +-- lang/nawk/Makefile | 3 +-- lang/nhc98/Makefile | 3 +-- lang/objc/Makefile | 3 +-- lang/ocaml/Makefile.common | 3 +-- lang/onyx/Makefile | 3 +-- lang/oo2c/Makefile | 3 +-- lang/openc++/Makefile | 3 +-- lang/opencobol/Makefile | 3 +-- lang/p2c/Makefile | 3 +-- lang/perl5/Makefile | 3 +-- lang/perl58/Makefile | 3 +-- lang/pforth/Makefile | 3 +-- lang/php5/Makefile | 3 +-- lang/pnet/Makefile | 3 +-- lang/pnetC/Makefile | 3 +-- lang/pnetlib/Makefile.common | 3 +-- lang/py-basicproperty/Makefile | 3 +-- lang/py-funge/Makefile | 3 +-- lang/py-psyco/Makefile | 3 +-- lang/py-pyrex/Makefile | 3 +-- lang/python20/Makefile | 3 +-- lang/python21-pth/Makefile | 3 +-- lang/python21/Makefile | 3 +-- lang/python22-pth/Makefile | 3 +-- lang/python22/Makefile | 3 +-- lang/python23-pth/Makefile | 3 +-- lang/python23/Makefile.common | 3 +-- lang/python24-pth/Makefile | 3 +-- lang/python24/Makefile | 3 +-- lang/ruby16-base/Makefile | 3 +-- lang/ruby18-base/Makefile | 3 +-- lang/sablevm-classpath/Makefile.common | 3 +-- lang/sablevm/Makefile | 3 +-- lang/sather/Makefile | 3 +-- lang/scm/Makefile | 3 +-- lang/smalltalk/Makefile | 3 +-- lang/smlnj/Makefile | 3 +-- lang/squeak/Makefile | 3 +-- lang/sr/Makefile | 3 +-- lang/stalin/Makefile | 3 +-- lang/sun-jre13/Makefile.common | 3 +-- lang/sun-jre14/Makefile.common | 3 +-- lang/sun-jre15/Makefile.common | 3 +-- lang/swi-prolog-lite/Makefile | 3 +-- lang/swi-prolog-packages/Makefile | 3 +-- lang/tcl-expect/Makefile.common | 3 +-- lang/tcl-itcl-current/Makefile | 3 +-- lang/tcl-itcl/Makefile | 3 +-- lang/tcl-otcl/Makefile | 3 +-- lang/tcl-tclX/Makefile | 3 +-- lang/tcl/Makefile | 3 +-- lang/tcl83/Makefile | 3 +-- lang/tk-tclX/Makefile | 3 +-- lang/ucblogo/Makefile | 3 +-- lang/wonka/Makefile | 3 +-- lang/yabasic/Makefile | 3 +-- 107 files changed, 107 insertions(+), 214 deletions(-) (limited to 'lang') diff --git a/lang/Cg-compiler/Makefile b/lang/Cg-compiler/Makefile index 913c4a0324d..c0289f3ac61 100644 --- a/lang/Cg-compiler/Makefile +++ b/lang/Cg-compiler/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/11/25 19:40:34 minskim Exp $ +# $NetBSD: Makefile,v 1.4 2005/04/11 21:46:12 tv Exp $ # DISTNAME= CgLinux-1.3.0408-0400 @@ -15,7 +15,6 @@ ONLY_FOR_PLATFORM= *-*-i386 WRKSRC= ${WRKDIR} CHECK_SHLIBS= no NO_BUILD= yes -NO_BUILDLINK= yes .include "../../mk/bsd.prefs.mk" diff --git a/lang/RScheme/Makefile b/lang/RScheme/Makefile index c5a542bf303..0475f63f370 100644 --- a/lang/RScheme/Makefile +++ b/lang/RScheme/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2004/12/03 15:15:00 wiz Exp $ +# $NetBSD: Makefile,v 1.20 2005/04/11 21:46:12 tv Exp $ DISTNAME= rs-0.7.3.2 PKGNAME= RScheme-0.7.3.2 @@ -10,7 +10,6 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.rscheme.org/ COMMENT= Object-oriented Scheme implementation -USE_BUILDLINK3= YES GNU_CONFIGURE= YES BUILD_TARGET= base AUTOMAKE_OVERRIDE= NO diff --git a/lang/STk/Makefile b/lang/STk/Makefile index 80433116cb6..5985e67a2f4 100644 --- a/lang/STk/Makefile +++ b/lang/STk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/04/28 05:06:28 snj Exp $ +# $NetBSD: Makefile,v 1.13 2005/04/11 21:46:12 tv Exp $ DISTNAME= STk-4.0.1 CATEGORIES= lang @@ -8,7 +8,6 @@ MAINTAINER= perry@NetBSD.org HOMEPAGE= http://kaolin.unice.fr/STk/ COMMENT= Scheme interpreter with full access to the Tk graphical package -USE_BUILDLINK3= yes OSVERSION_SPECIFIC= yes GNU_CONFIGURE= yes USE_X11= yes diff --git a/lang/blackdown-jre13/Makefile.common b/lang/blackdown-jre13/Makefile.common index 0ee834b335c..28723395be9 100644 --- a/lang/blackdown-jre13/Makefile.common +++ b/lang/blackdown-jre13/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.16 2004/07/01 10:56:11 wiz Exp $ +# $NetBSD: Makefile.common,v 1.17 2005/04/11 21:46:12 tv Exp $ # RELVERSION= 1.3.1 @@ -45,7 +45,6 @@ CHECK_SHLIBS= NO # This would use NetBSD ldd on Linux shlibs. JVM_HOME= ${PREFIX}/java/blackdown-${RELVERSION} -NO_BUILDLINK= yes PLIST_SUBST+= BLACKDOWN_ARCH=${BLACKDOWN_ARCH} diff --git a/lang/ccsh/Makefile b/lang/ccsh/Makefile index 459473700ce..364247f9a71 100644 --- a/lang/ccsh/Makefile +++ b/lang/ccsh/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/03/07 17:16:54 minskim Exp $ +# $NetBSD: Makefile,v 1.2 2005/04/11 21:46:12 tv Exp $ # DISTNAME= ccsh-0.0.4 @@ -12,7 +12,6 @@ COMMENT= C-like syntax scripting PKG_INSTALLATION_TYPES= overwrite pkgviews USE_GNU_TOOLS+= make -USE_BUILDLINK3= yes SUBST_CLASSES+= options SUBST_MESSAGE.options= "Preventing CFLAGS from being overridden." diff --git a/lang/cdl3/Makefile b/lang/cdl3/Makefile index d07e73e108b..961027f49a1 100644 --- a/lang/cdl3/Makefile +++ b/lang/cdl3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/02/01 15:04:58 ben Exp $ +# $NetBSD: Makefile,v 1.5 2005/04/11 21:46:12 tv Exp $ DISTNAME= cdl3-1.2.5 CATEGORIES= lang @@ -10,7 +10,6 @@ COMMENT= Programming language for the development of compilers PKG_INSTALLATION_TYPES= overwrite pkgviews -USE_BUILDLINK3= yes USE_GNU_TOOLS+= make USE_LIBTOOL= yes GNU_CONFIGURE= yes diff --git a/lang/chicken/Makefile b/lang/chicken/Makefile index b4769534f43..bcc762f6c31 100644 --- a/lang/chicken/Makefile +++ b/lang/chicken/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2005/01/16 15:11:30 jmmv Exp $ +# $NetBSD: Makefile,v 1.17 2005/04/11 21:46:12 tv Exp $ # DISTNAME= chicken-1.89 @@ -10,7 +10,6 @@ HOMEPAGE= http://www.call-with-current-continuation.org/chicken.html COMMENT= Scheme to C compiler, handling R5RS GNU_CONFIGURE= yes -USE_BUILDLINK3= yes USE_GNU_TOOLS+= make USE_LIBTOOL= yes TEST_TARGET= test diff --git a/lang/cilk/Makefile b/lang/cilk/Makefile index d7867dece35..d6bc8357ac7 100644 --- a/lang/cilk/Makefile +++ b/lang/cilk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2004/10/03 00:14:59 tv Exp $ +# $NetBSD: Makefile,v 1.22 2005/04/11 21:46:12 tv Exp $ DISTNAME= cilk-5.3.1 PKGREVISION= 3 @@ -13,7 +13,6 @@ COMMENT= Multithreaded parallel programming language based on ANSI C ONLY_FOR_PLATFORM= *-*-alpha *-*-i386 -*-*mipse[bl] *-*-powerpc *-*-sparc GNU_CONFIGURE= # defined -USE_BUILDLINK3= yes USE_GNU_TOOLS+= make USE_PERL5= yes USE_LIBTOOL= yes diff --git a/lang/cim/Makefile b/lang/cim/Makefile index 7baf29e3f9c..4fa404ba4f6 100644 --- a/lang/cim/Makefile +++ b/lang/cim/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2004/10/03 00:15:00 tv Exp $ +# $NetBSD: Makefile,v 1.20 2005/04/11 21:46:12 tv Exp $ DISTNAME= cim-3.30 PKGREVISION= 1 @@ -9,7 +9,6 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.gnu.org/software/cim/cim.html COMMENT= Simula compiler based on the C programming language -USE_BUILDLINK3= YES GNU_CONFIGURE= YES USE_LIBTOOL= YES LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig diff --git a/lang/classpath/Makefile.common b/lang/classpath/Makefile.common index f10c82d7c64..cee3ec0595b 100644 --- a/lang/classpath/Makefile.common +++ b/lang/classpath/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2004/11/29 15:17:00 wiz Exp $ +# $NetBSD: Makefile.common,v 1.4 2005/04/11 21:46:12 tv Exp $ DISTNAME= classpath-0.12 CATEGORIES= devel @@ -13,7 +13,6 @@ DEPENDS+= jikes>=1.18:../../lang/jikes DISTINFO_FILE= ${.CURDIR}/../../lang/classpath/distinfo GNU_CONFIGURE= yes -USE_BUILDLINK3= yes USE_GNU_TOOLS+= make USE_LIBTOOL= yes diff --git a/lang/clisp/Makefile b/lang/clisp/Makefile index bf3ecd42fc0..5e0ea17165c 100644 --- a/lang/clisp/Makefile +++ b/lang/clisp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.40 2005/04/05 12:42:44 wiz Exp $ +# $NetBSD: Makefile,v 1.41 2005/04/11 21:46:12 tv Exp $ DISTNAME= clisp-2.33 PKGREVISION= 1 @@ -15,7 +15,6 @@ NOT_FOR_PLATFORM= *-*-alpha *-*-sparc64 *-*-x86_64 # severe LP64 problems PKG_INSTALLATION_TYPES= overwrite pkgviews WRKSRC= ${WRKDIR}/${DISTNAME}/src -USE_BUILDLINK3= YES USE_PKGLOCALEDIR= YES CONFIGURE_ENV+= CC="${CC}" CFLAGS="${CFLAGS}" CPPFLAGS="${CPPFLAGS}" \ gt_cv_func_gnugettext2_libintl=yes diff --git a/lang/coq/Makefile b/lang/coq/Makefile index d54289f7a7d..afb9f190f6f 100644 --- a/lang/coq/Makefile +++ b/lang/coq/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/02/05 11:19:02 adrianp Exp $ +# $NetBSD: Makefile,v 1.9 2005/04/11 21:46:13 tv Exp $ # DISTNAME= coq-8.0pl2 @@ -10,7 +10,6 @@ HOMEPAGE= http://coq.inria.fr/ COMMENT= Theorem prover which extracts programs from proofs USE_GNU_TOOLS+= make -USE_BUILDLINK3= YES HAS_CONFIGURE= YES CONFIGURE_ARGS+= -prefix ${PREFIX} CONFIGURE_ARGS+= -emacslib ${PREFIX}/share/emacs/site-lisp diff --git a/lang/drscheme/Makefile b/lang/drscheme/Makefile index e96471f5db6..b327cb6b6cf 100644 --- a/lang/drscheme/Makefile +++ b/lang/drscheme/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2005/01/12 20:32:04 jschauma Exp $ +# $NetBSD: Makefile,v 1.25 2005/04/11 21:46:13 tv Exp $ # DISTNAME= plt-${DRSCHEME_VERSION}-src-unix @@ -23,7 +23,6 @@ COMMENT= R4RS-compliant and nearly R5RS-compliant scheme tailored for teaching CONFLICTS+= mzscheme-[0-9]*:../../lang/mzscheme WRKSRC= ${WRKDIR}/plt/src -USE_BUILDLINK3= yes USE_X11= yes USE_GNU_TOOLS+= make USE_PERL5= yes diff --git a/lang/dylan-interpreter/Makefile.common b/lang/dylan-interpreter/Makefile.common index 93fcaa90e89..85b2580c6d9 100644 --- a/lang/dylan-interpreter/Makefile.common +++ b/lang/dylan-interpreter/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.17 2004/12/03 15:15:00 wiz Exp $ +# $NetBSD: Makefile.common,v 1.18 2005/04/11 21:46:13 tv Exp $ # DISTNAME= gwydion-dylan-${DYLAN_VERSION} @@ -16,7 +16,6 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.gwydiondylan.org/ COMMENT= Functional language -USE_BUILDLINK3= yes USE_GNU_TOOLS+= make USE_LIBTOOL= yes MAKEFILE= GNUmakefile diff --git a/lang/eag/Makefile b/lang/eag/Makefile index b88255d42bf..875ed5963cd 100644 --- a/lang/eag/Makefile +++ b/lang/eag/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/10/03 00:15:00 tv Exp $ +# $NetBSD: Makefile,v 1.3 2005/04/11 21:46:13 tv Exp $ DISTNAME= eag-2.3 PKGREVISION= 1 @@ -12,7 +12,6 @@ COMMENT= Transducer generator using affix grammars PKG_INSTALLATION_TYPES= overwrite pkgviews -USE_BUILDLINK3= yes USE_X11= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes diff --git a/lang/elk/Makefile b/lang/elk/Makefile index 671bbe5680e..94ee871cb4b 100644 --- a/lang/elk/Makefile +++ b/lang/elk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2005/04/08 16:03:37 wiz Exp $ +# $NetBSD: Makefile,v 1.28 2005/04/11 21:46:13 tv Exp $ DISTNAME= elk-3.0 PKGNAME= elk-3.0.3 @@ -14,7 +14,6 @@ COMMENT= Embeddable Scheme interpreter NOT_FOR_PLATFORM= *-*-alpha *-*-mips* *-*-sparc64 BUILD_TARGET= default -USE_BUILDLINK3= yes .include "../../mk/bsd.prefs.mk" diff --git a/lang/erlang/Makefile b/lang/erlang/Makefile index fbc328eddc7..7edb5e176a9 100644 --- a/lang/erlang/Makefile +++ b/lang/erlang/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2004/10/03 00:15:00 tv Exp $ +# $NetBSD: Makefile,v 1.16 2005/04/11 21:46:13 tv Exp $ DISTNAME= otp_src_R9C-0 PKGNAME= erlang-9.2 @@ -12,7 +12,6 @@ COMMENT= Concurrent functional programming language DIST_SUBDIR= erlang -USE_BUILDLINK3= yes USE_X11= yes USE_PERL5= yes GNU_CONFIGURE= yes diff --git a/lang/f2c/Makefile b/lang/f2c/Makefile index ae38c885339..446fe79a391 100644 --- a/lang/f2c/Makefile +++ b/lang/f2c/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2005/01/28 23:37:42 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.34 2005/04/11 21:46:13 tv Exp $ DISTNAME= f2c-20001205 PKGREVISION= 8 @@ -32,7 +32,6 @@ MAKE_ENV+= AWK=${AWK} MAKE_ENV+= ECHO=${ECHO} WRKSRC= ${WRKDIR}/f2c -USE_BUILDLINK3= yes USE_LIBTOOL= yes post-extract: diff --git a/lang/focal/Makefile b/lang/focal/Makefile index edcaeda85e6..dc9d51251bc 100644 --- a/lang/focal/Makefile +++ b/lang/focal/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/04/28 05:06:28 snj Exp $ +# $NetBSD: Makefile,v 1.3 2005/04/11 21:46:13 tv Exp $ # DISTNAME= focal @@ -10,7 +10,6 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://home.tiscali.be/be042720/44/focal.htm COMMENT= Interpreted programming language -USE_BUILDLINK3= yes FOCALDOCDIR= ${PREFIX}/share/doc/focal diff --git a/lang/gauche/Makefile b/lang/gauche/Makefile index 28b674421b8..9e02d90fb99 100644 --- a/lang/gauche/Makefile +++ b/lang/gauche/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.29 2005/03/07 03:16:46 uebayasi Exp $ +# $NetBSD: Makefile,v 1.30 2005/04/11 21:46:13 tv Exp $ # DISTNAME= Gauche-0.8.3 @@ -23,7 +23,6 @@ SUBST_FILES.lgdbm= configure SUBST_SED.lgdbm= -e 's|"-lgdbm"|"${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.gdbm}/lib -lgdbm"|g' GNU_CONFIGURE= yes -USE_BUILDLINK3= yes CONFIGURE_ARGS+= --with-slib=${PREFIX}/share/slib CONFIGURE_ARGS+= --with-iconv=${BUILDLINK_PREFIX.iconv} CONFIGURE_ARGS+= --enable-threads=none # must match w/ boehm-gc diff --git a/lang/gawk/Makefile b/lang/gawk/Makefile index 267262e5ba8..e34a7a6dd6d 100644 --- a/lang/gawk/Makefile +++ b/lang/gawk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2005/01/30 05:34:16 minskim Exp $ +# $NetBSD: Makefile,v 1.28 2005/04/11 21:46:13 tv Exp $ # DISTNAME= gawk-3.1.4 @@ -15,7 +15,6 @@ CONFLICTS= ja-gawk-[0-9]* PKG_INSTALLATION_TYPES= overwrite pkgviews -USE_BUILDLINK3= yes GNU_CONFIGURE= # defined USE_PKGLOCALEDIR= # defined TEST_DIRS= ${WRKSRC} diff --git a/lang/gb/Makefile b/lang/gb/Makefile index 9027edcc61f..babcdf488d8 100644 --- a/lang/gb/Makefile +++ b/lang/gb/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2004/10/03 00:15:01 tv Exp $ +# $NetBSD: Makefile,v 1.22 2005/04/11 21:46:13 tv Exp $ # DISTNAME= gb-0.0.20 @@ -13,7 +13,6 @@ COMMENT= Basic for Gnome BUILD_USES_MSGFMT= YES GNU_CONFIGURE= YES -USE_BUILDLINK3= YES USE_PKGLOCALEDIR= YES USE_X11BASE= YES USE_LIBTOOL= YES diff --git a/lang/gcc-ssp/Makefile b/lang/gcc-ssp/Makefile index 72af249b798..711dc5fab93 100644 --- a/lang/gcc-ssp/Makefile +++ b/lang/gcc-ssp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2004/12/03 15:15:00 wiz Exp $ +# $NetBSD: Makefile,v 1.35 2005/04/11 21:46:13 tv Exp $ DISTNAME= gcc-2.95.3 PKGNAME= gcc-ssp-2.95.3.13 @@ -29,7 +29,6 @@ GCC_FILESDIR= ${.CURDIR}/../gcc/files # NetBSD-*-amigappc NetBSD-*-sandpoint NOT_FOR_PLATFORM= *-*-x86_64 -USE_BUILDLINK3= YES USE_PKGINSTALL= YES USE_GNU_TOOLS+= make diff --git a/lang/gcc/Makefile b/lang/gcc/Makefile index 9401a147793..d20e6044db5 100644 --- a/lang/gcc/Makefile +++ b/lang/gcc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.78 2004/12/03 15:15:00 wiz Exp $ +# $NetBSD: Makefile,v 1.79 2005/04/11 21:46:13 tv Exp $ DISTNAME= gcc-2.95.3 PKGREVISION= 5 @@ -17,7 +17,6 @@ COMMENT= GNU Compiler Collection, version 2 NOT_FOR_PLATFORM= Darwin-*-* *-*-x86_64 -USE_BUILDLINK3= YES USE_PKGINSTALL= YES USE_GNU_TOOLS+= make MAKEFLAGS+= GMAKE_LOCALE=no diff --git a/lang/gcc3/Makefile b/lang/gcc3/Makefile index bef97375e1f..c5f4d5c8e47 100644 --- a/lang/gcc3/Makefile +++ b/lang/gcc3/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.57 2005/01/21 15:08:14 drochner Exp $ +# $NetBSD: Makefile,v 1.58 2005/04/11 21:46:13 tv Exp $ GCC_VERSION= 3.3.5 DISTNAME= gcc3-${GCC_VERSION} @@ -20,7 +20,6 @@ DEPENDS+= gcc3-objc-${GCC_VERSION}{,nb*}:../../lang/gcc3-objc EXTRACT_ONLY= # empty NO_CHECKSUM= yes -NO_BUILDLINK= yes NO_CONFIGURE= yes NO_BUILD= yes diff --git a/lang/gcc3/Makefile.common b/lang/gcc3/Makefile.common index ec5145b2152..52d97e7e326 100644 --- a/lang/gcc3/Makefile.common +++ b/lang/gcc3/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.15 2005/03/05 01:19:30 garbled Exp $ +# $NetBSD: Makefile.common,v 1.16 2005/04/11 21:46:13 tv Exp $ GCC_VERSION= 3.3.5 DISTNAME= gcc-${GCC_VERSION} @@ -11,7 +11,6 @@ HOMEPAGE= http://www.gnu.org/software/gcc/gcc.html NOT_FOR_PLATFORM= Darwin-*-* Interix-*-* -USE_BUILDLINK3= yes USE_PKGINSTALL= yes USE_GNU_TOOLS+= make MAKEFLAGS+= GMAKE_LOCALE=no diff --git a/lang/gcc34-ada/Makefile b/lang/gcc34-ada/Makefile index c9deb9a34e6..f50caec8870 100644 --- a/lang/gcc34-ada/Makefile +++ b/lang/gcc34-ada/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/11/15 11:39:14 shannonjr Exp $ +# $NetBSD: Makefile,v 1.13 2005/04/11 21:46:13 tv Exp $ # DISTNAME= gcc-${GCC_VERSION} @@ -16,7 +16,6 @@ BUILD_USES_MSGFMT= YES GCC_VERSION= 3.4.3 -USE_BUILDLINK3= YES USE_PKGINSTALL= YES USE_GNU_TOOLS+= make HAS_CONFIGURE= YES diff --git a/lang/gcc34/Makefile b/lang/gcc34/Makefile index 8e9b835615e..3de543910ee 100644 --- a/lang/gcc34/Makefile +++ b/lang/gcc34/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2005/01/21 20:52:24 tv Exp $ +# $NetBSD: Makefile,v 1.22 2005/04/11 21:46:13 tv Exp $ # DISTNAME= gcc-${GCC_VERSION} @@ -104,7 +104,6 @@ PTHREAD_OPTS= native CONFIGURE_ARGS+= --disable-threads .endif -USE_BUILDLINK3= YES USE_PKGINSTALL= YES USE_GNU_TOOLS+= make HAS_CONFIGURE= YES # no GNU_CONFIGURE! diff --git a/lang/gforth/Makefile b/lang/gforth/Makefile index 5206f0be484..5eff2618803 100644 --- a/lang/gforth/Makefile +++ b/lang/gforth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.20 2004/11/26 09:39:30 jlam Exp $ +# $NetBSD: Makefile,v 1.21 2005/04/11 21:46:13 tv Exp $ DISTNAME= gforth-0.6.2 PKGREVISION= 1 @@ -12,7 +12,6 @@ COMMENT= Fast interpreter for the Forth language ONLY_FOR_PLATFORM= *-*-alpha *-*-i386 *-*-m68k *-*-powerpc *-*-sparc -USE_BUILDLINK3= YES GNU_CONFIGURE= YES # Make sure elisp will be installed even if no emacs installed. diff --git a/lang/ghc/Makefile b/lang/ghc/Makefile index 289bb46e764..2ddcb417856 100644 --- a/lang/ghc/Makefile +++ b/lang/ghc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2004/12/19 20:06:32 kristerw Exp $ +# $NetBSD: Makefile,v 1.20 2005/04/11 21:46:13 tv Exp $ DISTNAME= ghc-6.2.1 PKGREVISION= 1 @@ -20,7 +20,6 @@ CONFIGURE_SCRIPT= ./distrib/hc-build CONFIGURE_ARGS+= --enable-hc-boot-unregisterised INSTALL_MAKE_FLAGS+= stage=1 -USE_BUILDLINK3= yes USE_GNU_READLINE= yes # uses the UNDO_ constants USE_PERL5= yes diff --git a/lang/gpc/Makefile b/lang/gpc/Makefile index e0e6fa07a5f..df670fd6b1e 100644 --- a/lang/gpc/Makefile +++ b/lang/gpc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.19 2004/05/02 04:59:23 snj Exp $ +# $NetBSD: Makefile,v 1.20 2005/04/11 21:46:13 tv Exp $ DISTNAME= gpc-2.1 PKGREVISION= 3 @@ -19,7 +19,6 @@ PATCHFILES= gcc-2.95.3-diff-2002-08-29.gz BUILD_DEPENDS+= gsed-[0-9]*:../../textproc/gsed WRKSRC= ${WRKDIR}/gcc-2.95.3 -USE_BUILDLINK3= yes USE_GNU_TOOLS+= make USE_NCURSES= # defined PLIST_SRC= PLIST diff --git a/lang/gprolog/Makefile b/lang/gprolog/Makefile index 1300f7b472b..123d347e3c0 100644 --- a/lang/gprolog/Makefile +++ b/lang/gprolog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/04/28 05:06:28 snj Exp $ +# $NetBSD: Makefile,v 1.10 2005/04/11 21:46:13 tv Exp $ DISTNAME= gprolog-1.2.16 CATEGORIES= lang @@ -11,7 +11,6 @@ COMMENT= GNU prolog compiler and interpreter ONLY_FOR_PLATFORM= *-*-i386 *-*-powerpc *-*-sparc WRKSRC= ${WRKDIR}/${DISTNAME}/src -USE_BUILDLINK3= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-install-dir=${PREFIX}/libexec/${PKGNAME} \ --with-doc-dir=${PREFIX}/share/doc/gprolog \ diff --git a/lang/guile/Makefile b/lang/guile/Makefile index a812db6d057..dd8571a67cc 100644 --- a/lang/guile/Makefile +++ b/lang/guile/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.63 2004/12/26 00:29:42 wiz Exp $ +# $NetBSD: Makefile,v 1.64 2005/04/11 21:46:13 tv Exp $ DISTNAME= guile-1.6.7 CATEGORIES= lang @@ -10,7 +10,6 @@ COMMENT= GNU's Ubiquitous Intelligent Language for Extension CONFLICTS= guile14<1.4.1nb1 guile-oops-[0-9]* -USE_BUILDLINK3= YES GNU_CONFIGURE= YES USE_GNU_TOOLS+= make USE_LIBTOOL= YES diff --git a/lang/guile14/Makefile b/lang/guile14/Makefile index a198e977cd4..858835ea02f 100644 --- a/lang/guile14/Makefile +++ b/lang/guile14/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2004/11/30 18:17:31 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2005/04/11 21:46:14 tv Exp $ DISTNAME= guile-1.4.1 PKGNAME= guile14-1.4.1 @@ -10,7 +10,6 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.gnu.org/software/guile/guile.html COMMENT= GNU's Ubiquitous Intelligent Language for Extension -USE_BUILDLINK3= YES GNU_CONFIGURE= YES GNU_CONFIGURE_PREFIX= ${LOCALBASE}/guile/1.4 USE_GNU_TOOLS+= make diff --git a/lang/hugs/Makefile b/lang/hugs/Makefile index 06eb757e6b5..ca5830cd09c 100644 --- a/lang/hugs/Makefile +++ b/lang/hugs/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.28 2004/12/03 15:15:00 wiz Exp $ +# $NetBSD: Makefile,v 1.29 2005/04/11 21:46:14 tv Exp $ DISTNAME= hugs98-Dec2001 PKGNAME= hugs98-200112 @@ -11,7 +11,6 @@ HOMEPAGE= http://www.haskell.org/hugs/ COMMENT= Nottingham and Yale Haskell interpreter and programming environment WRKSRC= ${WRKDIR}/hugs98-Dec2001/src/unix -USE_BUILDLINK3= yes GNU_CONFIGURE= # defined CONFIGURE_ARGS+= --with-readline BUILD_TARGET= default diff --git a/lang/icon/Makefile b/lang/icon/Makefile index 8bf4c4320d9..c7956be4237 100644 --- a/lang/icon/Makefile +++ b/lang/icon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2005/03/02 10:31:23 grant Exp $ +# $NetBSD: Makefile,v 1.34 2005/04/11 21:46:14 tv Exp $ DISTNAME= icon.v942src PKGNAME= icon-9.4.2 @@ -10,7 +10,6 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.cs.arizona.edu/icon/index.htm COMMENT= The Icon programming language -USE_BUILDLINK3= YES USE_X11= YES CONFIGURE_TARGET= X-Configure BUILD_TARGET= All diff --git a/lang/jasmin/Makefile b/lang/jasmin/Makefile index 9914c16264a..6bb3b65c20b 100644 --- a/lang/jasmin/Makefile +++ b/lang/jasmin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2004/11/13 21:28:28 jlam Exp $ +# $NetBSD: Makefile,v 1.17 2005/04/11 21:46:14 tv Exp $ # DISTNAME= jasmin-1.06 @@ -12,7 +12,6 @@ COMMENT= Java "assembler" interface USE_JAVA= run WRKSRC= ${WRKDIR}/jasmin -USE_BUILDLINK3= yes NO_BUILD= # defined post-patch: diff --git a/lang/jdk-openjit/Makefile.common b/lang/jdk-openjit/Makefile.common index 543ddb13477..e77e6730872 100644 --- a/lang/jdk-openjit/Makefile.common +++ b/lang/jdk-openjit/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.6 2004/11/13 21:28:28 jlam Exp $ +# $NetBSD: Makefile.common,v 1.7 2005/04/11 21:46:14 tv Exp $ OPENJIT_VERSION=1.1.16 @@ -11,7 +11,6 @@ HOMEPAGE= http://www.openjit.org/ COMMENT= Reflective JIT compiler for Java GNU_CONFIGURE= # defined -USE_BUILDLINK3= yes USE_GNU_TOOLS+= make .include "../../mk/bsd.prefs.mk" diff --git a/lang/jdk/Makefile b/lang/jdk/Makefile index 1f4fd14c2d1..c201373919e 100644 --- a/lang/jdk/Makefile +++ b/lang/jdk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2005/01/30 23:18:38 jmmv Exp $ +# $NetBSD: Makefile,v 1.43 2005/04/11 21:46:14 tv Exp $ # VERSION= 1.1.8 @@ -36,7 +36,6 @@ MESSAGE_SUBST+= JAVA_HOME=${JAVA_HOME:Q} CHECK_SHLIBS= no -NO_BUILDLINK= yes USE_PKGINSTALL= yes ONLY_FOR_PLATFORM= NetBSD-*-i386 Linux-*-i[3-6]86 diff --git a/lang/jikes/Makefile b/lang/jikes/Makefile index f4f27a2b749..58b16153eb3 100644 --- a/lang/jikes/Makefile +++ b/lang/jikes/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2005/03/23 11:01:56 wiz Exp $ +# $NetBSD: Makefile,v 1.32 2005/04/11 21:46:14 tv Exp $ # DISTNAME= jikes-1.22 @@ -11,7 +11,6 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://jikes.sourceforge.net/ COMMENT= Java source to byte-code compiler -USE_BUILDLINK3= yes GNU_CONFIGURE= yes USE_LANGUAGES= c c++ UNLIMIT_RESOURCES= datasize diff --git a/lang/jini/Makefile b/lang/jini/Makefile index 8c7d1f676e0..8b9e6a0823d 100644 --- a/lang/jini/Makefile +++ b/lang/jini/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2004/06/28 17:28:57 abs Exp $ +# $NetBSD: Makefile,v 1.18 2005/04/11 21:46:14 tv Exp $ # DISTNAME= jini-${SUN_VERSION}-src @@ -28,7 +28,6 @@ NO_BIN_ON_FTP= ${RESTRICTED} WRKSRC= ${WRKDIR}/jini${SUN_VERSION} VERSION= 1.2.1 SUN_VERSION= ${VERSION:C/\./_/g}_001 -USE_BUILDLINK3= yes USE_JAVA= run PKG_JVMS_ACCEPTED= sun-jdk13 sun-jdk14 jdk13 jdk14 diff --git a/lang/kaffe/Makefile.common b/lang/kaffe/Makefile.common index 296726ff37c..c4610537ef7 100644 --- a/lang/kaffe/Makefile.common +++ b/lang/kaffe/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2004/07/04 15:24:46 jmmv Exp $ +# $NetBSD: Makefile.common,v 1.4 2005/04/11 21:46:14 tv Exp $ DISTNAME= kaffe-1.1.4 CATEGORIES= lang java @@ -12,7 +12,6 @@ GNU_CONFIGURE_PREFIX= ${JAVA_HOME} JAVA_HOME= ${PREFIX}/java/kaffe JAVA_NAME= kaffe NO_MTREE= yes -USE_BUILDLINK3= yes USE_PKGINSTALL= yes USE_LIBTOOL= yes USE_GNU_TOOLS+= make diff --git a/lang/ksi/Makefile b/lang/ksi/Makefile index 52f7f940ca0..0a38ba1c870 100644 --- a/lang/ksi/Makefile +++ b/lang/ksi/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/10/03 00:15:01 tv Exp $ +# $NetBSD: Makefile,v 1.8 2005/04/11 21:46:14 tv Exp $ DISTNAME= ksi-3.4.1 PKGREVISION= 3 @@ -13,7 +13,6 @@ CPPFLAGS+= -Dunix GNU_CONFIGURE= yes INFO_FILES= ksi-lang.info ksi-lib.info ksi.info MAKE_ENV+= BUILDLINK_DIR=${BUILDLINK_DIR} -USE_BUILDLINK3= yes USE_GNU_READLINE= # uses rl_event_hook() interface USE_LIBTOOL= yes USE_MAKEINFO= YES diff --git a/lang/libperl/Makefile b/lang/libperl/Makefile index 09d9b001cdf..b478c0c82fa 100644 --- a/lang/libperl/Makefile +++ b/lang/libperl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2004/09/15 07:10:48 jlam Exp $ +# $NetBSD: Makefile,v 1.35 2005/04/11 21:46:14 tv Exp $ .include "../../lang/perl5/Makefile.common" @@ -13,7 +13,6 @@ COMMENT= Perl DynaLoader as a shared object CONFLICTS+= perl>=5.8 WRKSRC= ${WRKDIR}/${EXTRACT_ELEMENTS} -USE_BUILDLINK3= yes EXTRACT_ELEMENTS= ${DISTNAME}/ext/DynaLoader BUILDLINK_DEPENDS.perl= perl-${PERL5_DIST_VERS}{,nb*} diff --git a/lang/librep/Makefile b/lang/librep/Makefile index 61da257c50b..da200f4dd84 100644 --- a/lang/librep/Makefile +++ b/lang/librep/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.39 2004/10/03 00:15:01 tv Exp $ +# $NetBSD: Makefile,v 1.40 2005/04/11 21:46:14 tv Exp $ # DISTNAME= librep-0.17 @@ -10,7 +10,6 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://librep.sourceforge.net/ COMMENT= Emacs Lisp-like runtime library, interpreter, compiler and VM -USE_BUILDLINK3= yes USE_GNU_TOOLS+= make USE_GNU_READLINE= # uses rl_basic_quote_characters diff --git a/lang/libtcl-nothread/Makefile b/lang/libtcl-nothread/Makefile index 245286d69c8..dd049a09d78 100644 --- a/lang/libtcl-nothread/Makefile +++ b/lang/libtcl-nothread/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2004/12/03 15:15:00 wiz Exp $ +# $NetBSD: Makefile,v 1.4 2005/04/11 21:46:14 tv Exp $ # DISTNAME= tcl8.4.6-src @@ -18,7 +18,6 @@ GNU_CONFIGURE= yes MAKE_ENV+= TOUCH="${TOUCH}" MAKE_ENV+= NOTHREAD_SUFX=-nothread -USE_BUILDLINK3= yes USE_LIBTOOL= yes TCLLIB= libtcl84-nothread.la diff --git a/lang/lua/Makefile b/lang/lua/Makefile index 6197d040423..c67e13f31fe 100644 --- a/lang/lua/Makefile +++ b/lang/lua/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2004/12/14 18:22:44 minskim Exp $ +# $NetBSD: Makefile,v 1.22 2005/04/11 21:46:14 tv Exp $ DISTNAME= lua-5.0.2 PKGREVISION= 2 @@ -22,7 +22,6 @@ COMMENT= Powerful light-weight language for extending applications PKG_INSTALLATION_TYPES= overwrite pkgviews -USE_BUILDLINK3= yes BUILD_TARGET= all so INSTALL_TARGET= install soinstall diff --git a/lang/lua4/Makefile b/lang/lua4/Makefile index 87ad0236eab..bc02fea892a 100644 --- a/lang/lua4/Makefile +++ b/lang/lua4/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/04/28 00:28:18 snj Exp $ +# $NetBSD: Makefile,v 1.7 2005/04/11 21:46:14 tv Exp $ DISTNAME= lua-4.0.1 PKGNAME= lua4-4.01 @@ -20,7 +20,6 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.lua.org/ COMMENT= Powerful light-weight language for extending applications -USE_BUILDLINK3= yes BUILD_DIRS= ${WRKSRC}/objdir diff --git a/lang/maude/Makefile b/lang/maude/Makefile index adefbd94273..675264670c2 100644 --- a/lang/maude/Makefile +++ b/lang/maude/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/10/09 16:29:56 kristerw Exp $ +# $NetBSD: Makefile,v 1.14 2005/04/11 21:46:14 tv Exp $ # DISTNAME= maude-src @@ -22,7 +22,6 @@ BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison EXTRACT_ONLY= ${DISTNAME}${EXTRACT_SUFX} WRKSRC= ${WRKDIR}/Maude-${PKGVERSION:C/nb[0-9]*$//} -USE_BUILDLINK3= YES GNU_CONFIGURE= YES CONFIGURE_ARGS+= --datadir=${PREFIX}/share/maude diff --git a/lang/mercury/Makefile b/lang/mercury/Makefile index 3de90f99ed6..8fd0b97898f 100644 --- a/lang/mercury/Makefile +++ b/lang/mercury/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.22 2004/10/03 00:15:01 tv Exp $ +# $NetBSD: Makefile,v 1.23 2005/04/11 21:46:14 tv Exp $ DISTNAME= mercury-compiler-0.11.0 PKGNAME= mercury-0.11.0 @@ -11,7 +11,6 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.cs.mu.oz.au/mercury/ COMMENT= Modern logic/functional programming language -USE_BUILDLINK3= yes GNU_CONFIGURE= yes USE_GNU_TOOLS+= make USE_GNU_READLINE= yes # rl_prep_term_function diff --git a/lang/mono/Makefile b/lang/mono/Makefile index 3b95e7d8477..5992634e9ea 100644 --- a/lang/mono/Makefile +++ b/lang/mono/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.34 2005/04/04 07:22:34 recht Exp $ +# $NetBSD: Makefile,v 1.35 2005/04/11 21:46:14 tv Exp $ DISTNAME= mono-1.1.6 CATEGORIES= lang @@ -23,7 +23,6 @@ NOT_FOR_PLATFORM+= NetBSD-2.9*-* NetBSD-3.*-* NOT_FOR_PLATFORM+= *-*-alpha *-*-sparc64 USE_GNU_TOOLS+= make yacc -USE_BUILDLINK3= yes USE_PKGINSTALL= yes USE_LIBTOOL= yes diff --git a/lang/nawk/Makefile b/lang/nawk/Makefile index bd6d1bc43b8..4ca46b91514 100644 --- a/lang/nawk/Makefile +++ b/lang/nawk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2004/12/03 15:15:01 wiz Exp $ +# $NetBSD: Makefile,v 1.22 2005/04/11 21:46:14 tv Exp $ # DISTNAME= awk @@ -17,7 +17,6 @@ USE_GNU_TOOLS+= yacc PKG_INSTALLATION_TYPES= overwrite pkgviews -USE_BUILDLINK3= yes MAKEFILE= makefile MAKE_FLAGS+= CC=${CC:Q} YACC=${YACC:Q} CFLAGS=${CFLAGS:Q} BUILD_TARGET= a.out diff --git a/lang/nhc98/Makefile b/lang/nhc98/Makefile index 5353fd16cf6..b42ebde9f5d 100644 --- a/lang/nhc98/Makefile +++ b/lang/nhc98/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.32 2004/12/03 15:15:01 wiz Exp $ +# $NetBSD: Makefile,v 1.33 2005/04/11 21:46:14 tv Exp $ DISTNAME= nhc98src-1.16 PKGNAME= nhc98-1.16 @@ -14,7 +14,6 @@ COMMENT= Portable Haskell 98 compiler NOT_FOR_PLATFORM= *-*-alpha *-*-sparc64 *-*-x86_64 WRKSRC= ${WRKDIR}/${PKGNAME_NOREV} -USE_BUILDLINK3= YES INCOMPAT_CURSES= NetBSD-1.5* NetBSD-1.6[-_.]* INCOMPAT_CURSES+= NetBSD-1.6[A-Z]-* NetBSD-1.6Z[A-K]* diff --git a/lang/objc/Makefile b/lang/objc/Makefile index 177988c0e1f..f5e97d71031 100644 --- a/lang/objc/Makefile +++ b/lang/objc/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/01/14 09:18:56 adam Exp $ +# $NetBSD: Makefile,v 1.4 2005/04/11 21:46:14 tv Exp $ DISTNAME= objc-3.2.6 CATEGORIES= lang @@ -16,7 +16,6 @@ CONFIGURE_DIRS= ${WRKSRC_BS} ${WRKSRC} PREPEND_PATH+= ${WRKSRC_BS} BUILD_TARGET= default -USE_BUILDLINK3= yes USE_GNU_TOOLS+= lex USE_PKGLOCALEDIR= yes GNU_CONFIGURE= yes diff --git a/lang/ocaml/Makefile.common b/lang/ocaml/Makefile.common index 706b5543dc8..7e24bef1161 100644 --- a/lang/ocaml/Makefile.common +++ b/lang/ocaml/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.6 2005/03/26 16:20:35 adam Exp $ +# $NetBSD: Makefile.common,v 1.7 2005/04/11 21:46:14 tv Exp $ DISTNAME= ocaml-3.08.3 CATEGORIES= lang @@ -12,7 +12,6 @@ COMMENT= The latest implementation of the Caml dialect of ML DISTINFO_FILE= ${.CURDIR}/../../lang/ocaml/distinfo PATCHDIR= ${.CURDIR}/../../lang/ocaml/patches -USE_BUILDLINK3= yes USE_GNU_TOOLS+= make HAS_CONFIGURE= yes CONFIGURE_ARGS+= -prefix ${PREFIX} diff --git a/lang/onyx/Makefile b/lang/onyx/Makefile index ea114dec11d..1ccac42ad58 100644 --- a/lang/onyx/Makefile +++ b/lang/onyx/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/10/03 00:15:02 tv Exp $ +# $NetBSD: Makefile,v 1.15 2005/04/11 21:46:15 tv Exp $ DISTNAME= onyx-${VERS} PKGREVISION= 1 @@ -15,7 +15,6 @@ BUILD_DEPENDS+= cook-[0-9]*:../../devel/cook # needs EL_CLIENTDATA in /usr/include/histedit.h ONLY_FOR_PLATFORM= NetBSD-1.5[YZ]*-* NetBSD-1.6*-* NetBSD-1.7*-* NetBSD-[2-9]* -USE_BUILDLINK3= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-pcre-prefix=${BUILDLINK_PREFIX.pcre} diff --git a/lang/oo2c/Makefile b/lang/oo2c/Makefile index 6695545ed27..9be1e639130 100644 --- a/lang/oo2c/Makefile +++ b/lang/oo2c/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2004/10/14 18:43:19 tv Exp $ +# $NetBSD: Makefile,v 1.17 2005/04/11 21:46:15 tv Exp $ DISTNAME= oo2c_${BITS}-2.0.11 PKGNAME= oo2c-2.0.11 @@ -21,7 +21,6 @@ BITS=64 BITS=32 .endif -USE_BUILDLINK3= yes GNU_CONFIGURE= yes USE_GNU_TOOLS+= make USE_LIBTOOL= yes diff --git a/lang/openc++/Makefile b/lang/openc++/Makefile index 16ad6b965ad..31ad37dc4a0 100644 --- a/lang/openc++/Makefile +++ b/lang/openc++/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/10/03 00:15:02 tv Exp $ +# $NetBSD: Makefile,v 1.11 2005/04/11 21:46:15 tv Exp $ # DISTNAME= opencxx2512 @@ -17,7 +17,6 @@ MAKE_FLAGS+= CXXFLAGS=-I${PREFIX}/include MAKE_FLAGS+= GCLIBDIR=${BUILDLINK_DIR} WRKSRC= ${WRKDIR}/openc++2.5.12/src/Unix -USE_BUILDLINK3= YES OPENCXX_SHAREDIR= ${PREFIX}/share/openc++ diff --git a/lang/opencobol/Makefile b/lang/opencobol/Makefile index 9909c752a63..26af76ebd71 100644 --- a/lang/opencobol/Makefile +++ b/lang/opencobol/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2004/10/15 12:03:52 tv Exp $ +# $NetBSD: Makefile,v 1.5 2005/04/11 21:46:15 tv Exp $ # DISTNAME= open-cobol-0.23 @@ -14,7 +14,6 @@ COMMENT= Open-source COBOL compiler BUILD_USES_MSGFMT= yes GNU_CONFIGURE= yes -USE_BUILDLINK3= yes USE_LIBTOOL= yes USE_PKGINSTALL= yes USE_PKGLOCALEDIR= yes diff --git a/lang/p2c/Makefile b/lang/p2c/Makefile index 36829538b5a..21903e2a0b5 100644 --- a/lang/p2c/Makefile +++ b/lang/p2c/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/04/25 07:19:25 snj Exp $ +# $NetBSD: Makefile,v 1.8 2005/04/11 21:46:15 tv Exp $ DISTNAME= p2c-1.20 CATEGORIES= lang @@ -9,7 +9,6 @@ MAINTAINER= jwise@NetBSD.org COMMENT= Pascal to C compiler (translates Pascal to C) WRKSRC= ${WRKDIR}/src -USE_BUILDLINK3= yes CFLAGS+= -Dunix=1 .include "../../mk/bsd.pkg.mk" diff --git a/lang/perl5/Makefile b/lang/perl5/Makefile index 42de11beca2..3d9d6b0d752 100644 --- a/lang/perl5/Makefile +++ b/lang/perl5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.91 2005/03/24 02:33:08 jlam Exp $ +# $NetBSD: Makefile,v 1.92 2005/04/11 21:46:15 tv Exp $ .include "../../lang/perl5/Makefile.common" @@ -22,7 +22,6 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews BUILDING_PERL5= yes PERL5_CONFIGURE= no -USE_BUILDLINK3= yes HAS_CONFIGURE= yes CONFIGURE_SCRIPT= ./Configure CONFIGURE_ARGS+= -sde diff --git a/lang/perl58/Makefile b/lang/perl58/Makefile index f21fccdceea..e928e715b5a 100644 --- a/lang/perl58/Makefile +++ b/lang/perl58/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.77 2005/03/24 02:33:08 jlam Exp $ +# $NetBSD: Makefile,v 1.78 2005/04/11 21:46:15 tv Exp $ # The following two variables should have empty values unless we're # building a perl snapshot or release candidate. @@ -43,7 +43,6 @@ CONFLICTS= perl-5.00* perl-base-[0-9]* \ PKG_INSTALLATION_TYPES= overwrite pkgviews -USE_BUILDLINK3= yes HAS_CONFIGURE= yes CONFIGURE_SCRIPT= ./Configure CONFIGURE_ARGS+= -sde diff --git a/lang/pforth/Makefile b/lang/pforth/Makefile index e07b5fabb89..0fb31cdbeab 100644 --- a/lang/pforth/Makefile +++ b/lang/pforth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/05/20 18:54:23 wiz Exp $ +# $NetBSD: Makefile,v 1.13 2005/04/11 21:46:15 tv Exp $ DISTNAME= pfthpc21 PKGNAME= pforth-21 @@ -12,7 +12,6 @@ COMMENT= Portable ANS-like Forth WRKSRC= ${WRKDIR} USE_GNU_TOOLS+= make -USE_BUILDLINK3= yes MAKEFILE= ${WRKSRC}/makefile NOT_FOR_PLATFORM= *-*-alpha #segfaults when running ./pforth during build diff --git a/lang/php5/Makefile b/lang/php5/Makefile index 2724459174f..88fde48838f 100644 --- a/lang/php5/Makefile +++ b/lang/php5/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2005/04/11 20:16:02 jdolecek Exp $ +# $NetBSD: Makefile,v 1.12 2005/04/11 21:46:15 tv Exp $ # PKGNAME= php-${PHP_BASE_VERS} @@ -9,7 +9,6 @@ HOMEPAGE= http://www.php.net/ COMMENT= PHP Hypertext Preprocessor version 5 USE_PKGINSTALL= YES -USE_BUILDLINK3= YES USE_GNU_TOOLS+= make LIBTOOL_OVERRIDE= # empty diff --git a/lang/pnet/Makefile b/lang/pnet/Makefile index e811eb43b0b..4dabc2d21f8 100644 --- a/lang/pnet/Makefile +++ b/lang/pnet/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2004/10/03 00:15:02 tv Exp $ +# $NetBSD: Makefile,v 1.11 2005/04/11 21:46:15 tv Exp $ DISTNAME= pnet-0.6.6 PKGREVISION= 1 @@ -17,7 +17,6 @@ USE_GNU_TOOLS+= make USE_LIBTOOL= yes USE_MAKEINFO= yes GNU_CONFIGURE= yes -USE_BUILDLINK3= yes INFO_FILES= pnettools.info diff --git a/lang/pnetC/Makefile b/lang/pnetC/Makefile index 875e4a58cda..791f3ebb9bf 100644 --- a/lang/pnetC/Makefile +++ b/lang/pnetC/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/10/03 00:15:02 tv Exp $ +# $NetBSD: Makefile,v 1.8 2005/04/11 21:46:15 tv Exp $ # DISTNAME= pnetC-0.6.6 @@ -12,7 +12,6 @@ COMMENT= C language binding for DotGNU Portable .NET GNU_CONFIGURE= yes USE_GNU_TOOLS+= make -USE_BUILDLINK3= yes USE_LIBTOOL= yes .include "../../lang/pnet/buildlink3.mk" diff --git a/lang/pnetlib/Makefile.common b/lang/pnetlib/Makefile.common index 34c678cbf44..5d386ee6d01 100644 --- a/lang/pnetlib/Makefile.common +++ b/lang/pnetlib/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.5 2004/05/29 12:20:21 xtraeme Exp $ +# $NetBSD: Makefile.common,v 1.6 2005/04/11 21:46:15 tv Exp $ # DISTNAME= pnetlib-0.6.6 @@ -12,7 +12,6 @@ COMMENT= DotGNU Portable .NET C SHARP class libraries GNU_CONFIGURE= yes USE_GNU_TOOLS+= make USE_LIBTOOL= yes -USE_BUILDLINK3= yes DESCR_SRC= ${.CURDIR}/../pnetlib/DESCR DISTINFO_FILE= ${.CURDIR}/../pnetlib/distinfo diff --git a/lang/py-basicproperty/Makefile b/lang/py-basicproperty/Makefile index e0feb9049a6..d280862345f 100644 --- a/lang/py-basicproperty/Makefile +++ b/lang/py-basicproperty/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.1.1.1 2004/12/21 10:59:50 darcy Exp $ +# $NetBSD: Makefile,v 1.2 2005/04/11 21:46:15 tv Exp $ # DISTNAME= basicproperty-0.6.3a @@ -12,7 +12,6 @@ COMMENT= Python RDBMS wrapper for various databases MAKE_ENV+= MANDIR=${PREFIX}/man MAKE_ENV+= BINDIR=${PREFIX}/bin -USE_BUILDLINK3= yes USE_GNU_TOOLS+= make PYDISTUTILSPKG= yes diff --git a/lang/py-funge/Makefile b/lang/py-funge/Makefile index 8b4a63e19b4..db2d711776e 100644 --- a/lang/py-funge/Makefile +++ b/lang/py-funge/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/01/23 20:41:46 recht Exp $ +# $NetBSD: Makefile,v 1.3 2005/04/11 21:46:15 tv Exp $ DISTNAME= pyfunge-0.2-beta1 PKGNAME= ${PYPKGPREFIX}-funge-0.2beta1 @@ -11,7 +11,6 @@ COMMENT= Extensible Funge-98 interpreter written in Python NO_BUILD= yes NO_CONFIGURE= yes -USE_BUILDLINK3= yes PYTHON_VERSIONS_ACCEPTED?= 23 diff --git a/lang/py-psyco/Makefile b/lang/py-psyco/Makefile index 010a2593a60..f345779b58c 100644 --- a/lang/py-psyco/Makefile +++ b/lang/py-psyco/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/01/23 20:41:46 recht Exp $ +# $NetBSD: Makefile,v 1.6 2005/04/11 21:46:15 tv Exp $ DISTNAME= psyco-1.2-src PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/-src//} @@ -10,7 +10,6 @@ HOMEPAGE= http://psyco.sf.net/ COMMENT= Python JIT and execution accelerator WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//} -USE_BUILDLINK3= YES PYDISTUTILSPKG= YES PYBINMODULE= YES PY_PATCHPLIST= YES diff --git a/lang/py-pyrex/Makefile b/lang/py-pyrex/Makefile index 4e234eed39e..5787ef50b98 100644 --- a/lang/py-pyrex/Makefile +++ b/lang/py-pyrex/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2005/01/23 20:41:46 recht Exp $ +# $NetBSD: Makefile,v 1.10 2005/04/11 21:46:15 tv Exp $ DISTNAME= Pyrex-0.9.3 PKGNAME= ${PYPKGPREFIX}-${DISTNAME:S/P/p/} @@ -12,7 +12,6 @@ COMMENT= A Language for Writing Python Extension Modules PYTHON_VERSIONS_ACCEPTED= 23 22 PYDISTUTILSPKG= yes -USE_BUILDLINK3= yes .include "../../lang/python/extension.mk" .include "../../mk/bsd.pkg.mk" diff --git a/lang/python20/Makefile b/lang/python20/Makefile index 36ad5eb01c4..778997a11fd 100644 --- a/lang/python20/Makefile +++ b/lang/python20/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2005/01/30 12:44:39 jmmv Exp $ +# $NetBSD: Makefile,v 1.27 2005/04/11 21:46:15 tv Exp $ # DISTNAME= Python-2.0.1 @@ -21,7 +21,6 @@ WRKSRC= ${WRKDIR}/Python-2.0.1 DIST_SUBDIR= python USE_LANGUAGES= c c++ -USE_BUILDLINK3= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --without-threads INSTALL_TARGET= altinstall diff --git a/lang/python21-pth/Makefile b/lang/python21-pth/Makefile index 27531a5cb4f..62231985c61 100644 --- a/lang/python21-pth/Makefile +++ b/lang/python21-pth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2005/01/23 20:41:46 recht Exp $ +# $NetBSD: Makefile,v 1.16 2005/04/11 21:46:15 tv Exp $ # DISTNAME= Python-2.1.3 @@ -18,7 +18,6 @@ EXTRACT_ONLY= # empty NO_CHECKSUM= yes NO_CONFIGURE= yes NO_BUILD= yes -NO_BUILDLINK= yes NO_MTREE= yes do-install: # empty diff --git a/lang/python21/Makefile b/lang/python21/Makefile index 0c69c90a385..f91434f5943 100644 --- a/lang/python21/Makefile +++ b/lang/python21/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2005/01/30 12:44:39 jmmv Exp $ +# $NetBSD: Makefile,v 1.19 2005/04/11 21:46:15 tv Exp $ # DISTNAME= Python-2.1.3 @@ -15,7 +15,6 @@ COMMENT= Interpreted, interactive, object-oriented programming language CONFLICTS+= python-[0-9]* USE_LANGUAGES= c c++ -USE_BUILDLINK3= YES GNU_CONFIGURE= YES PTHREAD_OPTS= require diff --git a/lang/python22-pth/Makefile b/lang/python22-pth/Makefile index 5612fbdabf2..a7f9ba0ed1f 100644 --- a/lang/python22-pth/Makefile +++ b/lang/python22-pth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2005/01/23 20:41:47 recht Exp $ +# $NetBSD: Makefile,v 1.16 2005/04/11 21:46:15 tv Exp $ # DISTNAME= Python-2.2.3 @@ -18,7 +18,6 @@ EXTRACT_ONLY= # empty NO_CHECKSUM= yes NO_CONFIGURE= yes NO_BUILD= yes -NO_BUILDLINK= yes NO_MTREE= yes do-install: # empty diff --git a/lang/python22/Makefile b/lang/python22/Makefile index 4952e392dbe..2d763acc1af 100644 --- a/lang/python22/Makefile +++ b/lang/python22/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.26 2005/02/04 15:39:04 drochner Exp $ +# $NetBSD: Makefile,v 1.27 2005/04/11 21:46:15 tv Exp $ # DISTNAME= Python-2.2.3 @@ -15,7 +15,6 @@ COMMENT= Interpreted, interactive, object-oriented programming language CONFLICTS+= python-[0-9]* USE_LANGUAGES= c c++ -USE_BUILDLINK3= YES GNU_CONFIGURE= YES PTHREAD_OPTS= require diff --git a/lang/python23-pth/Makefile b/lang/python23-pth/Makefile index 1484462429a..d7b4fe35d08 100644 --- a/lang/python23-pth/Makefile +++ b/lang/python23-pth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2005/01/23 20:41:47 recht Exp $ +# $NetBSD: Makefile,v 1.28 2005/04/11 21:46:16 tv Exp $ # DISTNAME= Python-2.3.4 @@ -18,7 +18,6 @@ EXTRACT_ONLY= # empty NO_CHECKSUM= yes NO_CONFIGURE= yes NO_BUILD= yes -NO_BUILDLINK= yes NO_MTREE= yes do-install: # empty diff --git a/lang/python23/Makefile.common b/lang/python23/Makefile.common index 19f61cb8050..51b95fa230b 100644 --- a/lang/python23/Makefile.common +++ b/lang/python23/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.25 2005/02/15 12:25:07 drochner Exp $ +# $NetBSD: Makefile.common,v 1.26 2005/04/11 21:46:16 tv Exp $ # DISTNAME= Python-2.3.5 @@ -11,7 +11,6 @@ HOMEPAGE= http://www.python.org/ COMMENT= Interpreted, interactive, object-oriented programming language USE_LANGUAGES= c c++ -USE_BUILDLINK3= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-shared CONFIGURE_ARGS+= OPT="${CFLAGS}" diff --git a/lang/python24-pth/Makefile b/lang/python24-pth/Makefile index f3f5992749a..c3c5dbfdcea 100644 --- a/lang/python24-pth/Makefile +++ b/lang/python24-pth/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/01/23 20:41:48 recht Exp $ +# $NetBSD: Makefile,v 1.3 2005/04/11 21:46:16 tv Exp $ # DISTNAME= Python-2.4 @@ -17,7 +17,6 @@ EXTRACT_ONLY= # empty NO_CHECKSUM= yes NO_CONFIGURE= yes NO_BUILD= yes -NO_BUILDLINK= yes NO_MTREE= yes do-install: # empty diff --git a/lang/python24/Makefile b/lang/python24/Makefile index ef9959f2100..40def9b986b 100644 --- a/lang/python24/Makefile +++ b/lang/python24/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/02/18 22:26:17 recht Exp $ +# $NetBSD: Makefile,v 1.6 2005/04/11 21:46:16 tv Exp $ # DISTNAME= Python-2.4 @@ -15,7 +15,6 @@ COMMENT= Interpreted, interactive, object-oriented programming language CONFLICTS+= python-[0-9]* USE_LANGUAGES= c c++ -USE_BUILDLINK3= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-shared CONFIGURE_ARGS+= OPT="${CFLAGS}" diff --git a/lang/ruby16-base/Makefile b/lang/ruby16-base/Makefile index 1458bdc6bd1..2e41329fb1d 100644 --- a/lang/ruby16-base/Makefile +++ b/lang/ruby16-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2005/03/10 06:20:17 taca Exp $ +# $NetBSD: Makefile,v 1.3 2005/04/11 21:46:16 tv Exp $ # DISTNAME= ${RUBY_DISTNAME} @@ -11,7 +11,6 @@ HOMEPAGE= ${RUBY_HOMEPAGE} COMMENT= Ruby 1.6 based release minimum package RUBY_VERSION= ${RUBY16_VERSION} -USE_BUILDLINK3= yes GNU_CONFIGURE= yes TEST_TARGET= test CONFIGURE_ARGS+= --enable-shared diff --git a/lang/ruby18-base/Makefile b/lang/ruby18-base/Makefile index a82d753aa21..9d3d506c65a 100644 --- a/lang/ruby18-base/Makefile +++ b/lang/ruby18-base/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2005/03/31 16:31:10 taca Exp $ +# $NetBSD: Makefile,v 1.4 2005/04/11 21:46:16 tv Exp $ # DISTNAME= ${RUBY_DISTNAME} @@ -12,7 +12,6 @@ HOMEPAGE= ${RUBY_HOMEPAGE} COMMENT= Ruby 1.8 based release minimum package RUBY_VERSION= ${RUBY18_VERSION} -USE_BUILDLINK3= yes GNU_CONFIGURE= yes TEST_TARGET= test CONFIGURE_ARGS+= --enable-shared diff --git a/lang/sablevm-classpath/Makefile.common b/lang/sablevm-classpath/Makefile.common index 466f6723092..954adec9a16 100644 --- a/lang/sablevm-classpath/Makefile.common +++ b/lang/sablevm-classpath/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.3 2004/05/23 10:25:30 jmmv Exp $ +# $NetBSD: Makefile.common,v 1.4 2005/04/11 21:46:16 tv Exp $ # DISTNAME= sablevm-classpath-1.1.3 @@ -17,7 +17,6 @@ DISTINFO_FILE= ${.CURDIR}/../../lang/sablevm-classpath/distinfo GNU_CONFIGURE= yes GNU_CONFIGURE_PREFIX= ${PREFIX}/java/sablevm NO_MTREE= yes -USE_BUILDLINK3= yes USE_GNU_TOOLS+= make USE_LIBTOOL= yes diff --git a/lang/sablevm/Makefile b/lang/sablevm/Makefile index 1eafc4bcee6..2105acefe89 100644 --- a/lang/sablevm/Makefile +++ b/lang/sablevm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2005/01/30 23:18:38 jmmv Exp $ +# $NetBSD: Makefile,v 1.9 2005/04/11 21:46:16 tv Exp $ # DISTNAME= sablevm-1.1.3 @@ -17,7 +17,6 @@ DEPENDS+= sablevm-classpath-1.1.3nb2:../../lang/sablevm-classpath GNU_CONFIGURE= yes GNU_CONFIGURE_PREFIX= ${JAVA_HOME} NO_MTREE= yes -USE_BUILDLINK3= yes USE_GNU_TOOLS+= make USE_LIBTOOL= yes diff --git a/lang/sather/Makefile b/lang/sather/Makefile index ba02eb82b79..06a72c1116a 100644 --- a/lang/sather/Makefile +++ b/lang/sather/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2004/12/03 15:15:01 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2005/04/11 21:46:16 tv Exp $ DISTNAME= sather-1.2.1 PKGREVISION= 5 @@ -9,7 +9,6 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.gnu.org/directory/devel/prog/sather.html COMMENT= Compiler for the Sather object oriented programming language -USE_BUILDLINK3= yes USE_X11= # defined USE_GNU_TOOLS+= make diff --git a/lang/scm/Makefile b/lang/scm/Makefile index a153e9e4e89..69179a31311 100644 --- a/lang/scm/Makefile +++ b/lang/scm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2004/12/03 15:15:01 wiz Exp $ +# $NetBSD: Makefile,v 1.7 2005/04/11 21:46:16 tv Exp $ # DISTNAME= scm5d8 @@ -15,7 +15,6 @@ COMMENT= Portable scheme interpreter DEPENDS+= slib>=2.4.6:../../devel/slib USE_GNU_TOOLS+= make -USE_BUILDLINK3= yes USE_X11= # defined WRKSRC= ${WRKDIR}/scm diff --git a/lang/smalltalk/Makefile b/lang/smalltalk/Makefile index 3e7f70e9367..6129b634bd6 100644 --- a/lang/smalltalk/Makefile +++ b/lang/smalltalk/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.31 2005/03/20 13:32:00 jmmv Exp $ +# $NetBSD: Makefile,v 1.32 2005/04/11 21:46:16 tv Exp $ DISTNAME= smalltalk-2.1.9 CATEGORIES= lang @@ -11,7 +11,6 @@ COMMENT= GNU Smalltalk: A smalltalk-80 implementation ONLY_FOR_PLATFORM= *-*-i386 *-*-sparc *-*-powerpc LIBTOOLIZE_PLIST= NO # Manually created libc.la breaks PLIST. -USE_BUILDLINK3= YES USE_GNU_TOOLS+= awk make USE_GNU_READLINE= YES USE_LIBTOOL= YES diff --git a/lang/smlnj/Makefile b/lang/smlnj/Makefile index 7df7aeff68e..008f208fcb9 100644 --- a/lang/smlnj/Makefile +++ b/lang/smlnj/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2004/06/06 04:38:29 snj Exp $ +# $NetBSD: Makefile,v 1.9 2005/04/11 21:46:16 tv Exp $ # DISTNAME= boot.${BOX}-unix @@ -37,7 +37,6 @@ SML_VERSION= 110.42 WRKSRC= ${WRKDIR} DIST_SUBDIR= smlnj-${SML_VERSION} -USE_BUILDLINK3= YES USE_GNU_TOOLS+= make # previous versions of the package had an additional '-' diff --git a/lang/squeak/Makefile b/lang/squeak/Makefile index df494f05c6c..8785feb1ef6 100644 --- a/lang/squeak/Makefile +++ b/lang/squeak/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.25 2004/04/26 07:10:16 fredb Exp $ +# $NetBSD: Makefile,v 1.26 2005/04/11 21:46:16 tv Exp $ # DISTNAME= Squeak-3.6-3 @@ -13,7 +13,6 @@ HOMEPAGE= http://www-sor.inria.fr/~piumarta/squeak/ COMMENT= Full Smalltalk 80 with portability to UN*X, Mac, and Windows GNU_CONFIGURE= yes -USE_BUILDLINK3= yes USE_LIBTOOL= yes USE_X11= yes diff --git a/lang/sr/Makefile b/lang/sr/Makefile index a3033ac7ae9..382b565804e 100644 --- a/lang/sr/Makefile +++ b/lang/sr/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2005/04/05 15:58:05 is Exp $ +# $NetBSD: Makefile,v 1.11 2005/04/11 21:46:16 tv Exp $ # DISTNAME= sr233 @@ -17,7 +17,6 @@ WRKSRC= ${WRKDIR} ONLY_FOR_PLATFORM= NetBSD-[2-9]*-* USE_X11= yes -USE_BUILDLINK3= yes TEST_TARGET= verify diff --git a/lang/stalin/Makefile b/lang/stalin/Makefile index 517eb173a6e..dcf540ad62d 100644 --- a/lang/stalin/Makefile +++ b/lang/stalin/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.21 2004/10/03 00:15:02 tv Exp $ +# $NetBSD: Makefile,v 1.22 2005/04/11 21:46:16 tv Exp $ DISTNAME= stalin-0.9 PKGREVISION= 4 @@ -13,7 +13,6 @@ COMMENT= Aggressively optimizing Scheme compiler # Only ported to these 4 archs ONLY_FOR_PLATFORM= *-*-i386 *-*-sparc *-*-alpha *-*-mips -USE_BUILDLINK3= yes USE_X11= yes UNLIMIT_RESOURCES= stacksize datasize diff --git a/lang/sun-jre13/Makefile.common b/lang/sun-jre13/Makefile.common index 7d399fc4463..fc29fd13a27 100644 --- a/lang/sun-jre13/Makefile.common +++ b/lang/sun-jre13/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.22 2004/06/15 12:00:09 abs Exp $ +# $NetBSD: Makefile.common,v 1.23 2005/04/11 21:46:16 tv Exp $ # MASTER_SITES is very special, and must end in "=": CATEGORIES= lang java @@ -46,7 +46,6 @@ PLIST_SRC= ${PKGDIR}/PLIST.Darwin NO_PATCH= yes # no need for patches on Linux .endif -USE_BUILDLINK3= yes NO_MTREE= yes # since we change PREFIX LDD= ${TRUE} diff --git a/lang/sun-jre14/Makefile.common b/lang/sun-jre14/Makefile.common index db8034b015f..895b75674f0 100644 --- a/lang/sun-jre14/Makefile.common +++ b/lang/sun-jre14/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.23 2004/10/14 14:32:32 jschauma Exp $ +# $NetBSD: Makefile.common,v 1.24 2005/04/11 21:46:16 tv Exp $ CATEGORIES= lang java EXTRACT_SUFX= .bin @@ -30,7 +30,6 @@ DEPENDS+= suse_compat-[0-9]*:../../emulators/${SUSE_DIR_PREFIX}_compat DEPENDS+= suse_x11-[0-9]*:../../emulators/${SUSE_DIR_PREFIX}_x11 .endif -USE_BUILDLINK3= yes NO_MTREE= yes # since we change PREFIX LDD= ${TRUE} diff --git a/lang/sun-jre15/Makefile.common b/lang/sun-jre15/Makefile.common index 8598dd26ac6..ac6355706e6 100644 --- a/lang/sun-jre15/Makefile.common +++ b/lang/sun-jre15/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.4 2005/03/25 18:30:28 tv Exp $ +# $NetBSD: Makefile.common,v 1.5 2005/04/11 21:46:16 tv Exp $ CATEGORIES= lang java EXTRACT_SUFX= .bin @@ -35,7 +35,6 @@ DEPENDS+= suse_x11-[0-9]*:../../emulators/${SUSE_DIR_PREFIX}_x11 # new class sharing in J2SE 5.0... -tvierling EXTRACT_ENV.bin+= UNPACK200_FLAGS=-Htrue -USE_BUILDLINK3= yes NO_MTREE= yes # since we change PREFIX LDD= ${TRUE} diff --git a/lang/swi-prolog-lite/Makefile b/lang/swi-prolog-lite/Makefile index bae94956a60..15fee1c2a49 100644 --- a/lang/swi-prolog-lite/Makefile +++ b/lang/swi-prolog-lite/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2005/02/21 20:26:12 hubertf Exp $ +# $NetBSD: Makefile,v 1.6 2005/04/11 21:46:16 tv Exp $ .include "Makefile.common" @@ -9,7 +9,6 @@ MAINTAINER= tech-pkg@NetBSD.org COMMENT= ISO/Edinburgh-style Prolog compiler GNU_CONFIGURE= # defined -USE_BUILDLINK3= yes USE_BUILTIN.readline= no # uses rl_event_hook() interface CONFIGURE_ENV+= PL=swi-prolog diff --git a/lang/swi-prolog-packages/Makefile b/lang/swi-prolog-packages/Makefile index 5da12904c53..cdf0eead407 100644 --- a/lang/swi-prolog-packages/Makefile +++ b/lang/swi-prolog-packages/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/02/21 20:26:12 hubertf Exp $ +# $NetBSD: Makefile,v 1.5 2005/04/11 21:46:16 tv Exp $ .include "../swi-prolog-lite/Makefile.common" @@ -9,7 +9,6 @@ MAINTAINER= tech-pkg@NetBSD.org COMMENT= Packages for SWI Prolog GNU_CONFIGURE= yes -USE_BUILDLINK3= yes USE_GNU_READLINE= yes # uses rl_event_hook() interface USE_GNU_TOOLS+= make USE_X11= yes diff --git a/lang/tcl-expect/Makefile.common b/lang/tcl-expect/Makefile.common index a7e2ca07643..08efc38cc10 100644 --- a/lang/tcl-expect/Makefile.common +++ b/lang/tcl-expect/Makefile.common @@ -1,4 +1,4 @@ -# $NetBSD: Makefile.common,v 1.6 2005/04/08 11:54:05 adam Exp $ +# $NetBSD: Makefile.common,v 1.7 2005/04/11 21:46:17 tv Exp $ DISTNAME= expect-${EXPECT_VERSION} MASTER_SITES= http://expect.nist.gov/src/ @@ -7,7 +7,6 @@ HOMEPAGE= http://expect.nist.gov/ EXPECT_VERSION= 5.43.0 WRKSRC= ${WRKDIR}/expect-5.43 -USE_BUILDLINK3= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes TEST_TARGET= test diff --git a/lang/tcl-itcl-current/Makefile b/lang/tcl-itcl-current/Makefile index c550a9aaecb..9cab5fb42f3 100644 --- a/lang/tcl-itcl-current/Makefile +++ b/lang/tcl-itcl-current/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2005/04/05 01:42:46 dmcmahill Exp $ +# $NetBSD: Makefile,v 1.5 2005/04/11 21:46:17 tv Exp $ DISTNAME= tcl-itcl-20040920 PKGNAME= ${DISTNAME:S/itcl/itcl-current/} @@ -15,7 +15,6 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews CONFLICTS+= tcl-itcl-[0-9]* WRKSRC= ${WRKDIR}/tcl-itcl-3.3 -USE_BUILDLINK3= yes GNU_CONFIGURE= yes USE_LIBTOOL= yes CONFIGURE_ARGS= --with-tcl=${BUILDLINK_PREFIX.tcl}/lib \ diff --git a/lang/tcl-itcl/Makefile b/lang/tcl-itcl/Makefile index 0b698953687..278d4dc2d00 100644 --- a/lang/tcl-itcl/Makefile +++ b/lang/tcl-itcl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/10/03 00:15:03 tv Exp $ +# $NetBSD: Makefile,v 1.14 2005/04/11 21:46:17 tv Exp $ DISTNAME= itcl3.2 PKGNAME= tcl-itcl-3.2 @@ -14,7 +14,6 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews CONFLICTS+= tcl-itcl-current-[0-9]* -USE_BUILDLINK3= yes GNU_CONFIGURE= yes USE_LIBTOOL= yes CONFIGURE_ARGS= --with-tcl=${BUILDLINK_PREFIX.tcl}/lib \ diff --git a/lang/tcl-otcl/Makefile b/lang/tcl-otcl/Makefile index b5576bd7bf0..3a1b2f59b98 100644 --- a/lang/tcl-otcl/Makefile +++ b/lang/tcl-otcl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2005/02/06 04:32:00 minskim Exp $ +# $NetBSD: Makefile,v 1.13 2005/04/11 21:46:17 tv Exp $ DISTNAME= otcl-1.9 PKGNAME= tcl-${DISTNAME} @@ -11,7 +11,6 @@ COMMENT= MIT Object Tcl PKG_INSTALLATION_TYPES= overwrite pkgviews -USE_BUILDLINK3= yes GNU_CONFIGURE= yes USE_LIBTOOL= yes USE_X11= yes diff --git a/lang/tcl-tclX/Makefile b/lang/tcl-tclX/Makefile index 406a23fde61..7bcb20b0bc8 100644 --- a/lang/tcl-tclX/Makefile +++ b/lang/tcl-tclX/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.27 2005/01/13 14:39:25 minskim Exp $ +# $NetBSD: Makefile,v 1.28 2005/04/11 21:46:17 tv Exp $ # DISTNAME= tclx8.3.5-src @@ -19,7 +19,6 @@ BUILDLINK_DEPENDS.tcl+= tcl>=8.4.7 PKG_INSTALLATION_TYPES= overwrite pkgviews WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//}/unix -USE_BUILDLINK3= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-shared \ diff --git a/lang/tcl/Makefile b/lang/tcl/Makefile index dc7f3b488a1..8ad6bcbec70 100644 --- a/lang/tcl/Makefile +++ b/lang/tcl/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.49 2005/04/11 02:44:26 jschauma Exp $ +# $NetBSD: Makefile,v 1.50 2005/04/11 21:46:16 tv Exp $ DISTNAME= tcl${TCL_VERSION}-src PKGNAME= tcl-${TCL_VERSION} @@ -17,7 +17,6 @@ PKG_INSTALLATION_TYPES= overwrite pkgviews WRKSRC= ${WRKDIR}/${DISTNAME:C/-src//}/unix -USE_BUILDLINK3= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes MAKE_ENV+= TOUCH="${TOUCH}" diff --git a/lang/tcl83/Makefile b/lang/tcl83/Makefile index 31e2086b8f3..f4e5b53f733 100644 --- a/lang/tcl83/Makefile +++ b/lang/tcl83/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2005/04/11 02:44:26 jschauma Exp $ +# $NetBSD: Makefile,v 1.8 2005/04/11 21:46:17 tv Exp $ # DISTNAME= tcl8.3.4 @@ -23,7 +23,6 @@ GNU_CONFIGURE= yes MAKE_ENV+= TOUCH="${TOUCH}" TEST_TARGET= test -USE_BUILDLINK3= yes USE_LIBTOOL= yes INSTALL_TARGET= install diff --git a/lang/tk-tclX/Makefile b/lang/tk-tclX/Makefile index 46240222005..c32457a21f1 100644 --- a/lang/tk-tclX/Makefile +++ b/lang/tk-tclX/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.24 2005/01/08 23:14:52 minskim Exp $ +# $NetBSD: Makefile,v 1.25 2005/04/11 21:46:17 tv Exp $ # DISTNAME= tclx8.3.5-src @@ -16,7 +16,6 @@ CONFLICTS+= tclX-[0-9]* PKG_INSTALLATION_TYPES= overwrite pkgviews WRKSRC= ${WRKDIR}/${DISTNAME:S/-src//}/unix -USE_BUILDLINK3= yes USE_LIBTOOL= yes GNU_CONFIGURE= yes CONFIGURE_ARGS+= --enable-shared \ diff --git a/lang/ucblogo/Makefile b/lang/ucblogo/Makefile index f82f658a437..77322ff9707 100644 --- a/lang/ucblogo/Makefile +++ b/lang/ucblogo/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2004/10/03 00:15:03 tv Exp $ +# $NetBSD: Makefile,v 1.13 2005/04/11 21:46:17 tv Exp $ DISTNAME= ucblogo-5.3 PKGREVISION= 1 @@ -11,7 +11,6 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://http.cs.berkeley.edu/~bh/logo.html COMMENT= Brian Harvey's logo language interpreter -USE_BUILDLINK3= yes MAKEFILE= makefile GNU_CONFIGURE= yes # otherwise ./configure guesses -L incorrectly diff --git a/lang/wonka/Makefile b/lang/wonka/Makefile index b36992c3f03..c3496acc9fe 100644 --- a/lang/wonka/Makefile +++ b/lang/wonka/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2004/07/01 10:57:37 wiz Exp $ +# $NetBSD: Makefile,v 1.18 2005/04/11 21:46:17 tv Exp $ # DISTNAME= wonka-src-0.9.6-release @@ -20,7 +20,6 @@ BUILD_DEPENDS+= jikes>=1.18:../../lang/jikes BUILD_DEPENDS+= zip-[0-9]*:../../archivers/zip WRKSRC= ${WRKDIR}/open-wonka -USE_BUILDLINK3= yes USE_X11= # defined JVM_HOME= ${PREFIX}/java/${PKGBASE} diff --git a/lang/yabasic/Makefile b/lang/yabasic/Makefile index 3cefb928b65..37021407564 100644 --- a/lang/yabasic/Makefile +++ b/lang/yabasic/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/10/03 00:15:03 tv Exp $ +# $NetBSD: Makefile,v 1.8 2005/04/11 21:46:17 tv Exp $ DISTNAME= yabasic-2.722 PKGREVISION= 2 @@ -10,7 +10,6 @@ HOMEPAGE= http://www.yabasic.de/ COMMENT= Yet another Basic for Unix and Windows USE_X11= YES -USE_BUILDLINK3= YES GNU_CONFIGURE= YES post-install: -- cgit v1.2.3