notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine
This referral link gives you 10% off a Fastmail.com account and gives me a discount on my Fastmail account.

Get notified when packages are built

A new feature has been added. FreshPorts already tracks package built by the FreeBSD project. This information is displayed on each port page. You can now get an email when FreshPorts notices a new package is available for something on one of your watch lists. However, you must opt into that. Click on Report Subscriptions on the right, and New Package Notification box, and click on Update.

Finally, under Watch Lists, click on ABI Package Subscriptions to select your ABI (e.g. FreeBSD:14:amd64) & package set (latest/quarterly) combination for a given watch list. This is what FreshPorts will look for.

non port: lang/smlnj/Makefile

Number of commits found: 27

Sunday, 21 Jan 2024
22:32 Muhammad Moinur Rahman (bofh) search for other commits by this committer
lang/smlnj: Sanitize MANPREFIX

Approved by:    portmgr (blanket)
commit hash: 5e8516569bcfb211fab304a859646b5d369ea355 commit hash: 5e8516569bcfb211fab304a859646b5d369ea355 commit hash: 5e8516569bcfb211fab304a859646b5d369ea355 commit hash: 5e8516569bcfb211fab304a859646b5d369ea355 5e85165
Saturday, 22 Jul 2023
06:11 Muhammad Moinur Rahman (bofh) search for other commits by this committer
lang/smlnj: Fix build with llvm16

- Pet portclippy

Approved by:	portmgr (blanket)
Sponsored by:	The FreeBSD Foundation
commit hash: fbb3f1c01c4e60c53dd0d0dd3c11449c3dd97486 commit hash: fbb3f1c01c4e60c53dd0d0dd3c11449c3dd97486 commit hash: fbb3f1c01c4e60c53dd0d0dd3c11449c3dd97486 commit hash: fbb3f1c01c4e60c53dd0d0dd3c11449c3dd97486 fbb3f1c
Wednesday, 7 Sep 2022
21:10 Stefan Eßer (se) search for other commits by this committer
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.

This commit implements such a proposal and moves one of the WWW: entries
of each pkg-descr file into the respective port's Makefile. A heuristic
attempts to identify the most relevant URL in case there is more than
one WWW: entry in some pkg-descr file. URLs that are not moved into the
Makefile are prefixed with "See also:" instead of "WWW:" in the pkg-descr
files in order to preserve them.

There are 1256 ports that had no WWW: entries in pkg-descr files. These
ports will not be touched in this commit.

The portlint port has been adjusted to expect a WWW entry in each port
Makefile, and to flag any remaining "WWW:" lines in pkg-descr files as
deprecated.

Approved by:		portmgr (tcberner)
commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 commit hash: b7f05445c00f2625aa19b4154ebcbce5ed2daa52 b7f0544
Wednesday, 7 Apr 2021
08:09 Mathieu Arnold (mat) search for other commits by this committer
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c commit hash: cf118ccf875508b9a1c570044c93cfcc82bd455c cf118cc
Tuesday, 6 Apr 2021
14:31 Mathieu Arnold (mat) search for other commits by this committer
Remove # $FreeBSD$ from Makefiles.
commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb commit hash: 305f148f482daf30dcf728039d03d019f88344eb 305f148
Sunday, 2 Aug 2020
13:30 swills search for other commits by this committer
lang/smlnj: Update to 110.98, unbreak build with Clang >= 10

PR:		248431
Submitted by:	Johannes 5 <joemann@beefree.free.de> (maintainer)
Original commitRevision:543956 
Saturday, 20 Jun 2020
02:09 linimon search for other commits by this committer
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)
Original commitRevision:539692 
Wednesday, 17 Jun 2020
17:02 linimon search for other commits by this committer
Fix INDEX build on !x86 architectures.

Approved by:	portmgr (tier-2 blanket)
Original commitRevision:539431 
Tuesday, 16 Jun 2020
23:04 lwhsu search for other commits by this committer
- Update to 110.96

PR:		242728
Submitted by:	Johannes 5 <joemann@beefree.free.de> (maintainer)
Original commitRevision:539386 
Saturday, 21 Sep 2019
11:42 riggs search for other commits by this committer
Update to upstream version 110.91

PR:		239858
Submitted by:	joemann@beefree.free.de (maintainer)
Original commitRevision:512488 
Monday, 31 Dec 2018
18:33 swills search for other commits by this committer
lang/smlnj: Update to 110.84, fix build on 12/amd64

PR:		234532
Submitted by:	Johannes 5 <joemann@beefree.free.de> (maintainer)
Original commitRevision:488815 
Monday, 10 Sep 2018
13:11 mat search for other commits by this committer
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
Original commitRevision:479405 
Friday, 20 Jul 2018
11:02 tobik search for other commits by this committer
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
Original commitRevision:475003 
Friday, 15 Jun 2018
13:58 amdmi3 search for other commits by this committer
- Remove always false OSVERSION condition and never used patches

Approved by:	portmgr blanket
Original commitRevision:472449 
Thursday, 29 Mar 2018
15:02 emaste search for other commits by this committer
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
Original commitRevision:465900 
10:33 krion search for other commits by this committer
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)
Original commitRevision:465878 
Monday, 16 Jan 2017
16:47 mat search for other commits by this committer
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
Original commitRevision:431680 
Wednesday, 11 Jan 2017
10:08 amdmi3 search for other commits by this committer
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL

Approved by:	portmgr blanket
Original commitRevision:431169 
Friday, 2 Dec 2016
11:58 mat search for other commits by this committer
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
Original commitRevision:427552 
Friday, 21 Oct 2016
12:51 mat search for other commits by this committer
${RM} already has -f.

PR:		213570
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Original commitRevision:424411 
Monday, 18 Jan 2016
17:54 pawel search for other commits by this committer
Remove deprecated @dirrm reference

Approved by:	portmgr blanket
Original commitRevision:406601 
Thursday, 5 Nov 2015
12:36 mat search for other commits by this committer
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
Original commitRevision:400848 
Thursday, 15 Oct 2015
14:55 mat search for other commits by this committer
Drop 8 support.

With hat:	portmgr
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D3694
Original commitRevision:399346 
Friday, 3 Apr 2015
11:26 mat search for other commits by this committer
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
Original commitRevision:383107 
Monday, 13 Oct 2014
19:33 pi search for other commits by this committer
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)
Original commitRevision:370816 
Sunday, 31 Aug 2014
10:42 pi search for other commits by this committer
lang/smlnj: fix tmpname warning

PR:		191899
Submitted by:	joemann@beefree.free.de (maintainer)
Original commitRevision:366742 
Wednesday, 30 Jul 2014
19:42 pi search for other commits by this committer
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)
Original commitRevision:363509 

Number of commits found: 27