non port: lang/smlnj/Makefile |
SVNWeb
|
Number of commits found: 25 |
Wed, 7 Sep 2022
|
[ 21:10 Stefan Eßer (se) ] b7f0544 (Only the first 10 of 27931 ports in this commit are shown above. )
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 )
|
Wed, 7 Apr 2021
|
[ 08:09 Mathieu Arnold (mat) ] cf118cc (Only the first 10 of 8873 ports in this commit are shown above. )
One more small cleanup, forgotten yesterday.
Reported by: lwhsu
|
Tue, 6 Apr 2021
|
[ 14:31 Mathieu Arnold (mat) ] 305f148 (Only the first 10 of 29333 ports in this commit are shown above. )
Remove # $FreeBSD$ from Makefiles.
|
Sun, 2 Aug 2020
|
[ 13:30 swills ] (Only the first 10 of 12 ports in this commit are shown above. )
lang/smlnj: Update to 110.98, unbreak build with Clang >= 10
PR: 248431
Submitted by: Johannes 5 <joemann@beefree.free.de> (maintainer)
|
Sat, 20 Jun 2020
|
[ 02:09 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)
|
Wed, 17 Jun 2020
|
[ 17:02 linimon ]
Fix INDEX build on !x86 architectures.
Approved by: portmgr (tier-2 blanket)
|
Tue, 16 Jun 2020
|
[ 23:04 lwhsu ] (Only the first 10 of 18 ports in this commit are shown above. )
- Update to 110.96
PR: 242728
Submitted by: Johannes 5 <joemann@beefree.free.de> (maintainer)
|
Sat, 21 Sep 2019
|
[ 11:42 riggs ] (Only the first 10 of 20 ports in this commit are shown above. )
Update to upstream version 110.91
PR: 239858
Submitted by: joemann@beefree.free.de (maintainer)
|
Mon, 31 Dec 2018
|
[ 18:33 swills ] (Only the first 10 of 18 ports in this commit are shown above. )
lang/smlnj: Update to 110.84, fix build on 12/amd64
PR: 234532
Submitted by: Johannes 5 <joemann@beefree.free.de> (maintainer)
|
Mon, 10 Sep 2018
|
[ 13:11 mat ] (Only the first 10 of 33 ports in this commit are shown above. )
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
|
Fri, 20 Jul 2018
|
[ 11:02 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
|
Fri, 15 Jun 2018
|
[ 13:58 amdmi3 ]
- Remove always false OSVERSION condition and never used patches
Approved by: portmgr blanket
|
Thu, 29 Mar 2018
|
[ 15:02 emaste ] (Only the first 10 of 18 ports in this commit are shown above. )
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
|
[ 10:33 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)
|
Mon, 16 Jan 2017
|
[ 16:47 mat ] (Only the first 10 of 16 ports in this commit are shown above. )
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
|
Wed, 11 Jan 2017
|
[ 10:08 amdmi3 ] (Only the first 10 of 57 ports in this commit are shown above. )
- Remove always-true/false conditions after FreeBSD 9, 10.1, 10.2 EOL
Approved by: portmgr blanket
|
Fri, 2 Dec 2016
|
[ 11:58 mat ] (Only the first 10 of 119 ports in this commit are shown above. )
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
|
Fri, 21 Oct 2016
|
[ 12:51 mat ] (Only the first 10 of 718 ports in this commit are shown above. )
${RM} already has -f.
PR: 213570
Submitted by: mat
Exp-run by: antoine
Sponsored by: Absolight
|
Mon, 18 Jan 2016
|
[ 17:54 pawel ]
Remove deprecated @dirrm reference
Approved by: portmgr blanket
|
Thu, 5 Nov 2015
|
[ 12:36 mat ] (Only the first 10 of 206 ports in this commit are shown above. )
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
|
Thu, 15 Oct 2015
|
[ 14:55 mat ] (Only the first 10 of 135 ports in this commit are shown above. )
Drop 8 support.
With hat: portmgr
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D3694
|
Fri, 3 Apr 2015
|
[ 11:26 mat ] (Only the first 10 of 120 ports in this commit are shown above. )
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
|
Mon, 13 Oct 2014
|
[ 19:33 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)
|
Sun, 31 Aug 2014
|
[ 10:42 pi ]
lang/smlnj: fix tmpname warning
PR: 191899
Submitted by: joemann@beefree.free.de (maintainer)
|
Wed, 30 Jul 2014
|
[ 19:42 pi ] (Only the first 10 of 24 ports in this commit are shown above. )
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)
|
Number of commits found: 25 |