diff options
author | gdt <gdt> | 2009-01-23 13:00:11 +0000 |
---|---|---|
committer | gdt <gdt> | 2009-01-23 13:00:11 +0000 |
commit | bb24935cbf6dd49d59f59e62a9b749bb7b2aa19c (patch) | |
tree | 3f16918aa76bb1467356978ea63a79ccdfd41591 /devel | |
parent | df0506bce289b9d74e88333bf945a0214b73ee83 (diff) | |
download | pkgsrc-bb24935cbf6dd49d59f59e62a9b749bb7b2aa19c.tar.gz |
add comment about why 1.3.37 is broken, from GNURadio list.
Diffstat (limited to 'devel')
-rw-r--r-- | devel/swig/Makefile | 9 |
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 |