pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/www Convert to buildlink3.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/150c9a35809d
branches:  trunk
changeset: 475167:150c9a35809d
user:      snj <snj%pkgsrc.org@localhost>
date:      Tue May 11 05:18:59 2004 +0000

description:
Convert to buildlink3.

diffstat:

 www/grail/Makefile            |  6 +++---
 www/navigator/Makefile.common |  4 ++--
 www/p5-SVN-Web/Makefile       |  4 ++--
 3 files changed, 7 insertions(+), 7 deletions(-)

diffs (61 lines):

diff -r a8bea87c0113 -r 150c9a35809d www/grail/Makefile
--- a/www/grail/Makefile        Tue May 11 05:09:58 2004 +0000
+++ b/www/grail/Makefile        Tue May 11 05:18:59 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.17 2003/07/17 22:55:34 grant Exp $
+# $NetBSD: Makefile,v 1.18 2004/05/11 05:18:59 snj Exp $
 #
 
 DISTNAME=      grail-0.6
@@ -17,7 +17,7 @@
 GRAILDIR=      share/misc/grail-0.6
 PLIST_SRC=     ${WRKDIR}/.PLIST_SRC
 PYTHON_VERSIONS_ACCEPTED= 15
-USE_BUILDLINK2=        yes
+USE_BUILDLINK3=        yes
 
 do-install:
        ${CAT} ${PKGDIR}/PLIST.pre >${PLIST_SRC}
@@ -34,5 +34,5 @@
        ${SED} -e "s/^/@dirrm /" >>${PLIST_SRC})
 
 .include "../../lang/python/application.mk"
-.include "../../x11/py-Tk/buildlink2.mk"
+.include "../../x11/py-Tk/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r a8bea87c0113 -r 150c9a35809d www/navigator/Makefile.common
--- a/www/navigator/Makefile.common     Tue May 11 05:09:58 2004 +0000
+++ b/www/navigator/Makefile.common     Tue May 11 05:18:59 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.68 2004/01/27 02:28:51 tacha Exp $
+# $NetBSD: Makefile.common,v 1.69 2004/05/11 05:18:59 snj Exp $
 #
 # Common include file for communicator and navigator packages
 
@@ -240,7 +240,7 @@
 .endif
 
 .if ${BINNAME} != "netscape"
-USE_BUILDLINK2=        # defined
+USE_BUILDLINK3=        yes
 .  if defined(NS_NEED_LINUX)
 .    include "../../emulators/suse_linux/Makefile.application"
 .  endif
diff -r a8bea87c0113 -r 150c9a35809d www/p5-SVN-Web/Makefile
--- a/www/p5-SVN-Web/Makefile   Tue May 11 05:09:58 2004 +0000
+++ b/www/p5-SVN-Web/Makefile   Tue May 11 05:18:59 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2004/03/26 02:27:57 wiz Exp $
+# $NetBSD: Makefile,v 1.5 2004/05/11 05:18:59 snj Exp $
 
 DISTNAME=      SVN-Web-0.35
 PKGNAME=       p5-${DISTNAME}
@@ -15,7 +15,7 @@
 DEPENDS+=      p5-XML-RSS-0.97:../../textproc/p5-XML-RSS
 DEPENDS+=      p5-YAML-0.35:../../textproc/p5-YAML
 
-USE_BUILDLINK2=                YES
+USE_BUILDLINK3=                YES
 PERL5_PACKLIST=                ${PERL5_SITEARCH}/auto/SVN/Web/.packlist
 
 .include "../../lang/perl5/module.mk"



Home | Main Index | Thread Index | Old Index