summaryrefslogtreecommitdiff
path: root/devel/swig-python
AgeCommit message (Collapse)AuthorFilesLines
2004-10-03Libtool fix for PR pkg/26633, and other issues. Update libtool to 1.5.10tv2-2/+4
in the process. (More information on tech-pkg.) Bump PKGREVISION and BUILDLINK_DEPENDS of all packages using libtool and installing .la files. Bump PKGREVISION (only) of all packages depending directly on the above via a buildlink3 include.
2004-09-22Mechanical changes to package PLISTs to make use of LIBTOOLIZE_PLIST.jlam1-3/+1
All library names listed by *.la files no longer need to be listed in the PLIST, e.g., instead of: lib/libfoo.a lib/libfoo.la lib/libfoo.so lib/libfoo.so.0 lib/libfoo.so.0.1 one simply needs: lib/libfoo.la and bsd.pkg.mk will automatically ensure that the additional library names are listed in the installed package +CONTENTS file. Also make LIBTOOLIZE_PLIST default to "yes".
2004-06-07It was PYTHON_VERSIONS_ACCEPTED, not PYTHON_VERSION_ACCEPTED. Regardless,tv1-2/+2
use the _INCOMPATIBLE negative variant instead.
2004-05-12Unused.wiz1-24/+0
2004-03-18Fix serious bug where BUILDLINK_PACKAGES wasn't being ordered properlyjlam1-8/+7
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-07bl3ify.minskim1-0/+24
2003-08-17Allow also Python 2.3 to be used.recht1-2/+2
2003-05-30Really fix PR pkg/21673 (use PYTHON_VERSION_ACCEPTED instead ofepg2-4/+4
PYTHON_VERSION_REQD).
2003-05-30Address pkg/21673 (make swig-python also accept python-22pth).epg2-4/+4
2003-05-25import swig-python-1.3.17epg4-0/+55
This is the runtime for Python bindings written with SWIG 1.3.17.