Add comments about swig->swig2 transition (only).
These comments are preparatory to importing as devel/swig2 sometime in the next day or so.
This commit is contained in:
parent
36ae0c996e
commit
d7093a2498
1 changed files with 17 additions and 7 deletions
|
@ -1,16 +1,10 @@
|
|||
# $NetBSD: Makefile,v 1.8 2012/11/06 19:43:26 outpaddling Exp $
|
||||
# $NetBSD: Makefile,v 1.9 2012/11/08 13:59:28 lexort Exp $
|
||||
|
||||
DISTNAME= swig-2.0.8
|
||||
PKGREVISION= 1
|
||||
CATEGORIES= devel
|
||||
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=swig/}
|
||||
|
||||
# 2012-10: gnuradio is said to work with swig2 (private communication
|
||||
# by gdt@ with a GNU Radio developer).
|
||||
|
||||
# TODO: check x11/ruby-wxruby for working with swig2, but this is not
|
||||
# a bar to importing it.
|
||||
|
||||
MAINTAINER= jwbacon@tds.net
|
||||
HOMEPAGE= http://www.swig.org/
|
||||
COMMENT= Simplified Wrapper and Interface Generator (version 2)
|
||||
|
@ -18,6 +12,22 @@ LICENSE= 2-clause-bsd
|
|||
|
||||
CONFLICTS= swig-build-[0-9]*
|
||||
|
||||
# This package mostly can replace swig (1), but it is likely not
|
||||
# entirely compatible (per upstream). So the plan is to keep
|
||||
# devel/swig and devel/swig2 both for a while. This package is
|
||||
# configured to install swig as "swig2", so that swig and swig2 can be
|
||||
# installed in parallel. The downside of that is that depending
|
||||
# packages must check for and use swig2. Thus, the decision about
|
||||
# naming is open to being revisited.
|
||||
|
||||
## Notes about pkgsrc-wide transition to swig2:
|
||||
|
||||
# 2012-10: gnuradio is said to work with swig2 (private communication
|
||||
# by gdt@ with a GNU Radio developer). However, it doesn't find 'swig2'.
|
||||
|
||||
# TODO: check x11/ruby-wxruby for working with swig2, but this is not
|
||||
# a bar to importing it.
|
||||
|
||||
# Keep the path from changing due to minor version bumps.
|
||||
CONFIGURE_ARGS+= --with-swiglibdir=${PREFIX}/share/swig/2.0 \
|
||||
--program-suffix=2
|
||||
|
|
Loading…
Reference in a new issue