aboutsummaryrefslogtreecommitdiff
path: root/lang/sml-nj/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* lang/smlnj: 110.71 -> 110.76Kurt Jaeger2014-07-301-105/+0
| | | | | | | | | | | | | | | | - 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) Notes: svn path=/head/; revision=363509
* Deprecate some ports BROKEN for more than 6 monthsAntoine Brodin2014-07-221-0/+2
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=362559
* Remove indefinite articles and trailing periods from COMMENT, plus minorJimmy Olgeni2014-07-051-1/+1
| | | | | | | | | | | | COMMENT typos and surrounding whitespace fixes. A few Makefiles where not included as they contain Latin-1 characters that break the Phabricator workflow. Categories J-L. CR: D305 Approved by: portmgr (swills) Notes: svn path=/head/; revision=360810
* - Convert gmake,bzip2 to USESMartin Wilke2014-05-261-1/+1
| | | | | | | Approved by: portmgr Notes: svn path=/head/; revision=355354
* Mark broken: Fails to buildAntoine Brodin2014-01-311-0/+2
| | | | | | | | | | | | | | | | | | | On 8 and 9: [Loading int-inf.sml.bin] Bus error (core dumped) !!! unable to build SML heap image (sml.x86-bsd) *** [do-build] Error code 1 On 10 and head: gcc -ansi -c -I../config -I../objs -I../include ../config/gen-common.c make[2]: exec(gcc) failed (No such file or directory) *** Error code 1 Reported by: pkg-fallout since august 2013 With hat: portmgr Notes: svn path=/head/; revision=342074
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵Baptiste Daroussin2013-09-201-5/+2
| | | | | | | lang) Notes: svn path=/head/; revision=327741
* - Fix broken makefiles introduced with translation to new SF File Release SystemDmitry Marakasov2009-08-221-2/+1
| | | | | | | | Reported by: dan Pointyhat to: myself Notes: svn path=/head/; revision=240084
* - Switch SourceForge ports to the new File Release System: categories ↵Dmitry Marakasov2009-08-221-2/+3
| | | | | | | starting with H,I,J,K,L Notes: svn path=/head/; revision=240071
* - Use SUB_FILES and SUB_LIST. [1]Joseph Koshy2007-09-021-4/+2
| | | | | | | | | | - Tweak pkg-install script (no user visible changes). Suggested by: sat [1] Submitted by: Johannes 5 Joemann [MAINTAINER] Notes: svn path=/head/; revision=198625
* - Remove CONFLICTS (with smlnj-devel). Use a helper script (installedJoseph Koshy2007-08-271-9/+20
| | | | | | | | | | | | as ${PREFIX}/bin/multiexec-wrapper) to resolve conflicting executable names (such as sml, ml-lex, etc.). - Bump PORTREVISION. - Update MASTER_SITES. Submitted by: Johannes 5 Joemann [MAINTAINER] Notes: svn path=/head/; revision=198388
* Maintainer change: Johannes 5 Joemann is the new maintainer.Joseph Koshy2005-01-121-19/+24
| | | | | | | | | | Fix a CM tool path problem reported by Gerhard Gonter [ggonter .at. yahoo.com]. Submitted by: Johannes 5 Joemann <joemann@beefree.free.de> [MAINTAINER] Notes: svn path=/head/; revision=126175
* Use "install.sh" during build and also during install as done inJoseph Koshy2004-12-311-2/+7
| | | | | | | | | lang/sml-nj-devel to resolve PR 40866. Submitted by: Johannes 5 Joemann <joemann@beefree.free.de> Notes: svn path=/head/; revision=125586
* Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.Joe Marcus Clarke2004-02-041-0/+1
| | | | | | | (Part 2) Notes: svn path=/head/; revision=99920
* Add MASTER_SITES, update WWW.Joseph Koshy2003-12-061-2/+4
| | | | | | | | PR: ports/59978 Submitted by: Ying-Chieh Liao <ijliao@FreeBSD.csie.NCTU.edu.tw> Notes: svn path=/head/; revision=95186
* Use the FIND and XARGS macros introduced in bsd.port.mk 1.391.Trevor Johnson2003-11-131-1/+1
| | | | Notes: svn path=/head/; revision=93887
* Clear moonlight beckons.Ade Lovett2003-03-071-0/+1
| | | | | | | | | | Requiem mors pacem pkg-comment, And be calm ports tree. E Nomini Patri, E Fili, E Spiritu Sancti. Notes: svn path=/head/; revision=77045
* Mark this port as only for the i386 architecture.Joseph Koshy2002-07-011-0/+2
| | | | | | | Suggested by: Christian "naddy" Weisgerber <naddy@freebsd.org> Notes: svn path=/head/; revision=62259
* Install with the correct user:group.Joseph Koshy2001-12-241-0/+2
| | | | | | | Submitted by: petef Notes: svn path=/head/; revision=52085
* Update to v110.0.7.Joseph Koshy2000-10-271-11/+11
| | | | Notes: svn path=/head/; revision=34290
* Downgrade the sml-nj port to the current `release' version v110.0.6. TheJoseph Koshy2000-06-141-15/+14
| | | | | | | | | | `sml-nj-devel' port will track working versions of the SML/NJ system. PR: ports/18658 Submitted by: Chris Richards <crichard-freebsd@wso.williams.edu> Notes: svn path=/head/; revision=29594
* Convert to the PORTNAME - PORTVERSION syntax.David E. O'Brien2000-04-121-23/+22
| | | | Notes: svn path=/head/; revision=27458
* Change Id->FreeBSD.David E. O'Brien1999-08-251-1/+1
| | | | Notes: svn path=/head/; revision=20952
* awk -> ${AWK}Michael Haro1999-08-221-2/+2
| | | | | | | | | | | basename -> ${BASENAME} cat -> ${CAT} cp -> ${CP} ldconfig -> ${LDCONFIG} mkdir -> ${MKDIR} Notes: svn path=/head/; revision=20898
* chmod -> ${CHMOD}Michael Haro1999-08-221-2/+2
| | | | | | | chown -> ${CHOWN} Notes: svn path=/head/; revision=20885
* Forced commit to record unbreaking for ELF.Joseph Koshy1999-02-021-1/+1
| | | | Notes: svn path=/head/; revision=16481
* Unbreak for ELF.Joseph Koshy1999-02-021-3/+4
| | | | Notes: svn path=/head/; revision=16479
* Clean up MASTER_SITES. Remove unneeded patch.Joseph Koshy1998-11-221-5/+9
| | | | Notes: svn path=/head/; revision=14753
* Upgrade to v110.9.1. Unbreak.Joseph Koshy1998-11-201-23/+40
| | | | Notes: svn path=/head/; revision=14713
* Mark port as BROKEN till issues on library source paths, usage of theJoseph Koshy1998-07-201-1/+3
| | | | | | | built in CM (Compilation Manager) etc. are understood and resolved. Notes: svn path=/head/; revision=12005
* A Standard ML implementation from Bell Labs.Joseph Koshy1998-07-151-0/+55
Notes: svn path=/head/; revision=11924