mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
Update to 1.1.11.
This commit is contained in:
parent
79b54ac7f2
commit
a10a802d22
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=64626
5 changed files with 22 additions and 18 deletions
|
@ -7,7 +7,7 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
PORTNAME= g-wrap
|
PORTNAME= g-wrap
|
||||||
PORTVERSION= 1.1.9
|
PORTVERSION= 1.1.11
|
||||||
CATEGORIES= devel
|
CATEGORIES= devel
|
||||||
MASTER_SITES= http://www.gnucash.org/pub/g-wrap/source/
|
MASTER_SITES= http://www.gnucash.org/pub/g-wrap/source/
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
MD5 (g-wrap-1.1.9.tar.gz) = b06927729dbc6c1322bf9d61e2662036
|
MD5 (g-wrap-1.1.11.tar.gz) = 50cd195d85ec72723c64d14c5e6a0437
|
||||||
|
|
|
@ -1,11 +1,22 @@
|
||||||
--- configure.orig Wed Jun 28 14:13:30 2000
|
|
||||||
+++ configure Wed Jun 28 14:13:56 2000
|
$FreeBSD$
|
||||||
@@ -1594,7 +1594,7 @@
|
|
||||||
|
--- 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
|
fi
|
||||||
|
|
||||||
# Extract the first word of "rs", so it can be a program name with args.
|
# Extract the first word of "rs", so it can be a program name with args.
|
||||||
-set dummy rs; ac_word=$2
|
-set dummy rs; ac_word=$2
|
||||||
+set dummy rscheme; ac_word=$2
|
+set dummy rscheme; ac_word=$2
|
||||||
echo $ac_n "checking for $ac_word""... $ac_c" 1>&6
|
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
|
if eval "test \"`echo '$''{'ac_cv_path_RSCHEME'+set}'`\" = set"; then
|
||||||
|
|
|
@ -1,9 +1,9 @@
|
||||||
|
|
||||||
$FreeBSD$
|
$FreeBSD$
|
||||||
|
|
||||||
--- g-wrapped/Makefile.in.orig Thu Jan 25 19:24:47 2001
|
--- g-wrapped/Makefile.in.orig Thu Jul 26 02:30:32 2001
|
||||||
+++ g-wrapped/Makefile.in Tue Jul 31 12:24:38 2001
|
+++ g-wrapped/Makefile.in Sat Aug 17 23:57:39 2002
|
||||||
@@ -99,7 +99,7 @@
|
@@ -103,7 +103,7 @@
|
||||||
|
|
||||||
#BEGIN TEMP JUNK ============================================================
|
#BEGIN TEMP JUNK ============================================================
|
||||||
|
|
||||||
|
@ -12,12 +12,3 @@ $FreeBSD$
|
||||||
|
|
||||||
#I believe libtool won't allow this yet.
|
#I believe libtool won't allow this yet.
|
||||||
#EXTRA_LTLIBRARIES=libruntime.la
|
#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
|
|
||||||
|
|
|
@ -1,6 +1,8 @@
|
||||||
bin/g-wrap-config
|
bin/g-wrap-config
|
||||||
include/g-wrap-runtime-guile.h
|
include/g-wrap-runtime-guile.h
|
||||||
info/g-wrap.info
|
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.a
|
||||||
lib/libg-wrap-runtime-guile.so
|
lib/libg-wrap-runtime-guile.so
|
||||||
lib/libg-wrap-runtime-guile.so.2
|
lib/libg-wrap-runtime-guile.so.2
|
||||||
|
|
Loading…
Add table
Reference in a new issue