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/815577058486
branches:  trunk
changeset: 473268:815577058486
user:      snj <snj%pkgsrc.org@localhost>
date:      Sun Apr 18 05:44:18 2004 +0000

description:
Convert to buildlink3.

diffstat:

 games/pacman/Makefile |  6 +++---
 mail/nail/Makefile    |  4 ++--
 mail/spruce/Makefile  |  6 +++---
 3 files changed, 8 insertions(+), 8 deletions(-)

diffs (63 lines):

diff -r 6b36de2c09ea -r 815577058486 games/pacman/Makefile
--- a/games/pacman/Makefile     Sun Apr 18 05:31:35 2004 +0000
+++ b/games/pacman/Makefile     Sun Apr 18 05:44:18 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2004/01/24 13:30:56 grant Exp $
+# $NetBSD: Makefile,v 1.23 2004/04/18 05:48:34 snj Exp $
 
 DISTNAME=              Pacman-0.3-CVS-00-11-17
 PKGNAME=               Pacman-0.3
@@ -10,7 +10,7 @@
 HOMEPAGE=              http://www.clanlib.org/
 COMMENT=               Pacman, a small demonstration game for ClanLib
 
-USE_BUILDLINK2=                yes
+USE_BUILDLINK3=                yes
 USE_X11BASE=           yes
 USE_GNU_TOOLS+=                make
 GNU_CONFIGURE=         yes
@@ -33,5 +33,5 @@
                exit 1;                                                     \
        fi;
 
-.include "../../graphics/clanlib/buildlink2.mk"
+.include "../../graphics/clanlib/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 6b36de2c09ea -r 815577058486 mail/nail/Makefile
--- a/mail/nail/Makefile        Sun Apr 18 05:31:35 2004 +0000
+++ b/mail/nail/Makefile        Sun Apr 18 05:44:18 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.8 2004/04/06 19:00:39 cjep Exp $
+# $NetBSD: Makefile,v 1.9 2004/04/18 05:47:40 snj Exp $
 
 DISTNAME=      nail-10.7
 CATEGORIES=    mail
@@ -9,7 +9,7 @@
 HOMEPAGE=      http://omnibus.ruf.uni-freiburg.de/~gritter/
 COMMENT=       BSD mail utility with MIME extensions
 
-USE_BUILDLINK2=        yes
+USE_BUILDLINK3=        yes
 USE_PKGINSTALL=        yes
 GNU_CONFIGURE= yes
 CONFIGURE_ARGS=        --with-rcfile=${PKG_SYSCONFDIR}/nail.rc
diff -r 6b36de2c09ea -r 815577058486 mail/spruce/Makefile
--- a/mail/spruce/Makefile      Sun Apr 18 05:31:35 2004 +0000
+++ b/mail/spruce/Makefile      Sun Apr 18 05:44:18 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.18 2004/01/24 13:55:30 grant Exp $
+# $NetBSD: Makefile,v 1.19 2004/04/18 05:44:18 snj Exp $
 #
 
 DISTNAME=       spruce-0.5.17
@@ -13,8 +13,8 @@
 USE_X11=               yes
 GNU_CONFIGURE=         yes
 USE_GNU_TOOLS+=                make
-USE_BUILDLINK2=                yes
+USE_BUILDLINK3=                yes
 USE_PKGLOCALEDIR=      yes
 
-.include "../../x11/gnome-libs/buildlink2.mk"
+.include "../../x11/gnome-libs/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index