aboutsummaryrefslogtreecommitdiff
path: root/devel/g-wrap
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2003-02-05 06:11:32 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2003-02-05 06:11:32 +0000
commitc0949c6ec099c0840e5b6776822de856bf3de7b2 (patch)
tree1739a443833bfe96120656af389b75f9b26424da /devel/g-wrap
parent3ea9b25be8a7bc793c3f85a9a7d9cc454ed6e52b (diff)
downloadports-c0949c6ec099c0840e5b6776822de856bf3de7b2.tar.gz
ports-c0949c6ec099c0840e5b6776822de856bf3de7b2.zip
Update to 1.3.4.
Notes
Notes: svn path=/head/; revision=74793
Diffstat (limited to 'devel/g-wrap')
-rw-r--r--devel/g-wrap/Makefile3
-rw-r--r--devel/g-wrap/distinfo2
-rw-r--r--devel/g-wrap/files/patch-Makefile.in16
-rw-r--r--devel/g-wrap/files/patch-aa9
-rw-r--r--devel/g-wrap/files/patch-g-wrap_Makefile.in11
-rw-r--r--devel/g-wrap/files/patch-g-wrapped::Makefile.in14
-rw-r--r--devel/g-wrap/pkg-plist43
7 files changed, 55 insertions, 43 deletions
diff --git a/devel/g-wrap/Makefile b/devel/g-wrap/Makefile
index ec9cbb0cfb39..4de51e805f3a 100644
--- a/devel/g-wrap/Makefile
+++ b/devel/g-wrap/Makefile
@@ -7,7 +7,7 @@
#
PORTNAME= g-wrap
-PORTVERSION= 1.1.11
+PORTVERSION= 1.3.4
CATEGORIES= devel
MASTER_SITES= http://www.gnucash.org/pub/g-wrap/source/ \
http://people.freebsd.org/~sobomax/
@@ -19,6 +19,7 @@ LIB_DEPENDS= guile.10:${PORTSDIR}/lang/guile
RUN_DEPENDS= ${LOCALBASE}/share/slib/require.scm:${PORTSDIR}/lang/slib
USE_LIBTOOL= yes
+USE_GMAKE= yes
INSTALLS_SHLIB= yes
MAKE_ENV= GUILE_LOAD_PATH=${WRKSRC}
diff --git a/devel/g-wrap/distinfo b/devel/g-wrap/distinfo
index 3055a667f6e2..dd6ae9778fad 100644
--- a/devel/g-wrap/distinfo
+++ b/devel/g-wrap/distinfo
@@ -1 +1 @@
-MD5 (g-wrap-1.1.11.tar.gz) = 50cd195d85ec72723c64d14c5e6a0437
+MD5 (g-wrap-1.3.4.tar.gz) = bf29b8b563cc27d9f7fd90a6243653aa
diff --git a/devel/g-wrap/files/patch-Makefile.in b/devel/g-wrap/files/patch-Makefile.in
index bfe139493b17..93024a542005 100644
--- a/devel/g-wrap/files/patch-Makefile.in
+++ b/devel/g-wrap/files/patch-Makefile.in
@@ -1,11 +1,11 @@
---- Makefile.in.orig Sun Jun 9 02:32:28 2002
-+++ Makefile.in Sun Jun 9 02:32:32 2002
-@@ -86,7 +86,7 @@
- RS_LTLIB_TARGET = @RS_LTLIB_TARGET@
- RS_SCRIPT = @RS_SCRIPT@
- VERSION = @VERSION@
--SUBDIRS = doc rpm bin libruntime-guile libruntime-rscheme g-wrap g-wrapped example stale test
-+SUBDIRS = doc rpm bin libruntime-guile libruntime-rscheme g-wrap g-wrapped example stale
+--- Makefile.in.orig Thu Nov 7 23:40:46 2002
++++ Makefile.in Tue Feb 4 20:43:51 2003
+@@ -144,7 +144,7 @@
+ sharedstatedir = @sharedstatedir@
+ sysconfdir = @sysconfdir@
+ target_alias = @target_alias@
+-SUBDIRS = doc rpm bin g-wrap example test
++SUBDIRS = doc rpm bin g-wrap example
guilemoduledir = @GUILEMODDIR@
guilemodule_DATA = @GUILEMOD_TARGET@
diff --git a/devel/g-wrap/files/patch-aa b/devel/g-wrap/files/patch-aa
index 61206b876973..5038c4e6ce59 100644
--- a/devel/g-wrap/files/patch-aa
+++ b/devel/g-wrap/files/patch-aa
@@ -11,12 +11,3 @@ $FreeBSD$
# Always use our own libtool.
LIBTOOL='$(SHELL) $(top_builddir)/libtool'
-@@ -5196,7 +5197,7 @@
- fi
-
- # Extract the first word of "rs", so it can be a program name with args.
--set dummy rs; ac_word=$2
-+set dummy rscheme; ac_word=$2
- echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
- echo "configure:5202: checking for $ac_word" >&5
- if eval "test \"`echo '$''{'ac_cv_path_RSCHEME'+set}'`\" = set"; then
diff --git a/devel/g-wrap/files/patch-g-wrap_Makefile.in b/devel/g-wrap/files/patch-g-wrap_Makefile.in
new file mode 100644
index 000000000000..1e5ab26f8e38
--- /dev/null
+++ b/devel/g-wrap/files/patch-g-wrap_Makefile.in
@@ -0,0 +1,11 @@
+--- g-wrap/Makefile.in.orig Tue Feb 4 20:45:49 2003
++++ g-wrap/Makefile.in Tue Feb 4 20:46:00 2003
+@@ -197,7 +197,7 @@
+
+
+ #AM_CFLAGS = -O2 -g -Wall -Wno-uninitialized -Werror
+-AM_CFLAGS = -O2 -g -Wall -Werror \
++AM_CFLAGS = -Wall -Werror \
+ ${GW_GLIB_CFLAGS_ADD} \
+ ${GW_GUILE_GTK_CFLAGS_ADD}
+
diff --git a/devel/g-wrap/files/patch-g-wrapped::Makefile.in b/devel/g-wrap/files/patch-g-wrapped::Makefile.in
deleted file mode 100644
index 3f714b5cdb37..000000000000
--- a/devel/g-wrap/files/patch-g-wrapped::Makefile.in
+++ /dev/null
@@ -1,14 +0,0 @@
-
-$FreeBSD$
-
---- g-wrapped/Makefile.in.orig Thu Jul 26 02:30:32 2001
-+++ g-wrapped/Makefile.in Sat Aug 17 23:57:39 2002
-@@ -103,7 +103,7 @@
-
- #BEGIN TEMP JUNK ============================================================
-
--CFLAGS = -O2 -Wall -g -I../libruntime-guile @CFLAGS@
-+CFLAGS = -Wall -I../libruntime-guile @CFLAGS@
-
- #I believe libtool won't allow this yet.
- #EXTRA_LTLIBRARIES=libruntime.la
diff --git a/devel/g-wrap/pkg-plist b/devel/g-wrap/pkg-plist
index 23ff32b3954a..9b066c04569a 100644
--- a/devel/g-wrap/pkg-plist
+++ b/devel/g-wrap/pkg-plist
@@ -1,20 +1,43 @@
bin/g-wrap-config
-include/g-wrap-runtime-guile.h
+include/g-wrap/g-wrap-compatibility.h
+include/g-wrap/g-wrap-glib.h
+include/g-wrap/g-wrap-wct.h
info/g-wrap.info
info/g-wrap.info-1
info/g-wrap.info-2
-lib/libg-wrap-runtime-guile.a
-lib/libg-wrap-runtime-guile.so
-lib/libg-wrap-runtime-guile.so.2
+lib/libgw-glib.a
+lib/libgw-glib.so
+lib/libgw-glib.so.0
+lib/libgw-gtk.a
+lib/libgw-gtk.so
+lib/libgw-gtk.so.0
+lib/libgw-standard.a
+lib/libgw-standard.so
+lib/libgw-standard.so.0
+lib/libgw-wct.a
+lib/libgw-wct.so
+lib/libgw-wct.so.0
+lib/libgwrap-glib.a
+lib/libgwrap-glib.so
+lib/libgwrap-glib.so.1
+lib/libgwrap-wct.a
+lib/libgwrap-wct.so
+lib/libgwrap-wct.so.1
share/aclocal/g-wrap.m4
share/guile/g-wrap.scm
+share/guile/g-wrap/enumeration.scm
share/guile/g-wrap/g-translate.scm
-share/guile/g-wrap/guile-types.scm
+share/guile/g-wrap/gtkobj.scm
+share/guile/g-wrap/gw-glib-spec.scm
+share/guile/g-wrap/gw-glib.scm
+share/guile/g-wrap/gw-gtk-spec.scm
+share/guile/g-wrap/gw-gtk.scm
+share/guile/g-wrap/gw-standard-spec.scm
+share/guile/g-wrap/gw-standard.scm
+share/guile/g-wrap/gw-wct-spec.scm
+share/guile/g-wrap/gw-wct.scm
share/guile/g-wrap/output-file.scm
+share/guile/g-wrap/runtime.scm
+share/guile/g-wrap/simple-type.scm
share/guile/g-wrap/sorting.scm
-share/guile/g-wrapped/gw-runtime-spec.scm
-share/guile/g-wrapped/libgw-runtime.a
-share/guile/g-wrapped/libgw-runtime.so
-share/guile/g-wrapped/libgw-runtime.so.0
-@dirrm share/guile/g-wrapped
@dirrm share/guile/g-wrap