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/a694250f827e
branches:  trunk
changeset: 474196:a694250f827e
user:      snj <snj%pkgsrc.org@localhost>
date:      Mon Apr 26 05:31:43 2004 +0000

description:
Convert to buildlink3.

diffstat:

 chat/everybuddy-gnome/Makefile  |  4 ++--
 chat/everybuddy/Makefile        |  6 +++---
 chat/everybuddy/Makefile.common |  6 +++---
 news/pan-gnome/Makefile         |  8 ++++----
 4 files changed, 12 insertions(+), 12 deletions(-)

diffs (85 lines):

diff -r 574d4c9b0a48 -r a694250f827e chat/everybuddy-gnome/Makefile
--- a/chat/everybuddy-gnome/Makefile    Mon Apr 26 05:23:43 2004 +0000
+++ b/chat/everybuddy-gnome/Makefile    Mon Apr 26 05:31:43 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.13 2004/03/26 02:27:35 wiz Exp $
+# $NetBSD: Makefile,v 1.14 2004/04/26 05:32:00 snj Exp $
 
 .include "../everybuddy/Makefile.common"
 
@@ -9,5 +9,5 @@
 
 CONFIGURE_ARGS+=       --enable-panel
 
-.include "../../x11/gnome-core/buildlink2.mk"
+.include "../../x11/gnome-core/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 574d4c9b0a48 -r a694250f827e chat/everybuddy/Makefile
--- a/chat/everybuddy/Makefile  Mon Apr 26 05:23:43 2004 +0000
+++ b/chat/everybuddy/Makefile  Mon Apr 26 05:31:43 2004 +0000
@@ -1,10 +1,10 @@
-# $NetBSD: Makefile,v 1.9 2004/03/08 19:40:36 jmmv Exp $
+# $NetBSD: Makefile,v 1.10 2004/04/26 05:31:43 snj Exp $
 
 .include "Makefile.common"
 PKGREVISION=   5
 
 CONFLICTS+=    everybuddy-gnome-[0-9]*
 
-.include "../../audio/esound/buildlink2.mk"
-.include "../../x11/gtk/buildlink2.mk"
+.include "../../audio/esound/buildlink3.mk"
+.include "../../x11/gtk/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 574d4c9b0a48 -r a694250f827e chat/everybuddy/Makefile.common
--- a/chat/everybuddy/Makefile.common   Mon Apr 26 05:23:43 2004 +0000
+++ b/chat/everybuddy/Makefile.common   Mon Apr 26 05:31:43 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.14 2004/04/14 16:15:21 jmmv Exp $
+# $NetBSD: Makefile.common,v 1.15 2004/04/26 05:31:43 snj Exp $
 
 DISTNAME=      everybuddy-0.2.0
 CATEGORIES=    chat
@@ -11,7 +11,7 @@
 USE_DIRS+=     gnome1-1.5
 USE_GNU_TOOLS+=        make
 GNU_CONFIGURE= YES
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
 
 DISTINFO_FILE= ${.CURDIR}/../everybuddy/distinfo
 FILESDIR=      ${.CURDIR}/../everybuddy/files
@@ -29,4 +29,4 @@
 post-install:
        ${INSTALL_SCRIPT} ${WRKDIR}/wrapper ${PREFIX}/bin/everybuddy
 
-.include "../../converters/libiconv/buildlink2.mk"
+.include "../../converters/libiconv/buildlink3.mk"
diff -r 574d4c9b0a48 -r a694250f827e news/pan-gnome/Makefile
--- a/news/pan-gnome/Makefile   Mon Apr 26 05:23:43 2004 +0000
+++ b/news/pan-gnome/Makefile   Mon Apr 26 05:31:43 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.10 2004/04/14 19:30:22 jmmv Exp $
+# $NetBSD: Makefile,v 1.11 2004/04/26 05:33:04 snj Exp $
 #
 
 DISTNAME=      pan-0.11.4
@@ -13,7 +13,7 @@
 
 BUILD_USES_MSGFMT=     YES
 
-USE_BUILDLINK2=                YES
+USE_BUILDLINK3=                YES
 USE_DIRS+=             xdg-1.1
 USE_PKGLOCALEDIR=      YES
 USE_X11BASE=           YES
@@ -25,7 +25,7 @@
 LIBS=                  -lcompat
 .endif
 
-.include "../../devel/gettext-lib/buildlink2.mk"
-.include "../../x11/gnome-core/buildlink2.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../x11/gnome-core/buildlink3.mk"
 
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index