diff options
author | will <will@FreeBSD.org> | 2000-07-16 02:34:05 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-07-16 02:34:05 +0800 |
commit | 75c357f5809a66206aa63b4adcc1059b1bc98be5 (patch) | |
tree | 298ed544a0246035c7f3aa7b3e2cc68e23231496 /devel/g-wrap/files | |
parent | da988244aa0849027a0af5a43b8cf2869c38b8f4 (diff) | |
download | freebsd-ports-gnome-75c357f5809a66206aa63b4adcc1059b1bc98be5.tar.gz freebsd-ports-gnome-75c357f5809a66206aa63b4adcc1059b1bc98be5.tar.zst freebsd-ports-gnome-75c357f5809a66206aa63b4adcc1059b1bc98be5.zip |
freebsd.org -> FreeBSD.org; fix MASTER_SITES; remove unneccessary USE_GMAKE;
fix process of install-info.
PR: 19943
Submitted by: Ports Fury
Diffstat (limited to 'devel/g-wrap/files')
-rw-r--r-- | devel/g-wrap/files/patch-aa | 11 | ||||
-rw-r--r-- | devel/g-wrap/files/patch-ab | 13 |
2 files changed, 24 insertions, 0 deletions
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 |