summaryrefslogtreecommitdiff
path: root/devel/swig-build
AgeCommit message (Collapse)AuthorFilesLines
2005-02-23Add RMD160 digests.agc1-1/+2
2004-12-03Rename ALL_TARGET to BUILD_TARGET for consistency with other *_TARGETs.wiz1-2/+2
Suggested by Roland Illig, ok'd by various.
2004-11-27Set MAINTAINER to epg@NetBSD.org.epg1-2/+2
2004-11-22USE_LANGUAGES=c c++wiz1-2/+2
2004-05-08Unused.wiz1-22/+0
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-5/+4
by moving the inclusion of buildlink3.mk files outside of the protected region. This bug would be seen by users that have set PREFER_PKGSRC or PREFER_NATIVE to non-default values. BUILDLINK_PACKAGES should be ordered so that for any package in the list, that package doesn't depend on any packages to the left of it in the list. This ordering property is used to check for builtin packages in the correct order. The problem was that including a buildlink3.mk file for <pkg> correctly ensured that <pkg> was removed from BUILDLINK_PACKAGES and appended to the end. However, since the inclusion of any other buildlink3.mk files within that buildlink3.mk was in a region that was protected against multiple inclusion, those dependencies weren't also moved to the end of BUILDLINK_PACKAGES.
2004-03-07Enable pkgviews installation.minskim2-1/+27
2004-03-07bl3ify.minskim1-2/+2
2004-02-14LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now lists of shell globsjlam1-2/+1
relative to ${WRKSRC}. Remove redundant LIBTOOL_OVERRIDE settings that are automatically handled by the default setting in bsd.pkg.mk.
2003-11-06Set USE_GCC_SHLIB. Fixes linking on Solaris.gavan1-1/+2
2003-08-28Update to 1.3.19, drop autoconf dependency, and allow building with aepg7-59/+1563
python using pth.
2003-05-25import swig-build-1.3.17epg9-0/+419
This package contains only the swig program itself and the base definitions; it is useless alone. You only need this package if you are building software that uses SWIG. You will also need a swig-LANG package, where LANG is the language you are working with (e.g. swig-perl, swig-python, etc.). Still todo: import other swig runtimes, move existing swig package to swig11 and update dependencies, and add the new swig packages to devel/Makefile.