summaryrefslogtreecommitdiff
path: root/devel/swig
diff options
context:
space:
mode:
authorgdt <gdt@pkgsrc.org>2009-01-23 13:00:11 +0000
committergdt <gdt@pkgsrc.org>2009-01-23 13:00:11 +0000
commitb1ccee78644d308cc64b3316c85991fd6469657c (patch)
tree3f16918aa76bb1467356978ea63a79ccdfd41591 /devel/swig
parentd3fd0d25313d2fb95110fa36caba7031bd209b01 (diff)
downloadpkgsrc-b1ccee78644d308cc64b3316c85991fd6469657c.tar.gz
add comment about why 1.3.37 is broken, from GNURadio list.
Diffstat (limited to 'devel/swig')
-rw-r--r--devel/swig/Makefile9
1 files changed, 8 insertions, 1 deletions
diff --git a/devel/swig/Makefile b/devel/swig/Makefile
index f96efbc301a..fb3f4016152 100644
--- a/devel/swig/Makefile
+++ b/devel/swig/Makefile
@@ -1,10 +1,17 @@
-# $NetBSD: Makefile,v 1.25 2008/08/18 00:55:48 epg Exp $
+# $NetBSD: Makefile,v 1.26 2009/01/23 13:00:11 gdt Exp $
DISTNAME= swig-1.3.31
PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=swig/}
+# 1.3.37 has a bug where .py files are written to the directory of the
+# .i file instead of where the output is supposed to go, and this
+# breaks gnuradio. Please try to contact gdt@netbsd.org before
+# updating to 1.3.37. See message on discuss-gnuradio:
+# Message-Id: <FA0E4567-C660-4C30-B604-2FA000330874@alum.mit.edu>
+
+
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.swig.org/
COMMENT= Simplified Wrapper and Interface Generator