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/e942795bcd39
branches:  trunk
changeset: 474545:e942795bcd39
user:      snj <snj%pkgsrc.org@localhost>
date:      Sun May 02 03:55:05 2004 +0000

description:
Convert to buildlink3.

diffstat:

 devel/py-idle/Makefile         |   6 +++---
 devel/py-unitgui/Makefile      |   6 +++---
 graphics/py-gnuplot/Makefile   |   6 +++---
 graphics/py-imaging/Makefile   |   6 +++---
 graphics/py-imagingtk/Makefile |   8 ++++----
 graphics/py-piddle/Makefile    |   4 ++--
 graphics/ruby-gd/Makefile      |  12 ++++++------
 graphics/ruby-opengl/Makefile  |   8 ++++----
 graphics/skencil/Makefile      |   8 ++++----
 mail/fetchmailconf/Makefile    |   6 +++---
 10 files changed, 35 insertions(+), 35 deletions(-)

diffs (247 lines):

diff -r f758e003e83e -r e942795bcd39 devel/py-idle/Makefile
--- a/devel/py-idle/Makefile    Sun May 02 03:54:45 2004 +0000
+++ b/devel/py-idle/Makefile    Sun May 02 03:55:05 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/04/15 17:58:57 drochner Exp $
+# $NetBSD: Makefile,v 1.12 2004/05/02 03:55:05 snj Exp $
 #
 
 PKGNAME=       ${PYPKGPREFIX}-idle-0
@@ -9,7 +9,7 @@
 COMMENT=       IDLE - The Integrated DeveLopment Environment for Python
 
 USE_X11=       yes
-USE_BUILDLINK2=        yes
+USE_BUILDLINK3=        yes
 
 PLIST_SRC=     ${WRKDIR}/.PLIST_SRC
 PY_PATCHPLIST= yes
@@ -62,5 +62,5 @@
 
 .include "../../lang/python/srcdist.mk"
 .include "../../lang/python/application.mk"
-.include "../../x11/py-Tk/buildlink2.mk"
+.include "../../x11/py-Tk/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r f758e003e83e -r e942795bcd39 devel/py-unitgui/Makefile
--- a/devel/py-unitgui/Makefile Sun May 02 03:54:45 2004 +0000
+++ b/devel/py-unitgui/Makefile Sun May 02 03:55:05 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2003/07/21 16:43:46 martti Exp $
+# $NetBSD: Makefile,v 1.5 2004/05/02 03:55:05 snj Exp $
 
 DISTNAME=      pyunit-1.4.1
 PKGNAME=       ${PYPKGPREFIX}-unitgui-1.4.1
@@ -10,8 +10,8 @@
 COMMENT=       Unit testing framework for python tk
 
 PYDISTUTILSPKG=        # defined
-USE_BUILDLINK2=        yes
+USE_BUILDLINK3=        yes
 
 .include "../../lang/python/extension.mk"
-.include "../../x11/py-Tk/buildlink2.mk"
+.include "../../x11/py-Tk/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r f758e003e83e -r e942795bcd39 graphics/py-gnuplot/Makefile
--- a/graphics/py-gnuplot/Makefile      Sun May 02 03:54:45 2004 +0000
+++ b/graphics/py-gnuplot/Makefile      Sun May 02 03:55:05 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2003/07/17 21:42:32 grant Exp $
+# $NetBSD: Makefile,v 1.4 2004/05/02 03:55:16 snj Exp $
 #
 
 DISTNAME=      gnuplot-py-1.6
@@ -11,8 +11,8 @@
 COMMENT=       Python package that interfaces to gnuplot
 
 PYDISTUTILSPKG=        yes
-USE_BUILDLINK2=        yes
+USE_BUILDLINK3=        yes
 
 .include "../../lang/python/extension.mk"
-.include "../../math/py-Numeric/buildlink2.mk"
+.include "../../math/py-Numeric/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r f758e003e83e -r e942795bcd39 graphics/py-imaging/Makefile
--- a/graphics/py-imaging/Makefile      Sun May 02 03:54:45 2004 +0000
+++ b/graphics/py-imaging/Makefile      Sun May 02 03:55:05 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2003/07/17 21:42:33 grant Exp $
+# $NetBSD: Makefile,v 1.20 2004/05/02 03:55:16 snj Exp $
 
 DISTNAME=      Imaging-1.1.4
 PKGNAME=       ${PYPKGPREFIX}-imaging-1.1.4
@@ -13,7 +13,7 @@
 PYDISTUTILSPKG= yes
 PY_PATCHPLIST= yes
 GNU_CONFIGURE= yes
-USE_BUILDLINK2=        yes
+USE_BUILDLINK3=        yes
 
 do-configure:
        (cd ${WRKSRC}/libImaging && ${SETENV} ${CONFIGURE_ENV} ./configure \
@@ -29,5 +29,5 @@
                ${PREFIX}/${PYINC}/PIL )
 
 .include "../../lang/python/extension.mk"
-.include "../../graphics/jpeg/buildlink2.mk"
+.include "../../graphics/jpeg/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r f758e003e83e -r e942795bcd39 graphics/py-imagingtk/Makefile
--- a/graphics/py-imagingtk/Makefile    Sun May 02 03:54:45 2004 +0000
+++ b/graphics/py-imagingtk/Makefile    Sun May 02 03:55:05 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2003/08/18 10:15:39 drochner Exp $
+# $NetBSD: Makefile,v 1.11 2004/05/02 03:55:16 snj Exp $
 #
 
 DISTNAME=      Imaging-1.1.4
@@ -14,7 +14,7 @@
 PYDISTUTILSPKG=        yes
 BUILDLINK_DEPENDS.python20=    python20>=2.0.1nb4
 GNU_CONFIGURE= yes
-USE_BUILDLINK2=        yes
+USE_BUILDLINK3=        yes
 USE_X11=       yes
 
 PLIST_SUBST+=  PYPKGPREFIX=${PYPKGPREFIX}
@@ -34,6 +34,6 @@
        ${PREFIX}/share/examples/${PYPKGPREFIX}-imaging )
 
 .include "../../lang/python/extension.mk"
-.include "../../graphics/py-imaging/buildlink2.mk"
-.include "../../x11/py-Tk/buildlink2.mk"
+.include "../../graphics/py-imaging/buildlink3.mk"
+.include "../../x11/py-Tk/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r f758e003e83e -r e942795bcd39 graphics/py-piddle/Makefile
--- a/graphics/py-piddle/Makefile       Sun May 02 03:54:45 2004 +0000
+++ b/graphics/py-piddle/Makefile       Sun May 02 03:55:05 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2003/09/21 09:37:53 jmc Exp $
+# $NetBSD: Makefile,v 1.6 2004/05/02 03:55:16 snj Exp $
 
 DISTNAME=      piddle-1.0.15
 PKGREVISION=   1
@@ -11,7 +11,7 @@
 COMMENT=       Python Plug In Drawing, Does Little Else
 
 PYDISTUTILSPKG=        # defined
-USE_BUILDLINK2=        yes
+USE_BUILDLINK3=        yes
 
 NO_CONFIGURE=  YES
 
diff -r f758e003e83e -r e942795bcd39 graphics/ruby-gd/Makefile
--- a/graphics/ruby-gd/Makefile Sun May 02 03:54:45 2004 +0000
+++ b/graphics/ruby-gd/Makefile Sun May 02 03:55:05 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.5 2004/03/16 02:01:10 taca Exp $
+# $NetBSD: Makefile,v 1.6 2004/05/02 03:55:16 snj Exp $
 
 DISTNAME=      ruby-GD-${VER}-1
 PKGNAME=       ruby-gd-${VER}.1
@@ -11,7 +11,7 @@
 COMMENT=       Ruby extension to drive the GD library
 
 WRKSRC=                ${WRKDIR}/ruby-GD-${VER}
-USE_BUILDLINK2=        # defined
+USE_BUILDLINK3=        yes
 
 VER=           0.7.4
 DIST_SUBDIR=   ruby
@@ -28,9 +28,9 @@
        ${CP} -R ${WRKSRC}/doc ${RUBY_DOCDIR}/gd
        ${CP} -R ${WRKSRC}/sample ${RUBY_EXAMPLESDIR}/gd
 
-.include "../../graphics/gd/buildlink2.mk"
-.include "../../graphics/freetype-lib/buildlink2.mk"
-.include "../../graphics/freetype2/buildlink2.mk"
+.include "../../graphics/gd/buildlink3.mk"
+.include "../../graphics/freetype-lib/buildlink3.mk"
+.include "../../graphics/freetype2/buildlink3.mk"
 .include "../../lang/ruby-base/Makefile.common"
-.include "../../lang/ruby-base/buildlink2.mk"
+.include "../../lang/ruby-base/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r f758e003e83e -r e942795bcd39 graphics/ruby-opengl/Makefile
--- a/graphics/ruby-opengl/Makefile     Sun May 02 03:54:45 2004 +0000
+++ b/graphics/ruby-opengl/Makefile     Sun May 02 03:55:05 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/03/16 02:01:10 taca Exp $
+# $NetBSD: Makefile,v 1.12 2004/05/02 03:55:16 snj Exp $
 # FreeBSD: ports/graphics/ruby-opengl/Makefile,v 1.4 2000/09/26 08:01:58 knu Exp
 
 DISTNAME=      rbogl-${VERSION}
@@ -13,7 +13,7 @@
 WRKSRC=                ${WRKDIR}/opengl-${VERSION}
 VERSION=       0.32c
 DIST_SUBDIR=   ruby
-USE_BUILDLINK2=        yes
+USE_BUILDLINK3=        yes
 USE_X11=       yes
 USE_RUBY_EXTCONF= yes
 
@@ -28,7 +28,7 @@
        ${INSTALL_DATA} ${WRKSRC}/ChangeLog ${RUBY_DOCDIR}/opengl
        ${INSTALL_DATA} ${WRKSRC}/README.EUC ${RUBY_DOCDIR}/opengl/README.ja
 
-.include "../../graphics/Mesa/buildlink2.mk"
-.include "../../lang/ruby-base/buildlink2.mk"
+.include "../../graphics/Mesa/buildlink3.mk"
+.include "../../lang/ruby-base/buildlink3.mk"
 .include "../../lang/ruby-base/Makefile.common"
 .include "../../mk/bsd.pkg.mk"
diff -r f758e003e83e -r e942795bcd39 graphics/skencil/Makefile
--- a/graphics/skencil/Makefile Sun May 02 03:54:45 2004 +0000
+++ b/graphics/skencil/Makefile Sun May 02 03:55:05 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1.1.1 2004/03/12 13:07:19 jmmv Exp $
+# $NetBSD: Makefile,v 1.2 2004/05/02 03:55:16 snj Exp $
 #
 
 DISTNAME=      skencil-0.6.16
@@ -10,7 +10,7 @@
 COMMENT=       Interactive drawing program
 
 USE_X11=       YES
-USE_BUILDLINK2=        yes
+USE_BUILDLINK3=        yes
 
 PYTHON_PATCH_SCRIPTS= sk2ppm.py sk2ps.py skconvert.py skencil.py skshow.py
 SK_CONF_ARGS=  --imaging-include=${BUILDLINK_PREFIX.pyimaging}/${PYINC}/PIL
@@ -40,6 +40,6 @@
        cd ${WRKSRC}/Examples && ${PAX} -rwpm -v . ${SKETCHEXDIR}
 
 .include "../../lang/python/application.mk"
-.include "../../x11/py-Tk/buildlink2.mk"
-.include "../../graphics/py-imaging/buildlink2.mk"
+.include "../../x11/py-Tk/buildlink3.mk"
+.include "../../graphics/py-imaging/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r f758e003e83e -r e942795bcd39 mail/fetchmailconf/Makefile
--- a/mail/fetchmailconf/Makefile       Sun May 02 03:54:45 2004 +0000
+++ b/mail/fetchmailconf/Makefile       Sun May 02 03:55:05 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.58 2004/03/30 18:35:13 tron Exp $
+# $NetBSD: Makefile,v 1.59 2004/05/02 03:55:51 snj Exp $
 
 DISTNAME=      fetchmail-6.2.5
 PKGNAME=       ${DISTNAME:S/fetchmail/fetchmailconf/}
@@ -14,7 +14,7 @@
 DEPENDS+=      ${DISTNAME}{,nb*}:../../mail/fetchmail
 
 NO_BUILD=      YES
-USE_BUILDLINK2=        YES
+USE_BUILDLINK3=        YES
 USE_X11=       YES
 
 DISTINFO_FILE=         ${.CURDIR}/../../mail/fetchmail/distinfo
@@ -27,5 +27,5 @@
                ${LN} -s fetchmail.1 ${PREFIX}/man/man1/fetchmailconf.1
 
 .include "../../lang/python/application.mk"
-.include "../../x11/py-Tk/buildlink2.mk"
+.include "../../x11/py-Tk/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index