summaryrefslogtreecommitdiffstats
path: root/lang/dylan/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* Add missing manpagekris2004-04-151-1/+1
|
* 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.
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.marcus2004-02-041-0/+1
| | | | (Part 2)
* Add a fallback http path to the main site to fix fetch. (The FTP sitelinimon2003-12-241-1/+2
| | | | | is still available, but may have been reorganized; however, it does not allow directory listings). Informed maintainer.
* update lang/dylan: 2.3.10 -> 2.3.11daichi2003-09-261-8/+14
| | | | | PR: 56881 Submitted by: Peter S. Housel <housel@acm.org> (maintainer)
* Does not compilekris2003-08-071-0/+2
|
* libtool uber-patchade2003-06-261-1/+0
| | | | | | | | | | | * kill devel/libtool and move to devel/libtool13, upgrading to 1.3.5 * upgrade repo-copied devel/libtool14 to 1.4.3 * break out libltdl into its own separate port * move to version-numbered binaries/scripts (ie: there is *no* 'libtool' any more -- USE_LIBTOOL and USE_LIBTOOL_VER are your friends) Approved by: portmgr (kris) - for the bsd.port.mk hooks Tested by: bento 4-exp builds (repeatedly)
* Back out previous commit, it overlapped with an update that fixed the port.kris2003-05-181-4/+0
|
* BROKEN on 5.1: does not buildkris2003-05-181-0/+4
|
* unbreak by upgrading to 2.3.10ijliao2003-05-121-4/+4
| | | | | PR: 51929 Submitted by: maintainer
* BROKEN: Bad pkg-plistkris2003-05-061-0/+2
|
* Remove USE_GNOMENG.marcus2003-04-201-1/+0
|
* De-pkg-comment.knu2003-02-211-0/+1
|
* Half of these ones missed yesterday while converting to USE_REINPLACE.edwin2002-11-041-0/+1
| | | | | | The other half needs perl to build. Noticed on bento and others (full mailbox :-)
* PERL -> REINPLACEedwin2002-11-041-1/+2
| | | | Noticed on: bento
* Upgrade to 2.3.9.obraun2002-10-281-5/+8
| | | | | PR: 44553 Submitted by: maintainer
* Deploy USE_GNOMENG infrastructurelioux2002-08-301-3/+4
| | | | | PR: 42207 Submitted by: Edwin Groothuis <edwin@mavetju.org>
* Update to 2.3.8pat2002-03-131-7/+24
| | | | | PR: 35828 Submitted by: maintainer
* USE_LIBTOOL implies GNU_CONFIGURE, so remove the latter where appropriate.sobomax2001-08-311-1/+0
|
* Some style fixes in the lang category (usual round of spaces -> tabs)olgeni2001-02-051-1/+1
|
* Update to version 2.3.4kevlo2000-12-021-7/+15
| | | | | | | Note that I changed RUN_DEPENDS=gmake to USE_GMAKE=yes PR: 23218 Submitted by: MAINTAINER
* Locally hosted distfiles moved to ftp.freebsd.org.nectar2000-06-201-1/+0
|
* DISTNAMe-related cleanups.asami2000-04-161-0/+1
|
* Convert to the PORTNAME - PORTVERSION syntax.obrien2000-04-121-4/+3
|
* remove --prefix=${PREFIX} when GNU_CONFIGURE=yes and other minor cleanupsmharo1999-12-241-2/+2
| | | | | PR: 14759 Submitted by: Jeremy Lea <reg@shale.csir.co.za>
* Change Id->FreeBSD.obrien1999-08-251-1/+1
|
* chmod -> ${CHMOD}mharo1999-08-221-2/+2
| | | | chown -> ${CHOWN}
* Add some master sites.nectar1999-04-221-3/+12
|
* Update from 2.0 to 2.2mharo1999-04-211-10/+13
| | | | | | | | | | | | Note: Matt Dillon's 2xP3/450 w/512MB can build world over NFS faster than my k6-2 333 can compile this port. It was *NOT* fun to test this port. Maybe someone else (with a super fast computer) could make sure everything works. This port does pass the make install deinstall reinstall package deinstall test though so I assume everything is fine. PR: 11242 Submitted by: maintainer with fixes by me
* Mark BROKEN for ELF:jseger1998-10-141-1/+3
| | | | | | | | | | | | dylan-heap.s:64290: Error: Alignment not a power of 2 dylan-heap.s:64297: Error: Alignment not a power of 2 gmake[4]: *** [dylan-heap.o] Error 1 gmake[4]: Leaving directory `/usr/ports/lang/dylan/work/src/d2c/runtime/dylan' gmake failed? Abort trap - core dumped gmake[3]: *** [dylan.lib.du] Error 134 gmake[3]: Leaving directory `/usr/ports/lang/dylan/work/src/d2c/runtime/dylan' gmake[2]: *** [compile] Error 2
* Fetch bootstrap binary rather than include it in port.hsu1998-07-151-4/+5
|
* Remove monster uuencoded binary file, and mark the port broken untiljdp1998-07-141-1/+2
| | | | | it can be replaced by a local distfile. The binary file will be leaving the CVS repository entirely before too long.
* CMU Gwydion project interpreter and compiler for the Dylan language.hsu1998-07-121-0/+30
Submitted by: Peter S. Housel <housel@acm.org>
OpenPOWER on IntegriCloud