diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-08-18 07:39:32 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2002-08-18 07:39:32 +0000 |
commit | a10a802d222b6e2f31367592ea43bfa17b9c2c76 (patch) | |
tree | 5d564ccb8b052914848ca76942d328f745ca4791 /devel/g-wrap | |
parent | 79b54ac7f2aa1f0259faa10e986a07e3317bff2c (diff) | |
download | ports-a10a802d222b6e2f31367592ea43bfa17b9c2c76.tar.gz ports-a10a802d222b6e2f31367592ea43bfa17b9c2c76.zip |
Notes
Diffstat (limited to 'devel/g-wrap')
-rw-r--r-- | devel/g-wrap/Makefile | 2 | ||||
-rw-r--r-- | devel/g-wrap/distinfo | 2 | ||||
-rw-r--r-- | devel/g-wrap/files/patch-aa | 19 | ||||
-rw-r--r-- | devel/g-wrap/files/patch-g-wrapped::Makefile.in | 15 | ||||
-rw-r--r-- | devel/g-wrap/pkg-plist | 2 |
5 files changed, 22 insertions, 18 deletions
diff --git a/devel/g-wrap/Makefile b/devel/g-wrap/Makefile index 564a34e710f4..102fdfe9c129 100644 --- a/devel/g-wrap/Makefile +++ b/devel/g-wrap/Makefile @@ -7,7 +7,7 @@ # PORTNAME= g-wrap -PORTVERSION= 1.1.9 +PORTVERSION= 1.1.11 CATEGORIES= devel MASTER_SITES= http://www.gnucash.org/pub/g-wrap/source/ diff --git a/devel/g-wrap/distinfo b/devel/g-wrap/distinfo index 5bd566a86cd7..3055a667f6e2 100644 --- a/devel/g-wrap/distinfo +++ b/devel/g-wrap/distinfo @@ -1 +1 @@ -MD5 (g-wrap-1.1.9.tar.gz) = b06927729dbc6c1322bf9d61e2662036 +MD5 (g-wrap-1.1.11.tar.gz) = 50cd195d85ec72723c64d14c5e6a0437 diff --git a/devel/g-wrap/files/patch-aa b/devel/g-wrap/files/patch-aa index ec18820d7d3a..61206b876973 100644 --- a/devel/g-wrap/files/patch-aa +++ b/devel/g-wrap/files/patch-aa @@ -1,11 +1,22 @@ ---- configure.orig Wed Jun 28 14:13:30 2000 -+++ configure Wed Jun 28 14:13:56 2000 -@@ -1594,7 +1594,7 @@ + +$FreeBSD$ + +--- configure.orig Thu Jul 26 02:30:28 2001 ++++ configure Sun Aug 18 00:00:40 2002 +@@ -5152,6 +5152,7 @@ + + # This can be used to rebuild libtool when needed + LIBTOOL_DEPS="$ac_aux_dir/ltmain.sh" ++$ac_aux_dir/ltconfig $LIBTOOL_DEPS + + # 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:1600: checking for $ac_word" >&5 + 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-wrapped::Makefile.in b/devel/g-wrap/files/patch-g-wrapped::Makefile.in index 829d2a784829..3f714b5cdb37 100644 --- a/devel/g-wrap/files/patch-g-wrapped::Makefile.in +++ b/devel/g-wrap/files/patch-g-wrapped::Makefile.in @@ -1,9 +1,9 @@ $FreeBSD$ ---- g-wrapped/Makefile.in.orig Thu Jan 25 19:24:47 2001 -+++ g-wrapped/Makefile.in Tue Jul 31 12:24:38 2001 -@@ -99,7 +99,7 @@ +--- 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 ============================================================ @@ -12,12 +12,3 @@ $FreeBSD$ #I believe libtool won't allow this yet. #EXTRA_LTLIBRARIES=libruntime.la -@@ -107,7 +107,7 @@ - gwrappedmodule_LTLIBRARIES = libgw-runtime.la - libgw_runtime_la_SOURCES = gw-runtime.c - libgw_runtime_la_LDFLAGS = -rpath $(libdir) -module -export-dynamic --libgw_runtime_la_LIBADD = @GUILE_LIBS@ -L$(LOCALPWD)/../libruntime-guile/.libs -lg-wrap-runtime-guile -+libgw_runtime_la_LIBADD = @GUILE_LIBS@ ../libruntime-guile/libg-wrap-runtime-guile.la - - CLEANFILES = gw-runtime.h gw-runtime.c gw-runtime.html - mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs diff --git a/devel/g-wrap/pkg-plist b/devel/g-wrap/pkg-plist index 964a68a5104e..23ff32b3954a 100644 --- a/devel/g-wrap/pkg-plist +++ b/devel/g-wrap/pkg-plist @@ -1,6 +1,8 @@ bin/g-wrap-config include/g-wrap-runtime-guile.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 |