summaryrefslogtreecommitdiff
path: root/lang/spl (follow)
Commit message (Collapse)AuthorAgeFilesLines
* lang/spl: patch and unbreak with -fno-commonRobert Clausecker2021-07-213-7/+40
| | | | PR: 257295
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Mark BROKEN in 13/14 (via latest llvm update).Mark Linimon2021-02-181-0/+3
|
* Convert LICENSE= "GPLxx # or later" to "GPLxx+"Dmitry Marakasov2016-01-121-1/+1
| | | | Approved by: portmgr blanket
* - Add LICENSEDmitry Marakasov2015-06-042-4/+9
| | | | - Fix installation of files of different types
* lang/spl: Fix build on modern gccJohn Marino2014-11-152-3/+18
| | | | | | | | | | | I don't know why spl builds on clang but fails on gcc due to a flex precedence issue. Rather, I don't know why the flex issue doesn't affect clang. There was a patch provided by a fork nearly four years ago that fixes the gcc build nicely. The bitbucket issue warns that more eyes should review the fix though. Issue 1: roman number II interpreted as I https://bitbucket.org/kcartmell/marlowe/issue/1/
* Cleanup plistBaptiste Daroussin2014-10-271-1/+0
|
* Remove NOPORTDOCS and NOPORTEXAMPLES.Adam Weinberger2014-07-042-11/+11
|
* Stagify.Vanilla I. Shu2014-06-081-4/+3
|
* - Convert gmake,bzip2 to USESMartin Wilke2014-05-261-2/+1
| | | | Approved by: portmgr
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-0/+1
| | | | lang)
* Convert USE_BISON to USES= bisonBaptiste Daroussin2013-03-081-6/+2
| | | | | | | | | | | | | | It brings bison as a build dependency in case it is set the following way: USES= bison or USES= bison:build it brings bison as a run dependency in case it is set the following way: USES= bison:run it brings bison both as a run and build dependency in case it the set the following way: USES= bison:both While here trim some headers Convert some USE_GNOME= gnomehack to USES= pathfix
* - remove MD5Olli Hauer2011-07-031-1/+0
|
* Reset perky@FreeBSD.org due to maintainer-timeouts and no responseMark Linimon2010-05-231-1/+1
| | | | | | to email. Hat: portmgr
* Migration from bison 1.x to 2.xAde Lovett2007-10-171-2/+2
| | | | | PR: 117086 Tested by: -exp runs
* Remove USE_REINPLACE from the categories starting with LEdwin Groothuis2006-05-091-1/+0
|
* Fix build on 7-current. This adds a hack to avoid malloc problems butHye-Shik Chang2006-02-011-0/+2
| | | | the hack has no effect to the final binaries.
* SHA256ifyEdwin Groothuis2006-01-221-0/+1
| | | | Approved by: krion@
* Install on install phases and unmark BROKEN.Hye-Shik Chang2004-05-311-8/+6
|
* BROKEN: Installs files during build phaseKris Kennaway2004-05-311-0/+2
|
* Add SIZE data.Hye-Shik Chang2004-03-181-0/+1
| | | | Submitted by: trevor
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | (Part 2)
* De-pkg-comment for my ports.Hye-Shik Chang2003-02-252-1/+1
|
* Use REINPLACE_CMD as well as USE_REINPLACEHye-Shik Chang2002-06-251-7/+7
|
* Updating my email address.Hye-Shik Chang2002-06-251-1/+1
| | | | Approved by: cjh (mentor)
* back out commit made comparing OSVERSION and use sed(1) to workaround perlPatrick Li2002-05-231-15/+6
| | | | | | | | on current issue. gotta back it out sooner or later. /me puts on pointy hat Requested by: many
* Fix ports for building with -current without perlPatrick Li2002-05-231-6/+15
| | | | | PR: 38359 Submitted by: maintainer
* Add spl 1.2.1, the Shakespeare programming language.Pete Fritchman2002-03-025-0/+56
PR: 30395 Submitted by: Hye-Shik Chang <perky@fallin.lv>