Port details |
- smlnj Compiler and tools for Standard ML (SML '97)
- 110.98_1 lang =3 110.98_1Version of this port present on the latest quarterly branch.
- Maintainer: joemann@beefree.free.de
- Port Added: 2014-07-30 19:43:01
- Last Update: 2024-07-01 20:27:23
- Commit Hash: 19d6872
- People watching this port, also watch:: subversion, cyrus-imapd30, virtualbox-ose-kmod, boehm-gc, sbcl
- License: SMLNJ
- WWW:
- https://www.smlnj.org/
- Description:
- Standard ML (SML) is a safe, modular, strict, functional,
polymorphic programming language with compile-time type checking
and type inference, garbage collection, exception handling,
immutable data types and updatable references, abstract data types,
and parametric modules. It has efficient implementations and a
formal definition with a proof of soundness.
Standard ML of New Jersey (abbreviated SML/NJ) is a compiler for
the Standard ML '97 programming language with associated libraries,
tools, and documentation.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/lang/smlnj/ && make install clean
- To add the package, run one of these commands:
- pkg install lang/smlnj
- pkg install smlnj
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: smlnj
- Flavors: there is no flavor information for this port.
- ONLY_FOR_ARCHS: amd64 i386
- distinfo:
- TIMESTAMP = 1595416789
SHA256 (smlnj/110.98/MLRISC.tgz) = 208fb9c8cbcfc1c90ab14267e28038a390200002e2bcf3ee5670dcb643ceda11
SIZE (smlnj/110.98/MLRISC.tgz) = 1460273
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- This port is required by:
- for Build
-
Deleted ports which required this port:
- for Run
-
Deleted ports which required this port:
- * - deleted ports are only shown under the This port is required by section. It was harder to do for the Required section. Perhaps later...
Configuration Options:
- ===> The following configuration options are available for smlnj-110.98_1:
EVERYTHING=off: install everything from the SML/NJ distribution
RECOMPILE=off: recompile the SML compiler - implies EVERYTHING
===> Use 'make config' to modify these settings
- Options name:
- lang_smlnj
- USES:
- compiler
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
110.98_1 01 Jul 2024 20:27:23 |
Rene Ladan (rene) |
all: drop support for FreeBSD 13.2 which reached EOL today
Thanks again to jbeich for noticing various things I overlooked.
Reviewed by: acm, ashish, eduardo, ehaupt, eugen, jbeich, martymac, mat,
nobukata, sunpoet, tagattie, yuri, arrowd, kde
Differential Revision: https://reviews.freebsd.org/D45141 |
110.98_1 21 Jan 2024 22:32:11 |
Muhammad Moinur Rahman (bofh) |
lang/smlnj: Sanitize MANPREFIX
Approved by: portmgr (blanket) |
110.98 22 Jul 2023 06:11:21 |
Muhammad Moinur Rahman (bofh) |
lang/smlnj: Fix build with llvm16
- Pet portclippy
Approved by: portmgr (blanket)
Sponsored by: The FreeBSD Foundation |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
110.98 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
110.98 07 Apr 2021 08:09:01 |
Mathieu Arnold (mat) |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
110.98 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
110.98 02 Aug 2020 13:30:50 |
swills |
lang/smlnj: Update to 110.98, unbreak build with Clang >= 10
PR: 248431
Submitted by: Johannes 5 <joemann@beefree.free.de> (maintainer) |
110.96 20 Jun 2020 02:09:12 |
linimon |
Fix conditional. "defined(${MLSIZE})" is only true if MLSIZE's value
happens to be a defined variable name.
Reported by: tobik
Approved by: portmgr (tier-2 blanket) |
110.96 17 Jun 2020 17:02:35 |
linimon |
Fix INDEX build on !x86 architectures.
Approved by: portmgr (tier-2 blanket) |
110.96 16 Jun 2020 23:04:38 |
lwhsu |
- Update to 110.96
PR: 242728
Submitted by: Johannes 5 <joemann@beefree.free.de> (maintainer) |
110.91 21 Sep 2019 11:42:26 |
riggs |
Update to upstream version 110.91
PR: 239858
Submitted by: joemann@beefree.free.de (maintainer) |
110.84 31 Dec 2018 18:33:00 |
swills |
lang/smlnj: Update to 110.84, fix build on 12/amd64
PR: 234532
Submitted by: Johannes 5 <joemann@beefree.free.de> (maintainer) |
110.77 10 Sep 2018 13:11:24 |
mat |
After an include, PLIST_SUB must be appended to, not overwritten.
If it is overwritten, many values will be clobbered, and
pain will ensue.
PR: 230864
Submitted by: mat
exp-runs by: antoine |
110.77 20 Jul 2018 11:02:47 |
tobik |
lang/smlnj: Respect LDFLAGS and let LLD_UNSAFE actually work
It currently still tries to use lld.
/usr/bin/ld: error: can't create dynamic relocation R_386_32 against symbol:
__stderrp in readonly segment; recompile object files with -fPIC
>>> defined in /usr/lib32/libc.so.7
>>> referenced by main.c
>>> main.o:(main)
/usr/bin/ld: error: can't create dynamic relocation R_386_32 against symbol:
DebugF in readonly segment; recompile object files with -fPIC
>>> defined in main.o
>>> referenced by main.c
>>> main.o:(main)
http://beefy12.nyi.freebsd.org/data/head-amd64-default/p474314_s336154/logs/smlnj-110.77.log
PR: 226991
Reported by: emaste, pkg-fallout |
110.77 15 Jun 2018 13:58:20 |
amdmi3 |
- Remove always false OSVERSION condition and never used patches
Approved by: portmgr blanket |
110.77 29 Mar 2018 15:02:05 |
emaste |
Use BINARY_ALIAS to make LLD_UNSAFE more widely applicable
Some ports do not honour $LD or -fuse-ld=bfd in $CFLAGS, but do invoke
ld via $PATH. Automatically set BINARY_ALIAS+=ld=${LD} when LLD_UNSAFE
is active to use ld.bfd for these ports.
Approved by: portmgr (antoine)
Sponsored by: The FreeBSD Foundation
Differential Revision: https://reviews.freebsd.org/D14876 |
110.77 29 Mar 2018 10:33:01 |
krion |
Switch to ld.bfd by default as ld.ldd doesn't have built-in default
output target.
PR: 226991
Submitted by: emaste
Approved by: portmgr (LLD_UNSAFE blanket) |
110.77 19 Mar 2018 17:33:03 |
jhb |
Use current signal code constants for SIGFPE rather than deprecated ones.
PR: 226661
Reviewed by: joemann@beefree.free.de (maintainer)
Approved by: brooks |
110.77 16 Jan 2017 16:47:00 |
mat |
Extract do-patch into a separate script.
PR: 215761
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D9029 |
110.77 11 Jan 2017 10:08:38 |
amdmi3 |
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket |
110.77 02 Dec 2016 11:58:22 |
mat |
Do not use post-stage. Use post-install instead.
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 |
110.77 21 Oct 2016 12:51:41 |
mat |
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight |
110.77 18 Jan 2016 17:54:30 |
pawel |
Remove deprecated @dirrm reference
Approved by: portmgr blanket |
110.77 05 Nov 2015 12:36:25 |
mat |
Fix ports that confused the meaning of WRKDIR and WRKSRC.
PR: 204056
Submitted by: mat
Reviewed by: bapt
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D2735 |
110.77 15 Oct 2015 14:55:14 |
mat |
Drop 8 support.
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3694 |
110.77 03 Apr 2015 11:26:50 |
mat |
Remove OSVERSION checks that do not make sense any more.
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 |
110.77 14 Oct 2014 17:50:26 |
pi |
lang/smlnj: add missing two patches
PR: 193431
Pointy hat to: myself |
110.77 13 Oct 2014 19:33:54 |
pi |
lang/smlnj: 110.76 -> 110.77
Changelog: http://www.smlnj.org/dist/working/110.77/110.77-README.html
- defined LICENSE
PR: 193431
Submitted by: joemann@beefree.free.de (maintainer) |
110.76_1 31 Aug 2014 10:42:04 |
pi |
lang/smlnj: fix tmpname warning
PR: 191899
Submitted by: joemann@beefree.free.de (maintainer) |
110.76 30 Jul 2014 19:42:51 |
pi |
lang/smlnj: 110.71 -> 110.76
- 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) |