summaryrefslogtreecommitdiffstats
path: root/devel/swig20/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Whoa there, boy, that's a mighty big commit y'all have there...ade2004-03-141-1/+1
| | | | | | | | | | | | | | | Begin autotools sanitization sequence by requiring ports to explicitly specify which version of {libtool,autoconf,automake} they need, erasing the concept of a "system default". For ports-in-waiting: USE_LIBTOOL=YES -> USE_LIBTOOL_VER=13 USE_AUTOCONF=YES -> USE_AUTOCONF_VER=213 USE_AUTOMAKE=YES -> USE_AUTOMAKE_VER=14 Ports attempting to use the old style system after June 1st 2004 will be sorely disappointed.
* Update to 1.3.21.knu2004-02-291-1/+1
|
* Fix a typo (GMAKE -> MAKE) to fix build on bento and unmark BROKEN.knu2004-02-291-3/+1
|
* This is broken on 4.x too.kris2004-02-221-7/+3
|
* BROKEN on 5.x: Does not installkris2004-02-161-1/+7
|
* Update to 1.3.20.knu2004-02-131-11/+4
|
* Switch to tcl 8.4 and bump PORTREVISIONkris2003-08-171-4/+5
| | | | Reviewed by: maintainer
* [Fix Port] devel/swig13edwin2003-06-041-3/+1
| | | | | | | Fix dependencies for new PHP 4.3.2. PR: ports/52805 Sumitted by: Alex Dupre <sysadmin@alexdupre.com>
* Update to 1.3.19.knu2003-04-021-1/+2
|
* De-pkg-comment my non-ruby ports as well.knu2003-02-181-0/+1
|
* ${LOCALBASE}/bin/php lives in www/mod_php4, now.dirk2003-01-291-1/+1
| | | | Reminded by: kris
* Update to 1.3.16. (patch-Makefile.in has already been submitted to theknu2002-10-271-4/+2
| | | | | | SWIG development team) Remove bogus MASTER_SITES.
* Update to 1.3.14.knu2002-09-071-5/+33
| | | | | | | | | - Switch tcl from 8.2 to 8.3. - Add support for java, ocaml and pike. Submitted by: Andrew Filonov <aef@antar.bryansk.ru> - Set CATEGORIES dynamically according to SWIG_LANGUAGES.
* Update to 1.3.12.knu2002-06-101-1/+1
| | | | | PR: ports/39110 Noticed by: Dominic Mitchell <dom@semantico.com>
* Update to 1.3.11.knu2002-02-141-3/+35
| | | | | | | Add PHP4 support. Improve plist so that it packages properly with any feature selection.
* Update to 1.3.9.knu2001-12-111-1/+1
| | | | | PR: ports/32482 Submitted by: Chia-liang Kao <clkao@clkao.org>
* Add autoconf as build-time dependency.knu2001-08-061-0/+2
| | | | Noted by: bento's log
* Update to 1.3.6.knu2001-07-141-5/+3
|
* Add a patch to fix the build with recent ruby. It has already beenknu2001-06-091-1/+1
| | | | submitted to the SWIG development team.
* Update the Guile support, from Matthias K,Av(Bppe.knu2001-04-241-10/+28
| | | | | | | Allow to choose what languages are wanted via the SWIG_LANGUAGE variable. (Thanks, Jacques!) Submitted by: nectar
* Add patches to build the "witme" file manager. They will probably beknu2001-03-191-1/+1
| | | | | | included in the future release of SWIG 1.3. Submitted by: Jeremy Norris <ishmael27@home.com>
* Fix the breakage with gcc 2.95.3 on -CURRENT by adding "-fpic" toknu2001-02-021-1/+2
| | | | | | CFLAGS. Rqported by: Andrew Kenneth Milton <akm@mail.theinternet.com.au>
* Install the executables with version numbers, to allow SWIG-dependentknu2000-10-161-7/+12
| | | | ports to specify the version of SWIG to use.
* Add missing entries to plist.knu2000-10-151-0/+1
| | | | Submitted by: bento
* Update to 1.3a5.knu2000-09-241-2/+1
| | | | See http://www.swig.org/Release/CHANGES for details.
* Utilize bsd.{ruby,python}.mk.knu2000-09-221-3/+7
|
* Update to 1.3a4.knu2000-09-061-3/+4
| | | | | | | | - SWIG has finally merged swigruby and now includes Ruby support! Sort and update PLIST. Update DESCR to reflect the latest languages support.
* Repocopied from SWIG, because 1.3a3 is actually a development versionknu2000-08-221-3/+2
| | | | | | | | | | | | incompatible with 1.1p5, which is a stable version. Thus 1.3a3 should take its place as SWIG-devel and 1.1p5 should take its place back as SWIG. Also: - Remove a mirror which does not hold a distfile anymore - Add perl5 to CATEGORIES - Take over the maintainership (from ports@FreeBSD.org)
* Update port to 1.3a3jedgar2000-07-101-1/+1
|
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theasami2000-06-161-2/+2
| | | | | | | | | previous commit message to bsd.port.mk, which said INSTALL_SHLIBS. Boo.) Line up the rhs of variable assignments nicely. Remove a couple of extra whitespaces while I'm here. Suggested by: sobomax
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because Isobomax2000-06-161-1/+1
| | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax
* Second round of INSTALL_SHLIBS=yes fixes.sobomax2000-06-151-2/+3
|
* Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.sobomax2000-06-141-2/+2
|
* Update to 1.3a2. Add SourceForge master sites. Remove now-irrelevantwill2000-06-021-9/+10
| | | | patches.
* Weed out crufty MASTER_SITES and add a second checksum. 'diff -urN' sayssteve2000-05-281-2/+1
| | | | | the distfiles are the same from both MASTER_SITES, yet the checksum is different.
* Revert erich's ports to ports@FreeBSD.org, as erich has been non-responsivekris2000-04-231-1/+1
| | | | | | | | for quite some time. If any non-committer wants to take over maintainership please let me know. Reviewed by: ports No response from: erich
* PORTNAME/PORTVERSION updatemharo2000-04-111-3/+3
|
* portlint: PREFIX -> LOCALBASEmharo2000-02-021-2/+2
|
* Update to use Tcl 8.2 and fix build problems on systems with gcc 2.95steve1999-11-281-4/+4
| | | | | | as the system compiler. Submitted by: Ade Lovett <ade@lovett.com>
* fix category (tcl81->tcl80)jseger1999-11-021-1/+1
| | | | | Submitted by: Ade Lovett <ade@lovett.com> PR: ports/14544
* FreeBSD.ORG -> FreeBSD.orgmharo1999-08-311-1/+1
| | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
* To avoid requiring both tcl81 and tcl80, use tcl80 instead since thesteve1999-08-291-3/+3
| | | | | python port requires it already. My message to the maintainer went unanswered.
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* Update SWIG to patch 5ejc1999-01-171-4/+4
|
* Remove the trailing '/' from *_DEPENDS definitions.steve1998-12-071-2/+2
| | | | | Caught by: A little perl script for INDEX generation that Satoshi and I are working on. :)
* Add virtual category "python".tg1998-06-251-2/+2
| | | | pygist: add dependency on rng.
* Upgrade to use tcl8.1 and tk8.1.jseger1998-02-241-5/+5
|
* Upgrade to 1.1p4. Mostly bugfixes and added support for python-1.5.tg1998-01-291-5/+5
|
* Upgrade to 1.1p3.tg1997-12-091-6/+7
|
* Merge swig (committed accidentally) into SWIG. I copied Makefile, files/md5asami1997-12-041-10/+18
| | | | | | | | | | and pkg/PLIST and made minor changes. pkg/COMMENT and pkg/DESCR are left alone to honor the original porter. I've also left the MAINTAINER line alone. Please talk to the original maintainer if you want to change this. devel/swig will be deleted in a few days.
OpenPOWER on IntegriCloud