Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | lang/spl: patch and unbreak with -fno-common | Robert Clausecker | 2021-07-21 | 3 | -7/+40 |
| | | | | PR: 257295 | ||||
* | Remove # $FreeBSD$ from Makefiles. | Mathieu Arnold | 2021-04-06 | 1 | -1/+0 |
| | |||||
* | Mark BROKEN in 13/14 (via latest llvm update). | Mark Linimon | 2021-02-18 | 1 | -0/+3 |
| | |||||
* | Convert LICENSE= "GPLxx # or later" to "GPLxx+" | Dmitry Marakasov | 2016-01-12 | 1 | -1/+1 |
| | | | | Approved by: portmgr blanket | ||||
* | - Add LICENSE | Dmitry Marakasov | 2015-06-04 | 2 | -4/+9 |
| | | | | - Fix installation of files of different types | ||||
* | lang/spl: Fix build on modern gcc | John Marino | 2014-11-15 | 2 | -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 plist | Baptiste Daroussin | 2014-10-27 | 1 | -1/+0 |
| | |||||
* | Remove NOPORTDOCS and NOPORTEXAMPLES. | Adam Weinberger | 2014-07-04 | 2 | -11/+11 |
| | |||||
* | Stagify. | Vanilla I. Shu | 2014-06-08 | 1 | -4/+3 |
| | |||||
* | - Convert gmake,bzip2 to USES | Martin Wilke | 2014-05-26 | 1 | -2/+1 |
| | | | | Approved by: portmgr | ||||
* | Add NO_STAGE all over the place in preparation for the staging support (cat: ↵ | Baptiste Daroussin | 2013-09-20 | 1 | -0/+1 |
| | | | | lang) | ||||
* | Convert USE_BISON to USES= bison | Baptiste Daroussin | 2013-03-08 | 1 | -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 MD5 | Olli Hauer | 2011-07-03 | 1 | -1/+0 |
| | |||||
* | Reset perky@FreeBSD.org due to maintainer-timeouts and no response | Mark Linimon | 2010-05-23 | 1 | -1/+1 |
| | | | | | | to email. Hat: portmgr | ||||
* | Migration from bison 1.x to 2.x | Ade Lovett | 2007-10-17 | 1 | -2/+2 |
| | | | | | PR: 117086 Tested by: -exp runs | ||||
* | Remove USE_REINPLACE from the categories starting with L | Edwin Groothuis | 2006-05-09 | 1 | -1/+0 |
| | |||||
* | Fix build on 7-current. This adds a hack to avoid malloc problems but | Hye-Shik Chang | 2006-02-01 | 1 | -0/+2 |
| | | | | the hack has no effect to the final binaries. | ||||
* | SHA256ify | Edwin Groothuis | 2006-01-22 | 1 | -0/+1 |
| | | | | Approved by: krion@ | ||||
* | Install on install phases and unmark BROKEN. | Hye-Shik Chang | 2004-05-31 | 1 | -8/+6 |
| | |||||
* | BROKEN: Installs files during build phase | Kris Kennaway | 2004-05-31 | 1 | -0/+2 |
| | |||||
* | Add SIZE data. | Hye-Shik Chang | 2004-03-18 | 1 | -0/+1 |
| | | | | Submitted by: trevor | ||||
* | Bump PORTREVISION on all ports that depend on gettext to aid with upgrading. | Joe Marcus Clarke | 2004-02-04 | 1 | -0/+1 |
| | | | | (Part 2) | ||||
* | De-pkg-comment for my ports. | Hye-Shik Chang | 2003-02-25 | 2 | -1/+1 |
| | |||||
* | Use REINPLACE_CMD as well as USE_REINPLACE | Hye-Shik Chang | 2002-06-25 | 1 | -7/+7 |
| | |||||
* | Updating my email address. | Hye-Shik Chang | 2002-06-25 | 1 | -1/+1 |
| | | | | Approved by: cjh (mentor) | ||||
* | back out commit made comparing OSVERSION and use sed(1) to workaround perl | Patrick Li | 2002-05-23 | 1 | -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 perl | Patrick Li | 2002-05-23 | 1 | -6/+15 |
| | | | | | PR: 38359 Submitted by: maintainer | ||||
* | Add spl 1.2.1, the Shakespeare programming language. | Pete Fritchman | 2002-03-02 | 5 | -0/+56 |
PR: 30395 Submitted by: Hye-Shik Chang <perky@fallin.lv> |