CVS log for ports/devel/SWIG/Attic/Makefile
Up to [FreeBSD] / ports / devel / SWIG
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
Revision 1.42
Wed Oct 30 13:09:42 2002 UTC (9 years, 3 months ago) by knu
Branches: MAIN
CVS tags: HEAD
FILE REMOVED
Changes since revision 1.41: +1 -1 lines
SWIG and SWIG-devel have been repo-moved to swig11 and swig13, respectively. SWIG 1.3.x is no longer a development branch, but a release branch.
Revision 1.41: download - view: text, markup, annotated - select for diffs
Fri Jan 11 15:44:40 2002 UTC (10 years, 1 month ago) by knu
Branches: MAIN
CVS tags: RELEASE_5_0_DP1, RELEASE_4_7_0, RELEASE_4_6_2, RELEASE_4_6_1, RELEASE_4_6_0, RELEASE_4_5_0
Diff to: previous 1.40: preferred, colored
Changes since revision 1.40: +1 -1 lines
Python 2.1 was updated to 2.2, so chase it.
Revision 1.40: download - view: text, markup, annotated - select for diffs
Tue Nov 6 20:23:19 2001 UTC (10 years, 3 months ago) by knu
Branches: MAIN
Diff to: previous 1.39: preferred, colored
Changes since revision 1.39: +3 -1 lines
Define NO_LATEST_LINK.
Revision 1.39: download - view: text, markup, annotated - select for diffs
Mon Jun 11 09:51:14 2001 UTC (10 years, 8 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_4_4_0
Diff to: previous 1.38: preferred, colored
Changes since revision 1.38: +3 -2 lines
My previous fix was bogus. Fix build with Python 2.1 this time.
Revision 1.38: download - view: text, markup, annotated - select for diffs
Sat Jun 9 03:04:02 2001 UTC (10 years, 8 months ago) by knu
Branches: MAIN
Diff to: previous 1.37: preferred, colored
Changes since revision 1.37: +2 -3 lines
Remove PYTHON_NO_DEPENDS=yes and fix the python support. Reported 2 weeks ago by: ade Forgotten by: knu
Revision 1.37: download - view: text, markup, annotated - select for diffs
Sat May 26 12:05:30 2001 UTC (10 years, 8 months ago) by knu
Branches: MAIN
Diff to: previous 1.36: preferred, colored
Changes since revision 1.36: +2 -2 lines
${LN} -> ${LN} -f
Submitted by: Tadayuki OKADA <tadayuki@mediaone.net>
Revision 1.36: download - view: text, markup, annotated - select for diffs
Wed May 23 03:09:35 2001 UTC (10 years, 8 months ago) by knu
Branches: MAIN
Diff to: previous 1.35: preferred, colored
Changes since revision 1.35: +3 -3 lines
Use Python 2.1 rather than 2.0. Submitted by: ade
Revision 1.35: download - view: text, markup, annotated - select for diffs
Mon Apr 2 19:04:13 2001 UTC (10 years, 10 months ago) by ade
Branches: MAIN
CVS tags: RELEASE_4_3_0
Diff to: previous 1.34: preferred, colored
Changes since revision 1.34: +7 -7 lines
Make this port use tcl8.3 and python2.0 by default now (instead of the previous 8.2 and 1.5). I've found no problems with this updated configuration. Approved by: knu (who hasn't tested this himself)
Revision 1.34: download - view: text, markup, annotated - select for diffs
Fri Feb 2 05:11:45 2001 UTC (11 years ago) by knu
Branches: MAIN
Diff to: previous 1.33: preferred, colored
Changes since revision 1.33: +3 -2 lines
Fix the breakage with gcc 2.95.3 on -CURRENT by adding "-fpic" to CFLAGS. Rqported by: Andrew Kenneth Milton <akm@mail.theinternet.com.au>
Revision 1.33: download - view: text, markup, annotated - select for diffs
Mon Oct 16 09:43:29 2000 UTC (11 years, 3 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_4_2_0
Diff to: previous 1.32: preferred, colored
Changes since revision 1.32: +14 -8 lines
Install the executables with version numbers, to allow SWIG-dependent ports to specify the version of SWIG to use.
Revision 1.32: download - view: text, markup, annotated - select for diffs
Sun Oct 15 08:04:11 2000 UTC (11 years, 3 months ago) by knu
Branches: MAIN
Diff to: previous 1.31: preferred, colored
Changes since revision 1.31: +2 -2 lines
Add missing entries to plist. Submitted by: bento
Revision 1.31: download - view: text, markup, annotated - select for diffs
Fri Sep 22 04:50:44 2000 UTC (11 years, 4 months ago) by knu
Branches: MAIN
CVS tags: RELEASE_4_1_1
Diff to: previous 1.30: preferred, colored
Changes since revision 1.30: +5 -2 lines
Utilize bsd.{ruby,python}.mk.
Revision 1.30: download - view: text, markup, annotated - select for diffs
Tue Aug 22 01:53:57 2000 UTC (11 years, 5 months ago) by knu
Branches: MAIN
Diff to: previous 1.29: preferred, colored
Changes since revision 1.29: +10 -9 lines
Resurrect SWIG 1.1p5 after a repocopy. - Add patches to make it work with Perl 5.6.0 - Remove a mirror which does not hold a distfile anymore - Add perl5 to CATEGORIES - Take over the maintainership (from ports@FreeBSD.org)
Revision 1.29: download - view: text, markup, annotated - select for diffs
Mon Jul 10 14:31:18 2000 UTC (11 years, 7 months ago) by jedgar
Branches: MAIN
CVS tags: RELEASE_4_1_0
Diff to: previous 1.28: preferred, colored
Changes since revision 1.28: +2 -2 lines
Update port to 1.3a3
Revision 1.28: download - view: text, markup, annotated - select for diffs
Fri Jun 16 21:49:50 2000 UTC (11 years, 7 months ago) by asami
Branches: MAIN
CVS tags: RELEASE_3_5_0
Diff to: previous 1.27: preferred, colored
Changes since revision 1.27: +3 -3 lines
Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the 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
Revision 1.27: download - view: text, markup, annotated - select for diffs
Fri Jun 16 08:18:11 2000 UTC (11 years, 7 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.26: preferred, colored
Changes since revision 1.26: +2 -2 lines
Fix MASSIVE typo INSTALL_SHLIBS --> INSTALLS_SHLIBS, which occured because I just cun'n'pasted the name from Satoshi's commit message without checking it. Hall of shame entry: sobomax
Revision 1.26: download - view: text, markup, annotated - select for diffs
Thu Jun 15 17:12:27 2000 UTC (11 years, 7 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.25: preferred, colored
Changes since revision 1.25: +4 -3 lines
Second round of INSTALL_SHLIBS=yes fixes.
Revision 1.25: download - view: text, markup, annotated - select for diffs
Wed Jun 14 13:21:10 2000 UTC (11 years, 7 months ago) by sobomax
Branches: MAIN
Diff to: previous 1.24: preferred, colored
Changes since revision 1.24: +3 -3 lines
Teach MASTER_SITES about new MASTER_SITE_SOURCEFORGE.
Revision 1.24: download - view: text, markup, annotated - select for diffs
Fri Jun 2 19:28:06 2000 UTC (11 years, 8 months ago) by will
Branches: MAIN
Diff to: previous 1.23: preferred, colored
Changes since revision 1.23: +11 -10 lines
Update to 1.3a2. Add SourceForge master sites. Remove now-irrelevant patches.
Revision 1.23: download - view: text, markup, annotated - select for diffs
Sun May 28 03:49:34 2000 UTC (11 years, 8 months ago) by steve
Branches: MAIN
Diff to: previous 1.22: preferred, colored
Changes since revision 1.22: +2 -3 lines
Weed out crufty MASTER_SITES and add a second checksum. 'diff -urN' says the distfiles are the same from both MASTER_SITES, yet the checksum is different.
Revision 1.22: download - view: text, markup, annotated - select for diffs
Sun Apr 23 22:59:06 2000 UTC (11 years, 9 months ago) by kris
Branches: MAIN
Diff to: previous 1.21: preferred, colored
Changes since revision 1.21: +2 -2 lines
Revert erich's ports to ports@FreeBSD.org, as erich has been non-responsive for quite some time. If any non-committer wants to take over maintainership please let me know. Reviewed by: ports No response from: erich
Revision 1.21: download - view: text, markup, annotated - select for diffs
Tue Apr 11 21:26:58 2000 UTC (11 years, 10 months ago) by mharo
Branches: MAIN
Diff to: previous 1.20: preferred, colored
Changes since revision 1.20: +4 -4 lines
PORTNAME/PORTVERSION update
Revision 1.20: download - view: text, markup, annotated - select for diffs
Wed Feb 2 22:51:00 2000 UTC (12 years ago) by mharo
Branches: MAIN
CVS tags: RELEASE_4_0_0
Diff to: previous 1.19: preferred, colored
Changes since revision 1.19: +3 -3 lines
portlint: PREFIX -> LOCALBASE
Revision 1.19: download - view: text, markup, annotated - select for diffs
Sun Nov 28 18:08:25 1999 UTC (12 years, 2 months ago) by steve
Branches: MAIN
CVS tags: RELEASE_3_4_0
Diff to: previous 1.18: preferred, colored
Changes since revision 1.18: +5 -5 lines
Update to use Tcl 8.2 and fix build problems on systems with gcc 2.95 as the system compiler. Submitted by: Ade Lovett <ade@lovett.com>
Revision 1.18: download - view: text, markup, annotated - select for diffs
Tue Nov 2 03:42:54 1999 UTC (12 years, 3 months ago) by jseger
Branches: MAIN
Diff to: previous 1.17: preferred, colored
Changes since revision 1.17: +2 -2 lines
fix category (tcl81->tcl80) Submitted by: Ade Lovett <ade@lovett.com> PR: ports/14544
Revision 1.17: download - view: text, markup, annotated - select for diffs
Tue Aug 31 06:41:32 1999 UTC (12 years, 5 months ago) by mharo
Branches: MAIN
CVS tags: RELEASE_3_3_0
Diff to: previous 1.16: preferred, colored
Changes since revision 1.16: +2 -2 lines
FreeBSD.ORG -> FreeBSD.org Prompted by PR: 13476, 13477 Submitted by: KATO Tsuguru
Revision 1.16: download - view: text, markup, annotated - select for diffs
Sun Aug 29 20:01:24 1999 UTC (12 years, 5 months ago) by steve
Branches: MAIN
Diff to: previous 1.15: preferred, colored
Changes since revision 1.15: +4 -4 lines
To avoid requiring both tcl81 and tcl80, use tcl80 instead since the python port requires it already. My message to the maintainer went unanswered.
Revision 1.15: download - view: text, markup, annotated - select for diffs
Wed Aug 25 05:47:17 1999 UTC (12 years, 5 months ago) by obrien
Branches: MAIN
Diff to: previous 1.14: preferred, colored
Changes since revision 1.14: +1 -1 lines
Change Id->FreeBSD.
Revision 1.14: download - view: text, markup, annotated - select for diffs
Sun Jan 17 15:30:57 1999 UTC (13 years ago) by ejc
Branches: MAIN
CVS tags: RELEASE_3_2_0, RELEASE_3_1_0
Diff to: previous 1.13: preferred, colored
Changes since revision 1.13: +4 -4 lines
Update SWIG to patch 5
Revision 1.13: download - view: text, markup, annotated - select for diffs
Mon Dec 7 05:34:37 1998 UTC (13 years, 2 months ago) by steve
Branches: MAIN
Diff to: previous 1.12: preferred, colored
Changes since revision 1.12: +2 -2 lines
Remove the trailing '/' from *_DEPENDS definitions.
Caught by: A little perl script for INDEX generation that Satoshi
and I are working on. :)
Revision 1.12: download - view: text, markup, annotated - select for diffs
Thu Jun 25 06:43:28 1998 UTC (13 years, 7 months ago) by tg
Branches: MAIN
CVS tags: RELEASE_3_0_0, RELEASE_2_2_8, RELEASE_2_2_7
Diff to: previous 1.11: preferred, colored
Changes since revision 1.11: +2 -2 lines
Add virtual category "python". pygist: add dependency on rng.
Revision 1.11: download - view: text, markup, annotated - select for diffs
Tue Feb 24 21:42:56 1998 UTC (13 years, 11 months ago) by jseger
Branches: MAIN
CVS tags: RELEASE_2_2_6
Diff to: previous 1.10: preferred, colored
Changes since revision 1.10: +5 -5 lines
Upgrade to use tcl8.1 and tk8.1.
Revision 1.10: download - view: text, markup, annotated - select for diffs
Thu Jan 29 09:53:25 1998 UTC (14 years ago) by tg
Branches: MAIN
Diff to: previous 1.9: preferred, colored
Changes since revision 1.9: +5 -5 lines
Upgrade to 1.1p4. Mostly bugfixes and added support for python-1.5.
Revision 1.9: download - view: text, markup, annotated - select for diffs
Tue Dec 9 10:22:39 1997 UTC (14 years, 2 months ago) by tg
Branches: MAIN
Diff to: previous 1.8: preferred, colored
Changes since revision 1.8: +7 -6 lines
Upgrade to 1.1p3.
Revision 1.8: download - view: text, markup, annotated - select for diffs
Thu Dec 4 11:17:34 1997 UTC (14 years, 2 months ago) by asami
Branches: MAIN
Diff to: previous 1.7: preferred, colored
Changes since revision 1.7: +18 -10 lines
Merge swig (committed accidentally) into SWIG. I copied Makefile, files/md5 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.
Revision 1.7: download - view: text, markup, annotated - select for diffs
Mon Aug 11 15:06:30 1997 UTC (14 years, 6 months ago) by erich
Branches: MAIN
CVS tags: RELEASE_2_2_5
Diff to: previous 1.6: preferred, colored
Changes since revision 1.6: +7 -4 lines
upgrade to 1.1
Revision 1.6: download - view: text, markup, annotated - select for diffs
Thu Mar 27 23:48:18 1997 UTC (14 years, 10 months ago) by erich
Branches: MAIN
CVS tags: RELEASE_2_2_2
Diff to: previous 1.5: preferred, colored
Changes since revision 1.5: +5 -5 lines
upgrade to 1.1b5
Revision 1.5: download - view: text, markup, annotated - select for diffs
Mon Feb 24 23:10:34 1997 UTC (14 years, 11 months ago) by erich
Branches: MAIN
CVS tags: RELEASE_2_2_1
Diff to: previous 1.4: preferred, colored
Changes since revision 1.4: +4 -4 lines
upgrade to 1.1b4
Revision 1.4: download - view: text, markup, annotated - select for diffs
Mon Nov 18 11:22:31 1996 UTC (15 years, 2 months ago) by asami
Branches: MAIN
Diff to: previous 1.3: preferred, colored
Changes since revision 1.3: +3 -3 lines
Use MAN? macros. CATEGORIES+= -> CATEGORIES.
Revision 1.3: download - view: text, markup, annotated - select for diffs
Wed Oct 9 20:54:24 1996 UTC (15 years, 4 months ago) by erich
Branches: MAIN
Diff to: previous 1.2: preferred, colored
Changes since revision 1.2: +7 -6 lines
upgrade to version 1.0, change MAINTAINER jkh -> erich Requested by: jkh
Revision 1.2: download - view: text, markup, annotated - select for diffs
Tue Apr 23 07:47:40 1996 UTC (15 years, 9 months ago) by asami
Branches: MAIN
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +4 -2 lines
Little tweak to make this conform to the standard in the handbook.
Revision 1.1.1.1 (vendor branch): download - view: text, markup, annotated - select for diffs
Fri Apr 19 18:44:04 1996 UTC (15 years, 9 months ago) by jkh
Branches: SWIG
CVS tags: swig1_0b1
Diff to: previous 1.1: preferred, colored
Changes since revision 1.1: +0 -0 lines
This is SWIG - an interface generator for TCL/Python/PERL/Guile/etc.
Revision 1.1: download - view: text, markup, annotated - select for diffs
Fri Apr 19 18:44:04 1996 UTC (15 years, 9 months ago) by jkh
Branches: MAIN
Initial revision
