aboutsummaryrefslogtreecommitdiff
path: root/devel/swig13
Commit message (Collapse)AuthorAgeFilesLines
* Replace -fpic with -fPIC and unbreak on sparc64.Akinori MUSHA2004-11-111-5/+2
| | | | | | | | PR: ports/72187 Submitted by: Hannes Mehnert <hannes - at - mehnert.org> Notes: svn path=/head/; revision=121362
* - add missing *.a filesYen-Ming Lee2004-09-031-0/+8
| | | | | | | | | PR: 70621 Submitted by: leeym Approved by: knu Notes: svn path=/head/; revision=118025
* Don't try to use lang/chicken if present.Volker Stolz2004-07-081-0/+4
| | | | | | | | | PR: ports/64142 Submitted by: Kimura Fuyuki Approved by: maintainer timeout Notes: svn path=/head/; revision=113191
* Sync with new bsd.autotools.mkAde Lovett2004-06-041-2/+1
| | | | Notes: svn path=/head/; revision=110841
* Add missing filesKris Kennaway2004-04-171-0/+2
| | | | Notes: svn path=/head/; revision=107346
* BROKEN on sparc64: Build failsKris Kennaway2004-04-121-1/+7
| | | | Notes: svn path=/head/; revision=106775
* Whoa there, boy, that's a mighty big commit y'all have there...Ade Lovett2004-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. Notes: svn path=/head/; revision=103963
* Update to 1.3.21.Akinori MUSHA2004-02-292-3/+3
| | | | Notes: svn path=/head/; revision=102565
* Fix a typo (GMAKE -> MAKE) to fix build on bento and unmark BROKEN.Akinori MUSHA2004-02-291-3/+1
| | | | Notes: svn path=/head/; revision=102564
* This is broken on 4.x too.Kris Kennaway2004-02-221-7/+3
| | | | Notes: svn path=/head/; revision=101641
* BROKEN on 5.x: Does not installKris Kennaway2004-02-161-1/+7
| | | | Notes: svn path=/head/; revision=101031
* Update to 1.3.20.Akinori MUSHA2004-02-133-26/+64
| | | | Notes: svn path=/head/; revision=100856
* Switch to tcl 8.4 and bump PORTREVISIONKris Kennaway2003-08-171-4/+5
| | | | | | | Reviewed by: maintainer Notes: svn path=/head/; revision=87118
* [Fix Port] devel/swig13Edwin Groothuis2003-06-041-3/+1
| | | | | | | | | | Fix dependencies for new PHP 4.3.2. PR: ports/52805 Sumitted by: Alex Dupre <sysadmin@alexdupre.com> Notes: svn path=/head/; revision=82242
* Update to 1.3.19.Akinori MUSHA2003-04-023-46/+66
| | | | Notes: svn path=/head/; revision=77964
* De-pkg-comment my non-ruby ports as well.Akinori MUSHA2003-02-182-1/+1
| | | | Notes: svn path=/head/; revision=75780
* ${LOCALBASE}/bin/php lives in www/mod_php4, now.Dirk Froemberg2003-01-291-1/+1
| | | | | | | Reminded by: kris Notes: svn path=/head/; revision=74226
* Update to 1.3.16. (patch-Makefile.in has already been submitted to theAkinori MUSHA2002-10-274-10/+27
| | | | | | | | | SWIG development team) Remove bogus MASTER_SITES. Notes: svn path=/head/; revision=68960
* Update to 1.3.14.Akinori MUSHA2002-09-073-19/+64
| | | | | | | | | | | | - 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. Notes: svn path=/head/; revision=65772
* Update to 1.3.12.Akinori MUSHA2002-06-103-9/+30
| | | | | | | | PR: ports/39110 Noticed by: Dominic Mitchell <dom@semantico.com> Notes: svn path=/head/; revision=61066
* Update to 1.3.11.Akinori MUSHA2002-02-143-22/+65
| | | | | | | | | | Add PHP4 support. Improve plist so that it packages properly with any feature selection. Notes: svn path=/head/; revision=54685
* Update to 1.3.9.Akinori MUSHA2001-12-113-2/+4
| | | | | | | | PR: ports/32482 Submitted by: Chia-liang Kao <clkao@clkao.org> Notes: svn path=/head/; revision=51325
* Add missing lib/libswigguile.* files.Akinori MUSHA2001-08-131-0/+3
| | | | Notes: svn path=/head/; revision=46164
* Add autoconf as build-time dependency.Akinori MUSHA2001-08-061-0/+2
| | | | | | | Noted by: bento's log Notes: svn path=/head/; revision=45871
* Update to 1.3.6.Akinori MUSHA2001-07-1410-490/+10
| | | | Notes: svn path=/head/; revision=45111
* Add a patch to fix the build with recent ruby. It has already beenAkinori MUSHA2001-06-092-1/+23
| | | | | | | submitted to the SWIG development team. Notes: svn path=/head/; revision=43687
* Update the Guile support, from Matthias K,Av(Bppe.Akinori MUSHA2001-04-247-204/+335
| | | | | | | | | | Allow to choose what languages are wanted via the SWIG_LANGUAGE variable. (Thanks, Jacques!) Submitted by: nectar Notes: svn path=/head/; revision=41848
* Add patches to build the "witme" file manager. They will probably beAkinori MUSHA2001-03-196-1/+350
| | | | | | | | | included in the future release of SWIG 1.3. Submitted by: Jeremy Norris <ishmael27@home.com> Notes: svn path=/head/; revision=40059
* Fix the breakage with gcc 2.95.3 on -CURRENT by adding "-fpic" toAkinori MUSHA2001-02-021-1/+2
| | | | | | | | | CFLAGS. Rqported by: Andrew Kenneth Milton <akm@mail.theinternet.com.au> Notes: svn path=/head/; revision=37902
* Install the executables with version numbers, to allow SWIG-dependentAkinori MUSHA2000-10-162-7/+13
| | | | | | | ports to specify the version of SWIG to use. Notes: svn path=/head/; revision=33889
* Add missing entries to plist.Akinori MUSHA2000-10-152-0/+4
| | | | | | | Submitted by: bento Notes: svn path=/head/; revision=33853
* Update to 1.3a5.Akinori MUSHA2000-09-243-3/+4
| | | | | | | See http://www.swig.org/Release/CHANGES for details. Notes: svn path=/head/; revision=33078
* Utilize bsd.{ruby,python}.mk.Akinori MUSHA2000-09-221-3/+7
| | | | Notes: svn path=/head/; revision=32965
* Update to 1.3a4.Akinori MUSHA2000-09-064-51/+64
| | | | | | | | | | | - SWIG has finally merged swigruby and now includes Ruby support! Sort and update PLIST. Update DESCR to reflect the latest languages support. Notes: svn path=/head/; revision=32338
* Repocopied from SWIG, because 1.3a3 is actually a development versionAkinori MUSHA2000-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) Notes: svn path=/head/; revision=31838
* Update port to 1.3a3Chris D. Faulhaber2000-07-104-7/+11
| | | | Notes: svn path=/head/; revision=30442
* Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in theSatoshi Asami2000-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 Notes: svn path=/head/; revision=29651
* Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because IMaxim Sobolev2000-06-161-1/+1
| | | | | | | | | | just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax Notes: svn path=/head/; revision=29628
* Second round of INSTALL_SHLIBS=yes fixes.Maxim Sobolev2000-06-152-4/+3
| | | | Notes: svn path=/head/; revision=29614
* Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.Maxim Sobolev2000-06-141-2/+2
| | | | Notes: svn path=/head/; revision=29595
* Update to 1.3a2. Add SourceForge master sites. Remove now-irrelevantWill Andrews2000-06-023-85/+69
| | | | | | | patches. Notes: svn path=/head/; revision=29111
* Weed out crufty MASTER_SITES and add a second checksum. 'diff -urN' saysSteve Price2000-05-282-3/+3
| | | | | | | | the distfiles are the same from both MASTER_SITES, yet the checksum is different. Notes: svn path=/head/; revision=28812
* Add WWW line for web site.John Polstra2000-05-121-0/+2
| | | | Notes: svn path=/head/; revision=28416
* Chase the checksum: trivial source changesKris Kennaway2000-04-291-1/+1
| | | | Notes: svn path=/head/; revision=28097
* Revert erich's ports to ports@FreeBSD.org, as erich has been non-responsiveKris Kennaway2000-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 Notes: svn path=/head/; revision=27941
* PORTNAME/PORTVERSION updateMichael Haro2000-04-111-3/+3
| | | | Notes: svn path=/head/; revision=27452
* portlint: PREFIX -> LOCALBASEMichael Haro2000-02-021-2/+2
| | | | Notes: svn path=/head/; revision=25433
* Update to use Tcl 8.2 and fix build problems on systems with gcc 2.95Steve Price1999-11-281-4/+4
| | | | | | | | | as the system compiler. Submitted by: Ade Lovett <ade@lovett.com> Notes: svn path=/head/; revision=23466
* fix category (tcl81->tcl80)Justin M. Seger1999-11-021-1/+1
| | | | | | | | Submitted by: Ade Lovett <ade@lovett.com> PR: ports/14544 Notes: svn path=/head/; revision=22852
* FreeBSD.ORG -> FreeBSD.orgMichael Haro1999-08-311-1/+1
| | | | | | | | Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru Notes: svn path=/head/; revision=21157