diff options
author | Will Andrews <will@FreeBSD.org> | 2000-07-15 18:34:05 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-07-15 18:34:05 +0000 |
commit | 310336da71e218fa1a44ec01959977277a9dc689 (patch) | |
tree | 211f8020c602ab8e55b8e5f8e474e5a62b4a7993 /devel | |
parent | d1a02d78f52d6fbfe2d5580301f46dcb50589738 (diff) | |
download | ports-310336da71e218fa1a44ec01959977277a9dc689.tar.gz ports-310336da71e218fa1a44ec01959977277a9dc689.zip |
Notes
Diffstat (limited to 'devel')
-rw-r--r-- | devel/g-wrap/Makefile | 19 | ||||
-rw-r--r-- | devel/g-wrap/files/patch-aa | 11 | ||||
-rw-r--r-- | devel/g-wrap/files/patch-ab | 13 | ||||
-rw-r--r-- | devel/g-wrap/pkg-plist | 4 |
4 files changed, 32 insertions, 15 deletions
diff --git a/devel/g-wrap/Makefile b/devel/g-wrap/Makefile index fb86fd9afbb4..6ceceb197fd7 100644 --- a/devel/g-wrap/Makefile +++ b/devel/g-wrap/Makefile @@ -1,7 +1,7 @@ # ex:ts=8 -# Ports collection makefile for: g-wrap -# Date created: Jun 29, 2000 -# Whom: Matthew Condell (mcondell@alum.mit.edu) +# Ports collection makefile for: g-wrap +# Date created: Jun 29, 2000 +# Whom: Matthew Condell (mcondell@alum.mit.edu) # # $FreeBSD$ # @@ -9,20 +9,13 @@ PORTNAME= g-wrap PORTVERSION= 0.9.4 CATEGORIES= devel -MASTER_SITES= ftp://www.gnucash.org/pub/g-wrap/source/ +MASTER_SITES= http://www.gnucash.org/pub/g-wrap/source/ -MAINTAINER= ports@freebsd.org +MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= guile.6:${PORTSDIR}/lang/guile -INSTALLS_SHLIB= yes - -USE_GMAKE= yes USE_LIBTOOL= yes - -post-install: - install-info --section "Scheme Programming" \ - --entry "* g-wrap: (g-wrap). A tool for exporting C libraries into Scheme interpreters."\ - ${PREFIX}/info/g-wrap.info ${PREFIX}/info/dir +INSTALLS_SHLIB= yes .include <bsd.port.mk> diff --git a/devel/g-wrap/files/patch-aa b/devel/g-wrap/files/patch-aa new file mode 100644 index 000000000000..ec18820d7d3a --- /dev/null +++ b/devel/g-wrap/files/patch-aa @@ -0,0 +1,11 @@ +--- configure.orig Wed Jun 28 14:13:30 2000 ++++ configure Wed Jun 28 14:13:56 2000 +@@ -1594,7 +1594,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 + if eval "test \"`echo '$''{'ac_cv_path_RSCHEME'+set}'`\" = set"; then diff --git a/devel/g-wrap/files/patch-ab b/devel/g-wrap/files/patch-ab new file mode 100644 index 000000000000..b22e980a6ce2 --- /dev/null +++ b/devel/g-wrap/files/patch-ab @@ -0,0 +1,13 @@ +--- doc/g-wrap.texi.orig Thu Jun 22 06:42:12 2000 ++++ doc/g-wrap.texi Sat Jul 15 12:15:38 2000 +@@ -2,6 +2,10 @@ + @c %**start of header + @setfilename g-wrap.info + @settitle g-wrap ++@dircategory Scheme Programming ++@direntry ++* g-wrap: (g-wrap). A tool for exporting C libraries into Scheme interpreters. ++@end direntry + @setchapternewpage on + @c Choices for setchapternewpage are {on,off,odd}. + @paragraphindent 0 diff --git a/devel/g-wrap/pkg-plist b/devel/g-wrap/pkg-plist index c1348bb0f532..c8fba145ce7b 100644 --- a/devel/g-wrap/pkg-plist +++ b/devel/g-wrap/pkg-plist @@ -2,9 +2,9 @@ bin/g-scan bin/g-wrap bin/g-wrap-config include/g-wrap.h -@exec install-info --section "Scheme Programming" --entry "* g-wrap: (g-wrap). A tool for exporting C libraries into Scheme interpreters." %D/info/g-wrap.info %D/info/dir -info/g-wrap.info @unexec install-info --delete %D/info/g-wrap.info %D/info/dir +info/g-wrap.info +@exec install-info %D/info/g-wrap.info %D/info/dir lib/libgwrapguile.a lib/libgwrapguile.so lib/libgwrapguile.so.0 |