aboutsummaryrefslogtreecommitdiffstats
path: root/lang/smlnj
Commit message (Collapse)AuthorAgeFilesLines
* Extract do-patch into a separate script.mat2017-01-171-4/+4
| | | | | | | | PR: 215761 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D9029
* - Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOLamdmi32017-01-111-15/+2
| | | | Approved by: portmgr blanket
* Do not use post-stage. Use post-install instead.mat2016-12-021-2/+0
| | | | | | | | | | | | The only reason to use post-stage is because the port needs to do "things" at a later time, like some plist manipulation. While there, fold post-install in do-install targets when they are defined. PR: 214780 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
* ${RM} already has -f.mat2016-10-211-1/+1
| | | | | | | PR: 213570 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight
* Remove deprecated @dirrm referencepawel2016-01-191-1/+0
| | | | Approved by: portmgr blanket
* Fix ports that confused the meaning of WRKDIR and WRKSRC.mat2015-11-051-22/+22
| | | | | | | | PR: 204056 Submitted by: mat Reviewed by: bapt Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D2735
* Drop 8 support.mat2015-10-151-5/+0
| | | | | | With hat: portmgr Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D3694
* Remove OSVERSION checks that do not make sense any more.mat2015-04-031-2/+2
| | | | | | | | | | For example (${OSVERSION} >= 900000 && ${OSVERSION} < 900021) is always true, as is (${OSVERSION} > 900002 || ${OSVERSION} < 900000 && ${OSVERSION} > 800107). Regarding patches, when an EXTRA_PATCHES is no longer needed, I remove it, when it is always needed, I renamed it, in one case, I merged two patches. Differential Revision: https://reviews.freebsd.org/D2209
* lang/smlnj: add missing two patchespi2014-10-152-0/+83
| | | | | PR: 193431 Pointy hat to: myself
* lang/smlnj: 110.76 -> 110.77pi2014-10-149-292/+137
| | | | | | | | Changelog: http://www.smlnj.org/dist/working/110.77/110.77-README.html - defined LICENSE PR: 193431 Submitted by: joemann@beefree.free.de (maintainer)
* lang/smlnj: fix tmpname warningpi2014-08-312-0/+37
| | | | | PR: 191899 Submitted by: joemann@beefree.free.de (maintainer)
* lang/smlnj: 110.71 -> 110.76pi2014-07-3118-0/+2664
- unbreak and support staging - support amd64 - no longer depends on gmake - moves lang/sml-nj-devel to lang/smlnj - supersedes lang/sml-nj PR: 191899 Reviewed by: Robert Cina <transitive@gmail.com>, Timothy Beyer <beyert@cs.ucr.edu> Approved by: Johannes <joemann@beefree.free.de> (maintainer)