| Commit History - (may be incomplete: see CVSWeb link above for full details) |
| Date | By | Description |
17 Jul 2008 23:50:55
3.3.0
|
alepulver  |
- Update to version 3.3.0.
PR: ports/125568
Submitted by: Hirohisa Yamaguchi <umq@ueo.co.jp> |
28 Jun 2008 01:09:16
3.2.0
|
alepulver  |
- Fix building on amd64. |
28 Jun 2008 00:20:26
3.2.0
|
alepulver  |
- Update to version 3.2.0.
PR: ports/124086
Submitted by: Timothy Beyer <beyert@cs.ucr.edu> |
14 Apr 2007 21:31:24
2.6
|
alepulver  |
- Update to version 2.6.
- Remove PORTDOCS and list the files in pkg-plist.
- Remove BROKEN on ia64 to see if the problem has been fixed and to allow
further investigation.
- Remove patch which was integrated. |
01 Feb 2007 02:42:06
2.5
|
kris  |
Use libtool port instead of included version to avoid objformat a.out botch |
06 Dec 2006 16:24:39
2.5
|
alepulver  |
- Patch csc.c (used to bootstrap) instead of csc.scm.
Obtained from: Emil Mikulic <emil@dmr.ath.cx> |
05 Dec 2006 17:18:37
2.5
|
alepulver  |
- Fix 'csc' assuming /usr/local/include is in the default search path of 'cc'.
Obtained from: Emil Mikulic <emil@dmr.ath.cx> (private e-mail) |
31 Oct 2006 02:28:05
2.5
|
alepulver  |
- Update to 2.5.
PR: ports/104619
Submitted by: Thomas Abthorpe <thomas@goodking.ca> |
23 Oct 2006 23:46:19
2.3
|
alepulver  |
- Mirror distfile and change MASTER_SITES/MASTER_SITE_SUBDIR.
Approved by: portmgr (erwin) |
09 Apr 2006 14:08:16
2.3
|
alepulver  |
Change the maintainership address to the @FreeBSD.org one.
Approved by: garga (mentor) |
18 Mar 2006 14:38:05
2.3
|
pav  |
- Update to 2.3
PR: ports/94605
Submitted by: Piet Delport <pjd@satori.za.net>
Approved by: Alejandro Pulver <alejandro@varnet.biz> (maintainer) |
23 Feb 2006 10:40:45
2.0_2
|
ade  |
Conversion to a single libtool environment.
Approved by: portmgr (kris) |
25 Nov 2005 21:47:35
2.0_1
|
pav  |
- Add SHA256
Requested by: maintainer |
15 Nov 2005 06:52:12
2.0_1
|
ade  |
Mass-conversion to the USE_AUTOTOOLS New World Order. The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.
Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.
Preliminary documentation can be found at:
http://people.FreeBSD.org/~ade/autotools.txt
which is in the process of being SGMLized before introduction into the
Porters Handbook.
Light blue touch-paper. Run. |
03 Oct 2005 00:02:12
2.0_1
|
pav  |
- Resurrect includedir patch which was mistakely removed in update to 2.0
PR: ports/86565
Submitted by: Juan Felipe Alvarez Saldarriaga <neb@gigax.org>
Approved by: Alejandro Pulver <alejandro@varnet.biz> (maintainer) |
03 Sep 2005 18:48:48
2.0
|
lawrance  |
Update to 2.0.
Submitter takes maintainership.
PR: ports/85646
Submitted by: Alejandro Pulver <alejandro@varnet.biz> |
28 May 2005 10:48:57
1.89_2
|
pav  |
- Add $(includedir) to BASE_CPPFLAGS, otherwise chicken can't find it's own
header file when used
PR: ports/80219
Submitted by: Juan F. A. Saldarriaga <neb@gigax.org> |
28 May 2005 10:48:23
1.89_2
|
pav  |
- Add $(includedir) to BASE_CPPFLAGS, otherwise chicken can't find it's own
header file when used
PR: ports/80219
Submitted by: Juan F. A. Saldarriaga <neb@gigax.org> |
12 Apr 2005 11:16:50
1.89_1
|
flz  |
- Create ${PREFIX}/lib/chicken.
PR: ports/79778
Submitted by: Juan Felipe Alvarez Saldarriaga <neb@gigax.org> |
16 Feb 2005 21:02:53
1.89
|
vs  |
Update to 1.89 |
21 Oct 2004 08:50:49
1.66
|
sergei  |
- Reset maintainership to ports@FreeBSD.org
PR: ports/72950
Submitted by: Kimura Fuyuki (maintainer) |
27 Sep 2004 23:54:07
1.66
|
kris  |
Now builds on amd64
Approved by: portmgr (self) |
24 Aug 2004 10:15:27
1.66
|
krion  |
Update to 1.66
PR: ports/70890
Submitted by: maintainer |
20 Aug 2004 21:24:06
1.63
|
pav  |
- Update to 1.63
PR: ports/70709
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> (maintainer) |
22 Jul 2004 13:55:56
1.56
|
krion  |
Update to 1.56
PR: ports/69426
Submitted by: maintainer |
16 Jul 2004 17:08:17
1.50
|
vs  |
- Update to 1.50
- Assign maintainership to submitter |
09 Jul 2004 18:43:11
1.33
|
marcus  |
Apply a big libtool patch to allow porters to use the libtool installed by
the libtoolX ports instead of the one included with each port. Ports that
set USE_LIBTOOL_VER=X will now use the ports version of libtool instead of
the included version. To restore previous behavior, use the new macro,
USE_INC_LIBTOOL_VER. Both macros accept the same argument: a libtool version.
For example, to use the ports version of libtool-1.5, add the following to
your Makefile:
USE_LIBTOOL_VER= 15
To use the included version of libtool with extra hacks provided by
libtool-1.5, add the following to your Makefile:
USE_INC_LIBTOOL_VER= 15
With this change, ports that had to add additional libtool hacks to prevent
.la files from being installed or to fix certain threading issues can now
delete those hacks (after appropriate testing, of course).
PR: 63944
Based on work by:eik and marcus
Approved by: ade (autotools maintainer)
Tested by: kris on pointyhat
Bound to be hidden problems: You bet |
17 Mar 2004 18:29:46
1.33
|
trevor  |
SIZEify. |
15 Mar 2004 11:11:20
1.33
|
kris  |
BROKEN on amd64 and ia64: Coredump during build |
14 Mar 2004 06:17:56
1.33
|
ade  |
Whoa there, boy, that's a mighty big commit y'all have there...
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. |
22 Feb 2004 23:04:18
1.33
|
linimon  |
Add forgotten update to this port to unbreak deinstallation.
PR: ports/62328
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> |
12 Feb 2004 05:56:08
1.33
|
linimon  |
Update to 1.33. Numerous bugfixes and minor new features. See
doc/ChangeLog for complete details.
PR: ports/62328
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> |
30 Oct 2003 01:59:15
1.22
|
nork  |
Update to 1.22.
PR: ports/58704
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> |
04 Sep 2003 08:51:06
1.17_1
|
krion  |
- Don't install useless *.la
- Bump PORTREVISION |
04 Sep 2003 08:37:30
1.17
|
erwin  |
Update to 1.17
PR: 56399
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> |
28 Aug 2003 01:09:58
1.14
|
edwin  |
Use the new virtual category 'scheme'
- Add the virtual category 'scheme' to the orphan ports
- Fix the chicken's csc script
- Minor portlint cleanups
PR: ports/55265
Submitted by: Kimura Fuyuki <fuyuki@nigredo.org> |
30 Jul 2003 13:54:49
1.14
|
oliver  |
update to 1.14, fix pkg-plist |
19 May 2003 02:24:14
1.9
|
nork  |
Update to 1.9 and Fix build on alpha.
PR: ports/52008
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> |
30 Apr 2003 01:49:11
1.0
|
leeym  |
set ONLY_FOR_ARCHS=i386
keep static executable files
drop MAINTAINERship
PR: 51537
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> |
08 Apr 2003 17:40:54
1.0
|
nork  |
Fix build on alpha.
Pointed out by: bento via kris
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> (maintainer) |
04 Apr 2003 22:40:54
1.0
|
nork  |
Add chicken 1.0, a Scheme-to-C compiler supporting most of the
features as described in the Revised^5 Report on the Algorithmic
Language Scheme.
PR: ports/50155
Submitted by: Kimura Fuyuki <fuyuki@hadaly.org> |