summaryrefslogtreecommitdiff
path: root/devel/swig
diff options
context:
space:
mode:
authorgdt <gdt>2009-01-23 13:00:11 +0000
committergdt <gdt>2009-01-23 13:00:11 +0000
commit10d13907089cdde1e6caa817ed63f86cd40462e8 (patch)
tree3f16918aa76bb1467356978ea63a79ccdfd41591 /devel/swig
parentb48ccd248080619bf304863c91240c57774456ca (diff)
downloadpkgsrc-10d13907089cdde1e6caa817ed63f86cd40462e8.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