diff options
author | wulf <wulf@pkgsrc.org> | 2006-04-13 13:32:53 +0000 |
---|---|---|
committer | wulf <wulf@pkgsrc.org> | 2006-04-13 13:32:53 +0000 |
commit | f7d3b8f6a2a65fa6f4865e541e2003a31c5acca4 (patch) | |
tree | 3125b2252eced02a4d52196d1486d603408be163 /devel/swig/patches | |
parent | 8877dd1b404ea3f2f8626855da778acf3d3615eb (diff) | |
download | pkgsrc-f7d3b8f6a2a65fa6f4865e541e2003a31c5acca4.tar.gz |
Updated swig to 1.3.29:
Addition of Lua, CLISP and Common Lisp with UFFI and CFFI
Improvements to PHP4, C# and runtime type system
Many new features and bug fixes
Diffstat (limited to 'devel/swig/patches')
-rw-r--r-- | devel/swig/patches/patch-aa | 8 | ||||
-rw-r--r-- | devel/swig/patches/patch-ab | 14 |
2 files changed, 11 insertions, 11 deletions
diff --git a/devel/swig/patches/patch-aa b/devel/swig/patches/patch-aa index 229c6d0294a..531f26e4428 100644 --- a/devel/swig/patches/patch-aa +++ b/devel/swig/patches/patch-aa @@ -1,8 +1,8 @@ -$NetBSD: patch-aa,v 1.1 2006/01/12 17:35:15 wiz Exp $ +NetBSD: patch-aa,v 1.1 2006/01/12 17:35:15 wiz Exp $ ---- Source/Makefile.in.orig 2004-12-14 16:50:02.000000000 -0500 -+++ Source/Makefile.in -@@ -433,47 +433,7 @@ all: $(BUILT_SOURCES) +--- Source/Makefile.in.orig 2006-03-22 09:03:30.000000000 +1030 ++++ Source/Makefile.in 2006-04-12 09:01:10.000000000 +0930 +@@ -412,47 +412,7 @@ .SUFFIXES: .SUFFIXES: .c .cxx .o .obj .y diff --git a/devel/swig/patches/patch-ab b/devel/swig/patches/patch-ab index ad49224960b..8f566f206d6 100644 --- a/devel/swig/patches/patch-ab +++ b/devel/swig/patches/patch-ab @@ -1,14 +1,14 @@ -$NetBSD: patch-ab,v 1.1 2006/01/12 17:35:15 wiz Exp $ +NetBSD: patch-ab,v 1.1 2006/01/12 17:35:15 wiz Exp $ ---- Makefile.in.orig 2004-10-11 03:09:24.000000000 -0500 -+++ Makefile.in -@@ -332,8 +332,8 @@ install-lib: +--- Makefile.in.orig 2006-03-11 09:24:02.000000000 +1030 ++++ Makefile.in 2006-04-12 09:25:27.000000000 +0930 +@@ -387,8 +387,9 @@ echo "Installing language specific files for $$lang"; \ dst=$(DESTDIR)$(SWIG_LIB)/$$lang; \ $(MKINSTDIRS) $$dst; \ -- (doti="`cd $(srcdir)/Lib/$$lang && ls *.i 2>/dev/null`"; \ -- dotswg="`cd $(srcdir)/Lib/$$lang && ls *.swg 2>/dev/null`"; \ -+ (doti="`cd $(srcdir)/Lib/$$lang && ls *.i 2>/dev/null`" || doti=""; \ ++ + (doti="`cd $(srcdir)/Lib/$$lang && ls *.i 2>/dev/null`" || doti=""; \ +- dotswg="`cd $(srcdir)/Lib/$$lang && ls *.swg 2>/dev/null`" || dotswg=""; \ + dotswg="`cd $(srcdir)/Lib/$$lang && ls *.swg 2>/dev/null`" || dotswg=""; \ if [ -f $(srcdir)/Lib/$$lang/extra-install.list ]; then \ extra="`sed '/^#/d' $(srcdir)/Lib/$$lang/extra-install.list`"; \ |