# New ports collection makefile for: spl # Date created: 6 September 2001 # Whom: Hye-Shik Chang # # $FreeBSD$ # PORTNAME= spl PORTVERSION= 1.2.1 PORTREVISION= 2 CATEGORIES= lang MASTER_SITES= http://shakespearelang.sourceforge.net/download/ MAINTAINER= perky@FreeBSD.org COMMENT= The Shakespeare programming language USE_BISON= build USE_GMAKE= yes ALL_EXAMPLES= Makefile fibonacci.spl fibonacci2.spl guess.spl hello.spl \ primes.spl reverse.spl shakesbeer.spl post-patch: .for f in . examples ${REINPLACE_CMD} -e 's,= gcc,?= gcc,' -e 's,^CCFLAGS.*,CFLAGS += -Wall,' \ -e 's,CCFLAGS,CFLAGS,g' ${WRKSRC}/${f}/Makefile .endfor ${REINPLACE_CMD} -e 's,\(#define STRING_LENGTH\).*,\1 25600,g' \ -e 's,free(,//free(,g' ${WRKSRC}/makescanner.c do-install: ${TAR} -C ${WRKSRC}/spl -cf - . | ${TAR} -C ${PREFIX} -xf - .if !defined(NOPORTDOCS) ${MKDIR} ${EXAMPLESDIR} cd ${WRKSRC}/examples && ${INSTALL_DATA} ${ALL_EXAMPLES} ${EXAMPLESDIR} .endif .include it.cgi/'>cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update to b34.jkim2015-01-241-1/+0
* - Update to b32.jkim2014-07-171-1/+1
* Implement current and signal methods for sun.nio.ch.NativeThread. Note thisjkim2014-06-281-1/+1
* Fix printing services. When CUPS is used, ${LOCALBASE}/bin/lpr must be usedjkim2014-05-221-1/+1
* Fix couple of mis-merges.jkim2014-04-181-1/+1
* Update to b31.jkim2014-04-161-1/+1
* Add an upstream patch to fix yet another fallout from HotSpot 23 merge.jkim2014-03-131-1/+1
* Fix missing symbols after re-appearance of converters/libiconv on 10+. Thisjkim2014-03-121-1/+1
* - Sync. extremely outdated sun.util.resources.TimeZoneNames to the latestjkim2014-03-041-1/+1
* - Update to b30.jkim2014-01-241-1/+1
* Revert lang/openjdk6 to b28.mat2014-01-041-1/+1
* - Update to b29.jkim2013-12-251-1/+1
* If /var/db/zoneinfo exists, use the file to determine timezone rather thanjkim2013-12-111-1/+1
* Add multiple security patches and improvements from IcedTea6.jkim2013-12-051-1/+1
* - Add throw() to all user-defined operator new()s within HotSpot becausejkim2013-11-091-1/+1
* - Do not crash when unsupported options are specified. [1]jkim2013-11-061-1/+1
* - Turn off UseMembar by default. This workaround is not necessary any more.jkim2013-10-261-1/+1
* - Do not allow selecting both DEBUG and FASTDEBUG options. [1]jkim2013-10-121-1/+1
* - Fix few mis-merges against HotSpot 23 and tie up some loose ends.jkim2013-10-111-1/+1
* Update to Build b28.jkim2013-10-101-1/+1
* - Support staging.jkim2013-10-081-2/+1
* Add NO_STAGE all over the place in preparation for the staging support (cat: ...bapt2013-09-211-0/+1
* Fix build with libc++.jkim2013-09-061-1/+1
* Bump revision for openjdk6-jre to catch up with the master port change.jkim2013-07-261-1/+1
* - Add couple of upstreamed IcedTea6 patches for consistency.jkim2013-07-231-1/+1
* Fix openjdk6-jre build.jkim2013-07-171-1/+1
* Chase java/openjdk6 update.jkim2013-04-261-1/+1
* Add multiple security patches from IcedTea6 1.12.3.jkim2013-03-061-1/+1
* Add a patch to fix MulticastSocket.setInterface().jkim2013-02-121-1/+1
* Bump PORTREVISION for the new cacerts.jkim2012-10-241-1/+1
* - Add 2012/10/16 security patches from IcedTea6 1.11.5. [1]jkim2012-10-201-1/+1