diff options
-rw-r--r-- | fonts/xmbdfed/Makefile | 8 | ||||
-rw-r--r-- | graphics/dumpmpeg/Makefile | 6 | ||||
-rw-r--r-- | mail/maildrop/Makefile | 8 | ||||
-rw-r--r-- | www/mini_httpd/Makefile | 6 | ||||
-rw-r--r-- | www/privoxy/Makefile | 6 | ||||
-rw-r--r-- | www/swish-e/Makefile | 10 | ||||
-rw-r--r-- | www/zopeedit/Makefile | 4 | ||||
-rw-r--r-- | x11/xbanner/Makefile | 6 | ||||
-rw-r--r-- | x11/xbindkeys-config/Makefile | 6 | ||||
-rw-r--r-- | x11/xcolorsel/Makefile | 6 | ||||
-rw-r--r-- | x11/xcursorgen/Makefile | 6 | ||||
-rw-r--r-- | x11/xdialog/Makefile | 6 | ||||
-rw-r--r-- | x11/xless/Makefile | 4 | ||||
-rw-r--r-- | x11/xlupe/Makefile | 6 | ||||
-rw-r--r-- | x11/xp/Makefile | 4 | ||||
-rw-r--r-- | x11/xpenguins/Makefile | 6 | ||||
-rw-r--r-- | x11/xphoon/Makefile | 4 | ||||
-rw-r--r-- | x11/xtoolwait/Makefile | 4 |
18 files changed, 53 insertions, 53 deletions
diff --git a/fonts/xmbdfed/Makefile b/fonts/xmbdfed/Makefile index 72aba33edca..71f76923362 100644 --- a/fonts/xmbdfed/Makefile +++ b/fonts/xmbdfed/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2003/07/17 21:37:47 grant Exp $ +# $NetBSD: Makefile,v 1.3 2004/04/19 05:29:21 snj Exp $ DISTNAME= xmbdfed-4.4 CATEGORIES= fonts graphics x11 @@ -8,14 +8,14 @@ MAINTAINER= kei@NetBSD.org HOMEPAGE= http://crl.nmsu.edu/~mleisher/xmbdfed.html COMMENT= Motif-based BDF font editor with lots of features -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_X11BASE= YES do-install: ${INSTALL_PROGRAM} ${WRKSRC}/xmbdfed ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/xmbdfed.man ${PREFIX}/man/man1/xmbdfed.1 -.include "../../graphics/freetype-lib/buildlink2.mk" -.include "../../mk/motif.buildlink2.mk" +.include "../../graphics/freetype-lib/buildlink3.mk" +.include "../../mk/motif.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/graphics/dumpmpeg/Makefile b/graphics/dumpmpeg/Makefile index 3fcaca8e4ca..49db34999e1 100644 --- a/graphics/dumpmpeg/Makefile +++ b/graphics/dumpmpeg/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2003/07/17 21:40:19 grant Exp $ +# $NetBSD: Makefile,v 1.9 2004/04/19 04:59:01 snj Exp $ # DISTNAME= dumpmpeg-0.6 @@ -10,8 +10,8 @@ MAINTAINER= hubertf@NetBSD.org HOMEPAGE= http://sourceforge.net/projects/dumpmpeg COMMENT= Splits mpeg stream into single images -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES GNU_CONFIGURE= YES -.include "../../devel/smpeg/buildlink2.mk" +.include "../../devel/smpeg/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/mail/maildrop/Makefile b/mail/maildrop/Makefile index 1bef6e066ca..a5292502fd1 100644 --- a/mail/maildrop/Makefile +++ b/mail/maildrop/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2004/03/14 02:29:27 markd Exp $ +# $NetBSD: Makefile,v 1.18 2004/04/19 05:08:31 snj Exp $ DISTNAME= maildrop-1.3.9 EXTRACT_SUFX= .tar.gz @@ -9,7 +9,7 @@ PERL5_REQD+= 5.6.0 USE_PERL5= build DEPENDS+= courier-maildirmake>=0.37.1:../../mail/courier-maildirmake -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_DB185= yes USE_LANGUAGES= c c++ @@ -28,6 +28,6 @@ post-install: ${INSTALL_DATA} ${WRKSRC}/README.postfix ${DOCDIR} ${INSTALL_DATA} ${WRKSRC}/maildroptips.txt ${DOCDIR} -.include "../../databases/db/buildlink2.mk" -.include "../../lang/perl5/buildlink2.mk" +.include "../../databases/db/buildlink3.mk" +.include "../../lang/perl5/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/mini_httpd/Makefile b/www/mini_httpd/Makefile index e1b27a2628a..ea9be17ad5d 100644 --- a/www/mini_httpd/Makefile +++ b/www/mini_httpd/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.2 2004/03/26 02:27:57 wiz Exp $ +# $NetBSD: Makefile,v 1.3 2004/04/19 04:54:59 snj Exp $ DISTNAME= mini_httpd-1.19 PKGREVISION= 1 @@ -9,7 +9,7 @@ MAINTAINER= pkgsrc@bjan.freeshell.org HOMEPAGE= http://www.acme.com/software/mini_httpd/ COMMENT= Small, forking webserver with IPv6 and SSL support -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes MAKE_ENV+= PKG_CFLAGS="${CFLAGS}" LDFLAGS+= -lssl -lcrypto -lcrypt -lutil @@ -25,5 +25,5 @@ do-install: ${INSTALL_MAN} ${WRKSRC}/mini_httpd.8 ${PREFIX}/man/man8/ ${INSTALL_MAN} ${WRKSRC}/htpasswd.1 ${PREFIX}/man/man1/mhtpasswd.1 -.include "../../security/openssl/buildlink2.mk" +.include "../../security/openssl/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/privoxy/Makefile b/www/privoxy/Makefile index eacd00c047c..1c67ccd5a28 100644 --- a/www/privoxy/Makefile +++ b/www/privoxy/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2004/01/24 15:23:47 grant Exp $ +# $NetBSD: Makefile,v 1.8 2004/04/19 04:58:48 snj Exp $ # DISTNAME= ${PKGNAME_NOREV}-stable-src @@ -30,7 +30,7 @@ AUTOCONF_REQD= 2.13 CPPFLAGS+= -Dunix WRKSRC= ${WRKDIR}/${PKGNAME_NOREV}-stable -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_GNU_TOOLS+= make MAKEFILE= GNUmakefile @@ -70,6 +70,6 @@ post-install: ${CHOWN} -R ${ROOT_USER}:${ROOT_GROUP} ${EGDIR} ${CHMOD} -R a+r ${EGDIR} -.include "../../devel/pcre/buildlink2.mk" +.include "../../devel/pcre/buildlink3.mk" .include "../../mk/autoconf.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/swish-e/Makefile b/www/swish-e/Makefile index 12ddbcd503f..acce7905523 100644 --- a/www/swish-e/Makefile +++ b/www/swish-e/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2004/02/23 17:03:48 kristerw Exp $ +# $NetBSD: Makefile,v 1.17 2004/04/19 04:53:58 snj Exp $ # FreeBSD Id: ports/www/swish-e/Makefile,v 1.3 1999/08/31 02:43:18 peter Exp DISTNAME= swish-e-2.4.1 @@ -10,7 +10,7 @@ MAINTAINER= dotz@irc.pl HOMEPAGE= http://swish-e.org/ COMMENT= Simple web indexing for humans - enhanced -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes GNU_CONFIGURE= yes USE_LIBTOOL= yes @@ -28,8 +28,8 @@ PLIST_SUBST+= LIBSWISH_E="@comment " PLIST_SUBST+= LIBSWISH_E= .endif -.include "../../devel/pcre/buildlink2.mk" -.include "../../devel/zlib/buildlink2.mk" -.include "../../textproc/libxml2/buildlink2.mk" +.include "../../devel/pcre/buildlink3.mk" +.include "../../devel/zlib/buildlink3.mk" +.include "../../textproc/libxml2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/www/zopeedit/Makefile b/www/zopeedit/Makefile index d348be0aae3..5bc1da91051 100644 --- a/www/zopeedit/Makefile +++ b/www/zopeedit/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.8 2003/12/04 01:14:12 xtraeme Exp $ +# $NetBSD: Makefile,v 1.9 2004/04/19 05:01:48 snj Exp $ # DISTNAME= zopeedit-0.7-src @@ -11,7 +11,7 @@ MAINTAINER= tech-pkg@NetBSD.org HOMEPAGE= http://www.zope.org/Members/Caseman/ExternalEditor COMMENT= Helper client application for Zope's ExternalEditor -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES PYTHON_VERSIONS_ACCEPTED= 22 22pth 23 23pth PYDISTUTILSPKG= yes diff --git a/x11/xbanner/Makefile b/x11/xbanner/Makefile index 15a1efd3205..623f74e78bd 100644 --- a/x11/xbanner/Makefile +++ b/x11/xbanner/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.11 2002/10/10 13:05:13 wiz Exp $ +# $NetBSD: Makefile,v 1.12 2004/04/19 05:16:09 snj Exp $ DISTNAME= XBanner1.31 PKGNAME= xbanner-1.31 @@ -9,7 +9,7 @@ MAINTAINER= root@garbled.net HOMEPAGE= http://www.hijinks.com/~spade/linux/XBanner/ COMMENT= Make XDM login screen look pretty -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_IMAKE= YES NO_INSTALL_MANPAGES= YES DOCDIR= ${PREFIX}/share/doc/xbanner @@ -29,5 +29,5 @@ do-install: ${INSTALL_DATA} ${WRKSRC}/samples/XBanner.ad \ ${PREFIX}/lib/X11/app-defaults/XBanner -.include "../../graphics/xpm/buildlink2.mk" +.include "../../graphics/xpm/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/x11/xbindkeys-config/Makefile b/x11/xbindkeys-config/Makefile index c5f80f7edca..01a7b2936bd 100644 --- a/x11/xbindkeys-config/Makefile +++ b/x11/xbindkeys-config/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.7 2003/07/17 22:56:51 grant Exp $ +# $NetBSD: Makefile,v 1.8 2004/04/19 05:21:24 snj Exp $ DISTNAME= xbindkeys_config-0.1.2 PKGNAME= xbindkeys-config-0.1.2 @@ -12,8 +12,8 @@ COMMENT= Tool to configure xbindkeys graphically DEPENDS+= xbindkeys-[0-9]*:../xbindkeys -USE_BUILDLINK2= # defined +USE_BUILDLINK3= yes USE_X11= # defined -.include "../../x11/gtk/buildlink2.mk" +.include "../../x11/gtk/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/x11/xcolorsel/Makefile b/x11/xcolorsel/Makefile index 1725c4ccfa6..72be062c4a8 100644 --- a/x11/xcolorsel/Makefile +++ b/x11/xcolorsel/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.14 2004/01/20 12:28:28 agc Exp $ +# $NetBSD: Makefile,v 1.15 2004/04/19 05:23:25 snj Exp $ # DISTNAME= xcolorsel-1.1a-src @@ -11,7 +11,7 @@ MAINTAINER= perry@NetBSD.org COMMENT= Browse and select named X colors from rgb.txt WRKSRC= ${WRKDIR}/xcolorsel -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_IMAKE= yes XAW_TYPE?= 3d @@ -22,5 +22,5 @@ XAW_TYPE?= 3d XAW_TYPE= 3d .endif -.include "../../mk/xaw.buildlink2.mk" +.include "../../mk/xaw.buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/x11/xcursorgen/Makefile b/x11/xcursorgen/Makefile index c0a70b0feea..2042eaa2b24 100644 --- a/x11/xcursorgen/Makefile +++ b/x11/xcursorgen/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2004/01/20 12:28:28 agc Exp $ +# $NetBSD: Makefile,v 1.10 2004/04/19 05:26:33 snj Exp $ DISTNAME= xcursorgen-4.3.0 CATEGORIES= x11 @@ -10,7 +10,7 @@ HOMEPAGE= http://www.xfree86.org/ COMMENT= Create an X cursor file from a collection of PNG images WRKSRC= ${WRKDIR}/${DISTNAME:C/-.*//} -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_IMAKE= YES .include "../../mk/bsd.prefs.mk" @@ -19,7 +19,7 @@ USE_IMAKE= YES PKG_SKIP_REASON="This package requires XFree86 4.3.0 or newer." .endif -.include "../../graphics/png/buildlink2.mk" +.include "../../graphics/png/buildlink3.mk" MAKE_ENV+= LOCAL_LDFLAGS="-Wl,${RPATH_FLAG}${BUILDLINK_PREFIX.png_DEFAULT}/lib" diff --git a/x11/xdialog/Makefile b/x11/xdialog/Makefile index 85622db980b..c6093c22fa6 100644 --- a/x11/xdialog/Makefile +++ b/x11/xdialog/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.10 2003/07/17 22:56:54 grant Exp $ +# $NetBSD: Makefile,v 1.11 2004/04/19 05:11:58 snj Exp $ # DISTNAME= Xdialog-2.1.1 @@ -15,7 +15,7 @@ COMMENT= X11 drop-in replacement for the curses dialog program BUILD_USES_MSGFMT= YES -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_PKGLOCALEDIR= YES GNU_CONFIGURE= YES USE_X11= YES @@ -35,6 +35,6 @@ post-install: ${INSTALL_SCRIPT} ${WRKSRC}/samples/$${f} ${EGDIR}; \ done -.include "../../x11/gtk/buildlink2.mk" +.include "../../x11/gtk/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/x11/xless/Makefile b/x11/xless/Makefile index e303e028502..72b16be4e2c 100644 --- a/x11/xless/Makefile +++ b/x11/xless/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2003/07/17 22:56:59 grant Exp $ +# $NetBSD: Makefile,v 1.13 2004/04/19 05:14:43 snj Exp $ # FreeBSD Id: Makefile,v 1.2 1996/12/29 00:51:27 obrien Exp # @@ -11,7 +11,7 @@ MASTER_SITES= ${MASTER_SITE_XCONTRIB:=applications/} \ MAINTAINER= tech-pkg@NetBSD.org COMMENT= X11 text viewer; useful as an add-on tool for other apps -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_IMAKE= yes .include "../../mk/bsd.pkg.mk" diff --git a/x11/xlupe/Makefile b/x11/xlupe/Makefile index 0ba07f7377b..7e0551e0613 100644 --- a/x11/xlupe/Makefile +++ b/x11/xlupe/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.3 2003/07/21 17:38:33 martti Exp $ +# $NetBSD: Makefile,v 1.4 2004/04/19 05:09:07 snj Exp $ # DISTNAME= xlupe-1.1 @@ -9,8 +9,8 @@ MAINTAINER= coto@core.de HOMEPAGE= http://core.de/~coto/xlupe/ COMMENT= Magnifier for X -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_IMAKE= yes -.include "../../graphics/xpm/buildlink2.mk" +.include "../../graphics/xpm/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/x11/xp/Makefile b/x11/xp/Makefile index 4cb0c998ec0..8b8d86b0fdd 100644 --- a/x11/xp/Makefile +++ b/x11/xp/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.6 2003/07/17 22:57:01 grant Exp $ +# $NetBSD: Makefile,v 1.7 2004/04/19 05:10:43 snj Exp $ DISTNAME= xp-1.2b10 PKGREVISION= 1 @@ -9,6 +9,6 @@ MAINTAINER= jdc@NetBSD.org COMMENT= Fast X11 text file viewer using Athena widgets USE_IMAKE= yes -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes .include "../../mk/bsd.pkg.mk" diff --git a/x11/xpenguins/Makefile b/x11/xpenguins/Makefile index 5620c8671e7..4eb27bc6867 100644 --- a/x11/xpenguins/Makefile +++ b/x11/xpenguins/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.12 2003/07/17 22:57:01 grant Exp $ +# $NetBSD: Makefile,v 1.13 2004/04/19 05:08:21 snj Exp $ # DISTNAME= xpenguins-2.1 @@ -9,9 +9,9 @@ MAINTAINER= hubertf@NetBSD.org HOMEPAGE= http://xpenguins.seul.org/ COMMENT= Little penguins walking along the tops of your windows -USE_BUILDLINK2= YES +USE_BUILDLINK3= YES USE_X11= YES GNU_CONFIGURE= YES -.include "../../graphics/xpm/buildlink2.mk" +.include "../../graphics/xpm/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/x11/xphoon/Makefile b/x11/xphoon/Makefile index d8e1781308b..acd52199de0 100644 --- a/x11/xphoon/Makefile +++ b/x11/xphoon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.13 2004/02/01 01:43:30 jlam Exp $ +# $NetBSD: Makefile,v 1.14 2004/04/19 05:09:55 snj Exp $ # DISTNAME= xphoon.tar @@ -14,7 +14,7 @@ MAINTAINER= seb@pbox.org COMMENT= Set the root window to the moon in its current phase WRKSRC= ${WRKDIR}/xphoon -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_IMAKE= yes MAKE_FLAGS+= EXTRA_LOCAL_LIBS=${EXTRA_LOCAL_LIBS} diff --git a/x11/xtoolwait/Makefile b/x11/xtoolwait/Makefile index 14c0af432ef..95ed4ddda46 100644 --- a/x11/xtoolwait/Makefile +++ b/x11/xtoolwait/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.5 2003/07/17 22:57:04 grant Exp $ +# $NetBSD: Makefile,v 1.6 2004/04/19 05:06:44 snj Exp $ # DISTNAME= xtoolwait-1.3 @@ -10,7 +10,7 @@ MAINTAINER= minoura@NetBSD.org HOMEPAGE= http://www.hacom.nl/~richard/software/xtoolwait.html COMMENT= Free implementation of SunOS toolwait(1) -USE_BUILDLINK2= yes +USE_BUILDLINK3= yes USE_IMAKE= yes .include "../../mk/bsd.pkg.mk" |