diff options
author | Michael Johnson <ahze@FreeBSD.org> | 2006-10-17 21:24:05 +0000 |
---|---|---|
committer | Michael Johnson <ahze@FreeBSD.org> | 2006-10-17 21:24:05 +0000 |
commit | fff9f6cef34f8d9a754d6ff20556c178d46433f6 (patch) | |
tree | 9786d6fa656877e1aa2a23292f28aedacf6d759f /devel/g-wrap/files/patch-ab | |
parent | Update php -- _ecalloc Integer Overflow Vulnerability entry with (diff) |
- Back out of 1.9.6 and back down to 1.3.4 since ffi doesn't build on !i386
* Kept glib2 instead of backing down to glib1
Approved by: portmgr (marcus)
Reported by: pointyhat via kris
Diffstat (limited to 'devel/g-wrap/files/patch-ab')
-rw-r--r-- | devel/g-wrap/files/patch-ab | 13 |
1 files changed, 13 insertions, 0 deletions
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 |