diff options
author | Akinori MUSHA <knu@FreeBSD.org> | 2002-10-27 22:32:52 +0000 |
---|---|---|
committer | Akinori MUSHA <knu@FreeBSD.org> | 2002-10-27 22:32:52 +0000 |
commit | 3646231b40a03331f0b495d4d270988f7124ec2b (patch) | |
tree | 97fa02401bf1679eb7a7889dbf421ee449955d48 /devel/swig13 | |
parent | b436ce27156dc6bdcf7a18a42d0deb66b2033f9b (diff) | |
download | ports-3646231b40a03331f0b495d4d270988f7124ec2b.tar.gz ports-3646231b40a03331f0b495d4d270988f7124ec2b.zip |
Notes
Diffstat (limited to 'devel/swig13')
-rw-r--r-- | devel/swig13/Makefile | 6 | ||||
-rw-r--r-- | devel/swig13/distinfo | 2 | ||||
-rw-r--r-- | devel/swig13/files/patch-Makefile.in | 13 | ||||
-rw-r--r-- | devel/swig13/pkg-plist | 16 |
4 files changed, 27 insertions, 10 deletions
diff --git a/devel/swig13/Makefile b/devel/swig13/Makefile index d4b5dc6061dd..d0085ff797cb 100644 --- a/devel/swig13/Makefile +++ b/devel/swig13/Makefile @@ -6,11 +6,9 @@ # PORTNAME= swig -PORTVERSION= 1.3.14 +PORTVERSION= 1.3.16 CATEGORIES= devel -MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ - ftp://ftp.rge.com/pub/languages/swig/ \ - ftp://ftp.mcc.ac.uk/pub/mvc/swig/ +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} MASTER_SITE_SUBDIR= ${PORTNAME} MAINTAINER= knu@FreeBSD.org diff --git a/devel/swig13/distinfo b/devel/swig13/distinfo index d722b7ed24f0..b76c7b00cc46 100644 --- a/devel/swig13/distinfo +++ b/devel/swig13/distinfo @@ -1 +1 @@ -MD5 (swig-1.3.14.tar.gz) = d67e56ac2edba961d74e6d6b53b6d821 +MD5 (swig-1.3.16.tar.gz) = 3c7cfeba3e962f74c9f188ea59053378 diff --git a/devel/swig13/files/patch-Makefile.in b/devel/swig13/files/patch-Makefile.in new file mode 100644 index 000000000000..4e39bc09307d --- /dev/null +++ b/devel/swig13/files/patch-Makefile.in @@ -0,0 +1,13 @@ +--- Makefile.in.orig Mon Oct 14 22:37:59 2002 ++++ Makefile.in Mon Oct 28 07:23:38 2002 +@@ -290,8 +290,8 @@ + dst=$(DESTDIR)$(SWIG_LIB)/$$lang; \ + $(MKINSTDIRS) $$dst; \ + ( cd $(srcdir)/Lib/$$lang; \ +- doti="`ls *.i 2>/dev/null`"; \ +- dotswg="`ls *.swg 2>/dev/null`"; \ ++ doti="`ls *.i 2>/dev/null || true`"; \ ++ dotswg="`ls *.swg 2>/dev/null || true`"; \ + if [ -f extra-install.list ]; then \ + extra="`sed '/^#/d' extra-install.list`"; \ + fi; \ diff --git a/devel/swig13/pkg-plist b/devel/swig13/pkg-plist index 71e6c1e82ec1..f73afe79e4f2 100644 --- a/devel/swig13/pkg-plist +++ b/devel/swig13/pkg-plist @@ -78,11 +78,10 @@ lib/swig%%VER%%/php4/std_string.i lib/swig%%VER%%/php4/std_vector.i lib/swig%%VER%%/php4/stl.i lib/swig%%VER%%/php4/typemaps.i +lib/swig%%VER%%/php4/utils.i lib/swig%%VER%%/pointer.i lib/swig%%VER%%/python/defarg.swg lib/swig%%VER%%/python/embed.i -lib/swig%%VER%%/python/embed13.i -lib/swig%%VER%%/python/embed14.i lib/swig%%VER%%/python/embed15.i lib/swig%%VER%%/python/pyrun.swg lib/swig%%VER%%/python/python.swg @@ -119,14 +118,21 @@ lib/swig%%VER%%/tcl/tcl8.swg lib/swig%%VER%%/tcl/tclsh.i lib/swig%%VER%%/tcl/typemaps.i lib/swig%%VER%%/tcl/wish.i +lib/swig%%VER%%/ocaml/cstring.i +lib/swig%%VER%%/ocaml/libswigocaml.h +lib/swig%%VER%%/ocaml/libswigocaml.swg lib/swig%%VER%%/ocaml/ocaml.i +lib/swig%%VER%%/ocaml/ocaml.swg +lib/swig%%VER%%/ocaml/ocamldec.swg +lib/swig%%VER%%/ocaml/std_common.i +lib/swig%%VER%%/ocaml/std_complex.i +lib/swig%%VER%%/ocaml/std_deque.i +lib/swig%%VER%%/ocaml/std_list.i lib/swig%%VER%%/ocaml/std_string.i lib/swig%%VER%%/ocaml/std_vector.i lib/swig%%VER%%/ocaml/stl.i +lib/swig%%VER%%/ocaml/typecheck.i lib/swig%%VER%%/ocaml/typemaps.i -lib/swig%%VER%%/ocaml/libswigocaml.swg -lib/swig%%VER%%/ocaml/ocaml.swg -lib/swig%%VER%%/ocaml/ocamldec.swg @dirrm lib/swig%%VER%%/guile @dirrm lib/swig%%VER%%/java @dirrm lib/swig%%VER%%/mzscheme |