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/65f035ecbd93
branches: trunk
changeset: 474246:65f035ecbd93
user: snj <snj%pkgsrc.org@localhost>
date: Mon Apr 26 22:34:17 2004 +0000
description:
Convert to buildlink3.
diffstat:
emulators/gpsim/Makefile | 14 +++++++-------
emulators/gpsim/distinfo | 3 ++-
emulators/gpsim/patches/patch-aa | 17 +++++++++++++++++
misc/ooqstart/Makefile | 8 ++++----
net/gnapster/Makefile | 8 ++++----
net/gtm/Makefile | 8 ++++----
6 files changed, 38 insertions(+), 20 deletions(-)
diffs (146 lines):
diff -r 6f214f3404a8 -r 65f035ecbd93 emulators/gpsim/Makefile
--- a/emulators/gpsim/Makefile Mon Apr 26 22:22:05 2004 +0000
+++ b/emulators/gpsim/Makefile Mon Apr 26 22:34:17 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.11 2004/04/26 21:50:24 bouyer Exp $
+# $NetBSD: Makefile,v 1.12 2004/04/26 22:34:17 snj Exp $
#
DISTNAME= gpsim-0.21.2
@@ -9,9 +9,9 @@
HOMEPAGE= http://www.dattalo.com/gnupic/gpsim.html
COMMENT= PIC emulator with X interface
-USE_BUILDLINK2= YES
GNU_CONFIGURE= YES
-CONFIGURE_ARGS+= --with-exdbm=${BUILDLINK_PREFIX.eXdbm}
+USE_BUILDLINK3= YES
+USE_LANGUAGES= c c++
USE_GNU_TOOLS+= make
USE_LIBTOOL= YES
@@ -22,8 +22,8 @@
CONFLICTS= eXdbm-[0-9]*
-.include "../../devel/popt/buildlink2.mk"
-.include "../../devel/readline/buildlink2.mk"
-.include "../../x11/gtk/buildlink2.mk"
-.include "../../x11/gtk+extra/buildlink2.mk"
+.include "../../devel/popt/buildlink3.mk"
+.include "../../devel/readline/buildlink3.mk"
+.include "../../x11/gtk/buildlink3.mk"
+.include "../../x11/gtk+extra/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 6f214f3404a8 -r 65f035ecbd93 emulators/gpsim/distinfo
--- a/emulators/gpsim/distinfo Mon Apr 26 22:22:05 2004 +0000
+++ b/emulators/gpsim/distinfo Mon Apr 26 22:34:17 2004 +0000
@@ -1,4 +1,5 @@
-$NetBSD: distinfo,v 1.3 2004/04/26 21:50:24 bouyer Exp $
+$NetBSD: distinfo,v 1.4 2004/04/26 22:34:17 snj Exp $
SHA1 (gpsim-0.21.2.tar.gz) = 9c16a1288f0c83923395d01e9749d56a087707f9
Size (gpsim-0.21.2.tar.gz) = 721817 bytes
+SHA1 (patch-aa) = 3d548f5ed918f35384b3e813453d63b8adfceebc
diff -r 6f214f3404a8 -r 65f035ecbd93 emulators/gpsim/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/emulators/gpsim/patches/patch-aa Mon Apr 26 22:34:17 2004 +0000
@@ -0,0 +1,17 @@
+$NetBSD: patch-aa,v 1.3 2004/04/26 22:34:17 snj Exp $
+
+--- gui/Makefile.in.orig 2004-04-26 15:24:07.000000000 -0700
++++ gui/Makefile.in 2004-04-26 15:24:23.000000000 -0700
+@@ -116,9 +116,9 @@ libgpsimgui_la_LDFLAGS = @X_LDFLAGS@ @Y_
+
+ pixmapdir = $(datadir)/gpsim
+
+-CFLAGS = @CFLAGS@ -D DATADIR=\"~/.gpsim/\"
+-CXXFLAGS = @CXXFLAGS@ -D DATADIR=\"~/.gpsim/\"
+-CPPFLAGS = @CPPFLAGS@ -D DATADIR=\"~/.gpsim/\"
++CFLAGS = @CFLAGS@ -DDATADIR=\"~/.gpsim/\"
++CXXFLAGS = @CXXFLAGS@ -DDATADIR=\"~/.gpsim/\"
++CPPFLAGS = @CPPFLAGS@ -DDATADIR=\"~/.gpsim/\"
+ mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
+ CONFIG_HEADER = ../config.h
+ CONFIG_CLEAN_FILES =
diff -r 6f214f3404a8 -r 65f035ecbd93 misc/ooqstart/Makefile
--- a/misc/ooqstart/Makefile Mon Apr 26 22:22:05 2004 +0000
+++ b/misc/ooqstart/Makefile Mon Apr 26 22:34:17 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2004/04/14 19:30:22 jmmv Exp $
+# $NetBSD: Makefile,v 1.15 2004/04/26 22:34:17 snj Exp $
#
DISTNAME= ooqstart-0.8.3
@@ -13,7 +13,7 @@
DEPENDS+= gnome-applets>=1.4.0:../../x11/gnome-applets
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_DIRS+= xdg-1.1
USE_GNU_TOOLS+= make
USE_X11BASE= YES
@@ -32,6 +32,6 @@
${PREFIX}/gnome/help/ooqstart_applet/C
.endfor
-.include "../../graphics/gdk-pixbuf-gnome/buildlink2.mk"
-.include "../../x11/gnome-core/buildlink2.mk"
+.include "../../graphics/gdk-pixbuf-gnome/buildlink3.mk"
+.include "../../x11/gnome-core/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"
diff -r 6f214f3404a8 -r 65f035ecbd93 net/gnapster/Makefile
--- a/net/gnapster/Makefile Mon Apr 26 22:22:05 2004 +0000
+++ b/net/gnapster/Makefile Mon Apr 26 22:34:17 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.33 2004/04/14 16:15:26 jmmv Exp $
+# $NetBSD: Makefile,v 1.34 2004/04/26 22:34:17 snj Exp $
DISTNAME= gnapster-1.5.0
PKGREVISION= 9
@@ -11,14 +11,14 @@
BUILD_USES_MSGFMT= YES
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_DIRS+= xdg-1.1
USE_X11= YES
USE_GNU_TOOLS+= make
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
-.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"
diff -r 6f214f3404a8 -r 65f035ecbd93 net/gtm/Makefile
--- a/net/gtm/Makefile Mon Apr 26 22:22:05 2004 +0000
+++ b/net/gtm/Makefile Mon Apr 26 22:34:17 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2004/04/14 16:15:26 jmmv Exp $
+# $NetBSD: Makefile,v 1.26 2004/04/26 22:34:17 snj Exp $
#
DISTNAME= gtm-0.4.12
@@ -12,14 +12,14 @@
DEPENDS+= wget-[0-9]*:../../net/wget
-USE_BUILDLINK2= YES
+USE_BUILDLINK3= YES
USE_DIRS+= xdg-1.1
USE_PKGLOCALEDIR= YES
USE_X11= YES
USE_GNU_TOOLS+= make
GNU_CONFIGURE= YES
-.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