pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc bl3ify
details: https://anonhg.NetBSD.org/pkgsrc/rev/4f6393caa6cb
branches: trunk
changeset: 468200:4f6393caa6cb
user: xtraeme <xtraeme%pkgsrc.org@localhost>
date: Wed Feb 11 04:35:20 2004 +0000
description:
bl3ify
diffstat:
graphics/gnome2-pixmaps/Makefile | 4 +-
graphics/gnome2-pixmaps/buildlink3.mk | 22 ++++++++++++++
mail/balsa2/Makefile | 31 ++++++++++----------
textproc/aspell-breton/Makefile | 6 ++--
textproc/aspell-catalan/Makefile | 6 ++--
textproc/aspell-czech/Makefile | 6 ++--
textproc/aspell-danish/Makefile | 6 ++--
textproc/aspell-dutch/Makefile | 6 ++--
textproc/aspell-english/Makefile | 6 ++--
textproc/aspell-esperanto/Makefile | 6 ++--
textproc/aspell-faroese/Makefile | 6 ++--
textproc/aspell-francais/Makefile | 6 ++--
textproc/aspell-gaeilge/Makefile | 6 ++--
textproc/aspell-german/Makefile | 6 ++--
textproc/aspell-greek/Makefile | 6 ++--
textproc/aspell-italian/Makefile | 6 ++--
textproc/aspell-norwegian/Makefile | 6 ++--
textproc/aspell-polish/Makefile | 6 ++--
textproc/aspell-portuguese/Makefile | 6 ++--
textproc/aspell-romanian/Makefile | 6 ++--
textproc/aspell-russian/Makefile | 6 ++--
textproc/aspell-slovak/Makefile | 6 ++--
textproc/aspell-spanish/Makefile | 6 ++--
textproc/aspell-svenska/Makefile | 6 ++--
textproc/aspell-ukrainian/Makefile | 6 ++--
textproc/aspell-welsh/Makefile | 6 ++--
textproc/aspell/Makefile | 6 ++--
textproc/aspell/buildlink3.mk | 24 ++++++++++++++++
textproc/scrollkeeper/Makefile | 14 ++++----
textproc/scrollkeeper/buildlink3.mk | 50 ++++++++++++++++++++++++++++++++++
textproc/scrollkeeper/omf.mk | 4 +-
x11/startup-notification/Makefile | 4 +-
x11/startup-notification/buildlink3.mk | 22 ++++++++++++++
33 files changed, 219 insertions(+), 100 deletions(-)
diffs (truncated from 832 to 300 lines):
diff -r bdd3a5a78313 -r 4f6393caa6cb graphics/gnome2-pixmaps/Makefile
--- a/graphics/gnome2-pixmaps/Makefile Wed Feb 11 04:23:35 2004 +0000
+++ b/graphics/gnome2-pixmaps/Makefile Wed Feb 11 04:35:20 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.12 2003/12/14 22:10:53 xtraeme Exp $
+# $NetBSD: Makefile,v 1.13 2004/02/11 04:40:49 xtraeme Exp $
#
DISTNAME= gnome-desktop-2.4.1.1
@@ -20,7 +20,7 @@
CONFLICTS+= gnome-pixmaps-2.0.8
.endif
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_X11= YES
NO_CONFIGURE= YES
NO_BUILD= YES
diff -r bdd3a5a78313 -r 4f6393caa6cb graphics/gnome2-pixmaps/buildlink3.mk
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/graphics/gnome2-pixmaps/buildlink3.mk Wed Feb 11 04:35:20 2004 +0000
@@ -0,0 +1,22 @@
+# $NetBSD: buildlink3.mk,v 1.1 2004/02/11 04:40:49 xtraeme Exp $
+#
+# This Makefile fragment is included by packages that use gnome2-pixmaps.
+#
+# This file was created automatically using createbuildlink-3.1.
+#
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH}+
+GNOME2_PIXMAPS_BUILDLINK3_MK:= ${GNOME2_PIXMAPS_BUILDLINK3_MK}+
+
+.if !empty(BUILDLINK_DEPTH:M+)
+BUILDLINK_DEPENDS+= gnome2-pixmaps
+.endif
+
+.if !empty(GNOME2_PIXMAPS_BUILDLINK3_MK:M+)
+BUILDLINK_PACKAGES+= gnome2-pixmaps
+BUILDLINK_DEPENDS.gnome2-pixmaps+= gnome2-pixmaps>=2.4.1.1
+BUILDLINK_PKGSRCDIR.gnome2-pixmaps?= ../../graphics/gnome2-pixmaps
+
+.endif # GNOME2_PIXMAPS_BUILDLINK3_MK
+
+BUILDLINK_DEPTH:= ${BUILDLINK_DEPTH:S/+$//}
diff -r bdd3a5a78313 -r 4f6393caa6cb mail/balsa2/Makefile
--- a/mail/balsa2/Makefile Wed Feb 11 04:23:35 2004 +0000
+++ b/mail/balsa2/Makefile Wed Feb 11 04:35:20 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.19 2004/02/11 04:02:48 xtraeme Exp $
+# $NetBSD: Makefile,v 1.20 2004/02/11 04:36:58 xtraeme Exp $
#
DISTNAME= balsa-2.0.16
@@ -16,7 +16,7 @@
USE_PERL5= build
USE_PKGINSTALL= yes
-USE_BUILDLINK2= yes
+USE_BUILDLINK3= yes
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
LIBTOOL_OVERRIDE= ${WRKSRC}/libtool
@@ -36,20 +36,21 @@
.if defined(USE_OPENLDAP) && ${USE_OPENLDAP} == YES
CONFIGURE_ARGS+= --enable-ldap
-.include "../../databases/openldap/buildlink2.mk"
+.include "../../databases/openldap/buildlink3.mk"
.endif
-.include "../../security/gpgme/buildlink2.mk"
-.include "../../devel/pcre/buildlink2.mk"
-.include "../../devel/glib2/buildlink2.mk"
-.include "../../devel/libgnomeui/buildlink2.mk"
-.include "../../devel/gettext-lib/buildlink2.mk"
-.include "../../sysutils/gnome-vfs2/buildlink2.mk"
-.include "../../print/libgnomeprintui/buildlink2.mk"
-.include "../../security/openssl/buildlink2.mk"
-.include "../../textproc/aspell/buildlink2.mk"
+.include "../../security/gpgme/buildlink3.mk"
+.include "../../devel/pcre/buildlink3.mk"
+.include "../../devel/glib2/buildlink3.mk"
+.include "../../devel/libgnomeui/buildlink3.mk"
+.include "../../devel/libtool/buildlink3.mk"
+.include "../../devel/gettext-lib/buildlink3.mk"
+.include "../../sysutils/gnome-vfs2/buildlink3.mk"
+.include "../../print/libgnomeprintui/buildlink3.mk"
+.include "../../security/openssl/buildlink3.mk"
+.include "../../textproc/aspell/buildlink3.mk"
.include "../../textproc/scrollkeeper/omf.mk"
-.include "../../www/gtkhtml3/buildlink2.mk"
-.include "../../mail/libesmtp/buildlink2.mk"
-.include "../../mk/pthread.buildlink2.mk"
+.include "../../www/gtkhtml3/buildlink3.mk"
+.include "../../mail/libesmtp/buildlink3.mk"
+.include "../../mk/pthread.buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r bdd3a5a78313 -r 4f6393caa6cb textproc/aspell-breton/Makefile
--- a/textproc/aspell-breton/Makefile Wed Feb 11 04:23:35 2004 +0000
+++ b/textproc/aspell-breton/Makefile Wed Feb 11 04:35:20 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/07/17 22:54:01 grant Exp $
+# $NetBSD: Makefile,v 1.7 2004/02/11 04:35:20 xtraeme Exp $
#
DISTNAME= aspell-br-0.50-2
@@ -12,11 +12,11 @@
HOMEPAGE= http://aspell.net/
COMMENT= Breton language support for aspell
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
HAS_CONFIGURE= YES
CONFIGURE_ENV+= ASPELL=${PREFIX}/bin/aspell
CONFIGURE_ENV+= WORD_LIST_COMPRESS=${PREFIX}/bin/word-list-compress
-.include "../../textproc/aspell/buildlink2.mk"
+.include "../../textproc/aspell/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r bdd3a5a78313 -r 4f6393caa6cb textproc/aspell-catalan/Makefile
--- a/textproc/aspell-catalan/Makefile Wed Feb 11 04:23:35 2004 +0000
+++ b/textproc/aspell-catalan/Makefile Wed Feb 11 04:35:20 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/07/17 22:54:01 grant Exp $
+# $NetBSD: Makefile,v 1.7 2004/02/11 04:35:20 xtraeme Exp $
#
DISTNAME= aspell-ca-0.50-2
@@ -12,11 +12,11 @@
HOMEPAGE= http://aspell.net/
COMMENT= Catalan language support for aspell
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
HAS_CONFIGURE= YES
CONFIGURE_ENV+= ASPELL=${PREFIX}/bin/aspell
CONFIGURE_ENV+= WORD_LIST_COMPRESS=${PREFIX}/bin/word-list-compress
-.include "../../textproc/aspell/buildlink2.mk"
+.include "../../textproc/aspell/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r bdd3a5a78313 -r 4f6393caa6cb textproc/aspell-czech/Makefile
--- a/textproc/aspell-czech/Makefile Wed Feb 11 04:23:35 2004 +0000
+++ b/textproc/aspell-czech/Makefile Wed Feb 11 04:35:20 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/07/17 22:54:02 grant Exp $
+# $NetBSD: Makefile,v 1.7 2004/02/11 04:35:20 xtraeme Exp $
#
DISTNAME= aspell-cs-0.50-2
@@ -12,11 +12,11 @@
HOMEPAGE= http://aspell.net/
COMMENT= Czech language support for aspell
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
HAS_CONFIGURE= YES
CONFIGURE_ENV+= ASPELL=${PREFIX}/bin/aspell
CONFIGURE_ENV+= WORD_LIST_COMPRESS=${PREFIX}/bin/word-list-compress
-.include "../../textproc/aspell/buildlink2.mk"
+.include "../../textproc/aspell/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r bdd3a5a78313 -r 4f6393caa6cb textproc/aspell-danish/Makefile
--- a/textproc/aspell-danish/Makefile Wed Feb 11 04:23:35 2004 +0000
+++ b/textproc/aspell-danish/Makefile Wed Feb 11 04:35:20 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/07/17 22:54:02 grant Exp $
+# $NetBSD: Makefile,v 1.7 2004/02/11 04:35:20 xtraeme Exp $
#
DISTNAME= aspell-da-0.50-2
@@ -12,11 +12,11 @@
HOMEPAGE= http://aspell.net/
COMMENT= Danish language support for aspell
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
HAS_CONFIGURE= YES
CONFIGURE_ENV+= ASPELL=${PREFIX}/bin/aspell
CONFIGURE_ENV+= WORD_LIST_COMPRESS=${PREFIX}/bin/word-list-compress
-.include "../../textproc/aspell/buildlink2.mk"
+.include "../../textproc/aspell/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r bdd3a5a78313 -r 4f6393caa6cb textproc/aspell-dutch/Makefile
--- a/textproc/aspell-dutch/Makefile Wed Feb 11 04:23:35 2004 +0000
+++ b/textproc/aspell-dutch/Makefile Wed Feb 11 04:35:20 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/07/17 22:54:02 grant Exp $
+# $NetBSD: Makefile,v 1.7 2004/02/11 04:35:20 xtraeme Exp $
#
DISTNAME= aspell-nl-0.50-2
@@ -12,11 +12,11 @@
HOMEPAGE= http://aspell.net/
COMMENT= Dutch language support for aspell
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
HAS_CONFIGURE= YES
CONFIGURE_ENV+= ASPELL=${PREFIX}/bin/aspell
CONFIGURE_ENV+= WORD_LIST_COMPRESS=${PREFIX}/bin/word-list-compress
-.include "../../textproc/aspell/buildlink2.mk"
+.include "../../textproc/aspell/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r bdd3a5a78313 -r 4f6393caa6cb textproc/aspell-english/Makefile
--- a/textproc/aspell-english/Makefile Wed Feb 11 04:23:35 2004 +0000
+++ b/textproc/aspell-english/Makefile Wed Feb 11 04:35:20 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/07/17 22:54:03 grant Exp $
+# $NetBSD: Makefile,v 1.7 2004/02/11 04:35:20 xtraeme Exp $
#
DISTNAME= aspell-en-0.51-0
@@ -12,11 +12,11 @@
HOMEPAGE= http://aspell.net/
COMMENT= English language support for aspell
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
HAS_CONFIGURE= YES
CONFIGURE_ENV+= ASPELL=${PREFIX}/bin/aspell
CONFIGURE_ENV+= WORD_LIST_COMPRESS=${PREFIX}/bin/word-list-compress
-.include "../../textproc/aspell/buildlink2.mk"
+.include "../../textproc/aspell/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r bdd3a5a78313 -r 4f6393caa6cb textproc/aspell-esperanto/Makefile
--- a/textproc/aspell-esperanto/Makefile Wed Feb 11 04:23:35 2004 +0000
+++ b/textproc/aspell-esperanto/Makefile Wed Feb 11 04:35:20 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/07/17 22:54:04 grant Exp $
+# $NetBSD: Makefile,v 1.7 2004/02/11 04:35:20 xtraeme Exp $
#
DISTNAME= aspell-eo-0.50-2
@@ -12,11 +12,11 @@
HOMEPAGE= http://aspell.net/
COMMENT= Esperanto language support for aspell
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
HAS_CONFIGURE= YES
CONFIGURE_ENV+= ASPELL=${PREFIX}/bin/aspell
CONFIGURE_ENV+= WORD_LIST_COMPRESS=${PREFIX}/bin/word-list-compress
-.include "../../textproc/aspell/buildlink2.mk"
+.include "../../textproc/aspell/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r bdd3a5a78313 -r 4f6393caa6cb textproc/aspell-faroese/Makefile
--- a/textproc/aspell-faroese/Makefile Wed Feb 11 04:23:35 2004 +0000
+++ b/textproc/aspell-faroese/Makefile Wed Feb 11 04:35:20 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/07/17 22:54:05 grant Exp $
+# $NetBSD: Makefile,v 1.7 2004/02/11 04:35:20 xtraeme Exp $
#
DISTNAME= aspell-fo-0.50-2
@@ -12,11 +12,11 @@
HOMEPAGE= http://aspell.net/
COMMENT= Faroese language support for aspell
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
HAS_CONFIGURE= YES
CONFIGURE_ENV+= ASPELL=${PREFIX}/bin/aspell
CONFIGURE_ENV+= WORD_LIST_COMPRESS=${PREFIX}/bin/word-list-compress
-.include "../../textproc/aspell/buildlink2.mk"
+.include "../../textproc/aspell/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r bdd3a5a78313 -r 4f6393caa6cb textproc/aspell-francais/Makefile
--- a/textproc/aspell-francais/Makefile Wed Feb 11 04:23:35 2004 +0000
+++ b/textproc/aspell-francais/Makefile Wed Feb 11 04:35:20 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2003/07/17 22:54:05 grant Exp $
+# $NetBSD: Makefile,v 1.7 2004/02/11 04:35:20 xtraeme Exp $
#
DISTNAME= aspell-fr-0.50-3
@@ -12,11 +12,11 @@
HOMEPAGE= http://aspell.net/
COMMENT= French language support for aspell
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
HAS_CONFIGURE= YES
CONFIGURE_ENV+= ASPELL=${PREFIX}/bin/aspell
CONFIGURE_ENV+= WORD_LIST_COMPRESS=${PREFIX}/bin/word-list-compress
Home |
Main Index |
Thread Index |
Old Index