diff options
author | snj <snj> | 2004-04-26 22:34:17 +0000 |
---|---|---|
committer | snj <snj> | 2004-04-26 22:34:17 +0000 |
commit | 7a2f95f82b784064c8fec0b0f6c7c117fe5676c3 (patch) | |
tree | 81b266f192e01e2d771965a5d0766c3c7478f7ee /emulators | |
parent | bdd74266a1055f3fd7a53952e30bb4a9f8b8af09 (diff) | |
download | pkgsrc-7a2f95f82b784064c8fec0b0f6c7c117fe5676c3.tar.gz |
Convert to buildlink3.
Diffstat (limited to 'emulators')
-rw-r--r-- | emulators/gpsim/Makefile | 14 | ||||
-rw-r--r-- | emulators/gpsim/distinfo | 3 | ||||
-rw-r--r-- | emulators/gpsim/patches/patch-aa | 17 |
3 files changed, 26 insertions, 8 deletions
diff --git a/emulators/gpsim/Makefile b/emulators/gpsim/Makefile index 272bf3ad287..f623ff93525 100644 --- a/emulators/gpsim/Makefile +++ b/emulators/gpsim/Makefile @@ -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 @@ MAINTAINER= snoonan@tbearsiberians.com 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 @@ USE_GNU_READLINE= # rl_callback_read_char, rl_copy_text, 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 --git a/emulators/gpsim/distinfo b/emulators/gpsim/distinfo index d6770c0bc8e..f46e60d49af 100644 --- a/emulators/gpsim/distinfo +++ b/emulators/gpsim/distinfo @@ -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 --git a/emulators/gpsim/patches/patch-aa b/emulators/gpsim/patches/patch-aa new file mode 100644 index 00000000000..1978d4470f6 --- /dev/null +++ b/emulators/gpsim/patches/patch-aa @@ -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 = |