pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Convert to buildlink3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a824fe7a1356
branches:  trunk
changeset: 473935:a824fe7a1356
user:      snj <snj%pkgsrc.org@localhost>
date:      Sun Apr 25 02:51:39 2004 +0000

description:
Convert to buildlink3.

diffstat:

 devel/asm2html/Makefile |   4 ++--
 devel/pilrc/Makefile    |   6 +++---
 graphics/dx/Makefile    |  22 +++++++++++-----------
 print/chktex/Makefile   |   6 +++---
 print/hpijs/Makefile    |   4 ++--
 print/mpage/Makefile    |   4 ++--
 security/aide/Makefile  |   6 +++---
 7 files changed, 26 insertions(+), 26 deletions(-)

diffs (170 lines):

diff -r 549f43af19e5 -r a824fe7a1356 devel/asm2html/Makefile
--- a/devel/asm2html/Makefile   Sun Apr 25 02:51:22 2004 +0000
+++ b/devel/asm2html/Makefile   Sun Apr 25 02:51:39 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/06/03 13:55:23 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2004/04/25 02:51:39 snj Exp $
 #
 
 DISTNAME=      asm2html-1.4
@@ -10,7 +10,7 @@
 HOMEPAGE=      http://virtus.ath.cx/asm2html/
 COMMENT=       Tool to convert NASM source files to HTML
 
-USE_BUILDLINK2=        YES
+USE_BUILDLINK3=        YES
 GNU_CONFIGURE= YES
 
 .include "../../mk/bsd.pkg.mk"
diff -r 549f43af19e5 -r a824fe7a1356 devel/pilrc/Makefile
--- a/devel/pilrc/Makefile      Sun Apr 25 02:51:22 2004 +0000
+++ b/devel/pilrc/Makefile      Sun Apr 25 02:51:39 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.20 2004/04/06 19:23:35 dillo Exp $
+# $NetBSD: Makefile,v 1.21 2004/04/25 02:53:46 snj Exp $
 #
 
 DISTNAME=      pilrc-2.9p9
@@ -26,7 +26,7 @@
 #EXTRACT_CMD=  unzip -aq ${DOWNLOADED_DISTFILE}
 
 USE_GNU_TOOLS+=        make
-USE_BUILDLINK2=        YES
+USE_BUILDLINK3=        YES
 GNU_CONFIGURE= YES
 
 DOCDIR=                ${PREFIX}/share/doc/html/pilrc
@@ -36,7 +36,7 @@
 PILRC_USE_GTK?=        YES
 
 .if ${PILRC_USE_GTK} == YES
-.include "../../x11/gtk/buildlink2.mk"
+.include "../../x11/gtk/buildlink3.mk"
 PLIST_SUBST+=  PILRCUI=''
 .else
 CONFIGURE_ARGS+=--disable-pilrcui
diff -r 549f43af19e5 -r a824fe7a1356 graphics/dx/Makefile
--- a/graphics/dx/Makefile      Sun Apr 25 02:51:22 2004 +0000
+++ b/graphics/dx/Makefile      Sun Apr 25 02:51:39 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2004/04/20 22:11:48 drochner Exp $
+# $NetBSD: Makefile,v 1.26 2004/04/25 03:02:20 snj Exp $
 
 DISTNAME=      dx-4.3.2
 CATEGORIES=    graphics
@@ -8,7 +8,7 @@
 HOMEPAGE=      http://www.opendx.org/
 COMMENT=       Open Visualization Data Explorer
 
-USE_BUILDLINK2=                yes
+USE_BUILDLINK3=                yes
 USE_X11BASE=           yes
 USE_GNU_TOOLS+=                make
 GNU_CONFIGURE=         yes
@@ -22,14 +22,14 @@
 MAKE_ENV+=             ARCH=""
 CONFIGURE_ENV+=                ARCH=""
 
-.include "../../devel/hdf/buildlink2.mk"
-.include "../../devel/netcdf/buildlink2.mk"
-.include "../../graphics/ImageMagick/buildlink2.mk"
-.include "../../graphics/MesaLib/buildlink2.mk"
-.include "../../graphics/glu/buildlink2.mk"
-.include "../../graphics/jpeg/buildlink2.mk"
-.include "../../graphics/png/buildlink2.mk"
-.include "../../graphics/tiff/buildlink2.mk"
-.include "../../mk/motif.buildlink2.mk"
+.include "../../devel/hdf/buildlink3.mk"
+.include "../../devel/netcdf/buildlink3.mk"
+.include "../../graphics/ImageMagick/buildlink3.mk"
+.include "../../graphics/MesaLib/buildlink3.mk"
+.include "../../graphics/glu/buildlink3.mk"
+.include "../../graphics/jpeg/buildlink3.mk"
+.include "../../graphics/png/buildlink3.mk"
+.include "../../graphics/tiff/buildlink3.mk"
+.include "../../mk/motif.buildlink3.mk"
 
 .include "../../mk/bsd.pkg.mk"
diff -r 549f43af19e5 -r a824fe7a1356 print/chktex/Makefile
--- a/print/chktex/Makefile     Sun Apr 25 02:51:22 2004 +0000
+++ b/print/chktex/Makefile     Sun Apr 25 02:51:39 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/03/26 02:27:50 wiz Exp $
+# $NetBSD: Makefile,v 1.6 2004/04/25 03:00:50 snj Exp $
 #
 
 DISTNAME=      chktex-1.6.1
@@ -12,12 +12,12 @@
 
 DEPENDS+=      lynx-[0-9]*:../../www/lynx
 
-USE_BUILDLINK2=        YES
+USE_BUILDLINK3=        YES
 USE_GNU_TOOLS+=        make
 USE_PERL5=     YES
 GNU_CONFIGURE= YES
 CFLAGS+=       -D__unix__
 MAKE_ENV+=     INSTALL_SCRIPT="${INSTALL_SCRIPT}"
 
-.include "../../print/teTeX-bin/kpathsea.buildlink2.mk"
+.include "../../print/teTeX-bin/kpathsea.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 549f43af19e5 -r a824fe7a1356 print/hpijs/Makefile
--- a/print/hpijs/Makefile      Sun Apr 25 02:51:22 2004 +0000
+++ b/print/hpijs/Makefile      Sun Apr 25 02:51:39 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/04/24 22:46:11 jlam Exp $
+# $NetBSD: Makefile,v 1.12 2004/04/25 02:55:54 snj Exp $
 
 DISTNAME=      hpijs-1.5
 CATEGORIES=    print
@@ -10,7 +10,7 @@
 
 CONFLICTS=     ghostscript<=6.0.1nb4 ghostscript-nox11<=6.0.1nb4
 
-USE_BUILDLINK2=                # defined
+USE_BUILDLINK3=                yes
 GNU_CONFIGURE=         # defined
 CPPFLAGS+=             -DAPDK_BUFFER_SEND
 
diff -r 549f43af19e5 -r a824fe7a1356 print/mpage/Makefile
--- a/print/mpage/Makefile      Sun Apr 25 02:51:22 2004 +0000
+++ b/print/mpage/Makefile      Sun Apr 25 02:51:39 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2003/07/17 22:52:35 grant Exp $
+# $NetBSD: Makefile,v 1.12 2004/04/25 02:52:29 snj Exp $
 #
 
 DISTNAME=      mpage-2.5
@@ -9,7 +9,7 @@
 MAINTAINER=    tech-pkg%NetBSD.org@localhost
 COMMENT=       Print multiple pages per sheet of paper
 
-USE_BUILDLINK2=        yes
+USE_BUILDLINK3=        yes
 ALL_TARGET=    default
 
 .include "../../mk/bsd.prefs.mk"
diff -r 549f43af19e5 -r a824fe7a1356 security/aide/Makefile
--- a/security/aide/Makefile    Sun Apr 25 02:51:22 2004 +0000
+++ b/security/aide/Makefile    Sun Apr 25 02:51:39 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2003/07/21 17:20:04 martti Exp $
+# $NetBSD: Makefile,v 1.13 2004/04/25 02:59:29 snj Exp $
 #
 
 DISTNAME=       aide-0.9
@@ -13,11 +13,11 @@
 BUILD_DEPENDS+=        bison-[0-9]*:../../devel/bison
 BUILDLINK_DEPENDS.mhash?=      mhash>=0.8.17
 
-USE_BUILDLINK2= # defined
+USE_BUILDLINK3= yes
 
 GNU_CONFIGURE= yes
 #don't set YACC so configure can correctly find bison
 YACC=
 
-.include "../../security/mhash/buildlink2.mk"
+.include "../../security/mhash/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index