non port: lang/spidermonkey185/Makefile |
SVNWeb
|
Number of commits found: 31 |
Sat, 26 Jun 2021
|
[ 11:24 Rene Ladan (rene) ] e7caeb5 (Only the first 10 of 25 ports in this commit are shown above. )
*/*: Remove expired ports:
2021-06-23 multimedia/gxine: Uses EOL Python 2.7 via lang/spidermonkey185
2020-12-31 lang/spidermonkey185: Uses Python 2.7 which is EOLed upstream
|
Tue, 18 May 2021
|
[ 13:06 Dmitry Marakasov (amdmi3) ] 3b4a64f
lang/spidermonkey185: mark BROKEN on FreeBSD ≥ 13
Approved by: portmgr blanket
|
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.
|
Sat, 2 Jan 2021
|
[ 01:46 linimon ] (Only the first 10 of 34 ports in this commit are shown above. )
For ports on riscv64 that fail the same (or similar ways) to aarch64, mark
them BROKEN.
While here, pet portlint (Makevar order).
Approved by: portmgr (tier-2 blanket)
|
Tue, 27 Oct 2020
|
[ 08:11 danfe ]
GC outdated conflicts: lang/njs was removed on 2011-06-09 and
CONFLICTS_BUILD=spidermonkey17 does not reflect reality these
days, if it ever did.
PR: 222289
|
Thu, 23 May 2019
|
[ 09:50 bapt ]
Stop mentionning a version of spidermonkey which is not in ports anymore
|
Tue, 9 Apr 2019
|
[ 14:04 sunpoet ] (Only the first 10 of 289 ports in this commit are shown above. )
Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine
|
Wed, 6 Jun 2018
|
[ 08:34 amdmi3 ]
- Switch to new test framework
Approved by: portmgr blanket
|
Mon, 19 Feb 2018
|
[ 11:10 antoine ] (Only the first 10 of 442 ports in this commit are shown above. )
Reduce dependency on the python2 metaport
PR: 225752
Submitted by: Yasuhiro KIMURA
|
Tue, 27 Jun 2017
|
[ 13:46 sunpoet ] (Only the first 10 of 252 ports in this commit are shown above. )
Update devel/readline to 7.0 patch 3
- Bump PORTREVISION for shlib change
Changes: https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision: https://reviews.freebsd.org/D11172
PR: 219947
Exp-run by: antoine
|
Mon, 5 Jun 2017
|
[ 12:36 kwm ]
Add patches to fix the build on armv6.
PR: 212462
Submitted by: mikael.urankar@gmail.com
Approved by: maintainer (koobs@)
|
Wed, 16 Nov 2016
|
[ 00:34 linimon ]
Mark as broken on various tier-2 archs.
While here, pet portlint.
Approved by: portmgr (tier-2 blanket)
|
Fri, 28 Oct 2016
|
[ 17:55 danfe ] (Only the first 10 of 17 ports in this commit are shown above. )
Do not redefine DEBUG_DESC when its meaning more or less matches the default
option description. Those ports where it meant something more specific were
left untouched.
|
Sun, 9 Oct 2016
|
[ 12:10 jbeich ] (Only the first 10 of 53 ports in this commit are shown above. )
devel/nspr, security/nss: drop version from SONAME
No other downstream appends synthetic library version, and doing so
causes underlinking due to fragile build system (see below). Not to
mention being unable to swap out bundled libs from upstream builds.
$ cc -lplds4 -L/usr/local/lib
/usr/lib/crt1.o: In function `_start1':
crt1_c.c:(.text+0xa6): undefined reference to `main'
/usr/local/lib/libplds4.so: undefined reference to `pthread_set_name_np'
/usr/local/lib/libplds4.so: undefined reference to `pthread_create'
/usr/local/lib/libplds4.so: undefined reference to `pthread_condattr_init'
/usr/local/lib/libplds4.so: undefined reference to `pthread_setschedparam'
/usr/local/lib/libplds4.so: undefined reference to `pthread_getschedparam'
PR: 213144
Exp-run by: antoine
|
Fri, 1 Apr 2016
|
[ 14:08 mat ] (Only the first 10 of 481 ports in this commit are shown above. )
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight
|
Wed, 21 Oct 2015
|
[ 12:03 jmmv ]
Mark spidermonkey185 as not for PowerPC/PowerPC64
The code lacks support for PowerPC and PowerPC64 and it does not seem
trivial to add such missing pieces. In particular, the MacroAssembler
is not implemented.
Approved by: koobs (maintainer), bdrewery (mentor)
Differential Revision: https://reviews.freebsd.org/D3957
|
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
|
Thu, 14 May 2015
|
[ 10:15 mat ] (Only the first 10 of 1814 ports in this commit are shown above. )
MASTER_SITES cleanup.
- Replace ${MASTER_SITE_FOO} with FOO.
- Merge MASTER_SITE_SUBDIR into MASTER_SITES when possible. (This means 99.9%
of the time.)
- Remove occurrences of MASTER_SITE_LOCAL when no subdirectory was present and
no hint of what it should be was present.
- Fix some logic.
- And generally, make things more simple and easy to understand.
While there, add magic values to the FESTIVAL, GENTOO, GIMP, GNUPG, QT and
SAMBA macros.
Also, replace some EXTRACT_SUFX occurences with USES=tar:*.
Checked by: make fetch-urlall-list
With hat: portmgr
Sponsored by: Absolight
|
Mon, 20 Oct 2014
|
[ 17:52 mva ] (Only the first 10 of 31 ports in this commit are shown above. )
- Convert ports of irc/ and lang/ to new USES=python
Approved by: portmgr (implicit)
|
Wed, 1 Oct 2014
|
[ 15:07 tijl ]
Replace USE_AUTOTOOLS=autoconf213:env with a regular build dependency.
These are the last ports that use this ancient version of autoconf.
|
Tue, 1 Jul 2014
|
[ 12:39 bapt ]
Fix build with readline from ports
While here use options helpers
Remove useless inclusion of pre.mk/post.mk
|
Thu, 6 Mar 2014
|
[ 20:25 kwm ]
Stagify, overwrite symlinks otherwise they point into the stagedir.
Use new LIB_DEPENDS syntax.
|
Mon, 13 Jan 2014
|
[ 21:00 rene ] (Only the first 10 of 702 ports in this commit are shown above. )
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat)
|
Fri, 20 Sep 2013
|
[ 19:53 bapt ] (Only the first 10 of 379 ports in this commit are shown above. )
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
|
Tue, 17 Sep 2013
|
[ 09:30 bapt ]
Fix leftout from previous commit
|
[ 06:40 bapt ] (Only the first 10 of 19 ports in this commit are shown above. )
Convert to new perl framework
Convert from USE_GMAKE to USES=gmake
|
Wed, 14 Aug 2013
|
[ 22:35 ak ] (Only the first 10 of 1725 ports in this commit are shown above. )
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery)
|
Sat, 8 Jun 2013
|
[ 17:13 koobs ]
lang/spidermonkey185: Fix clang build, cherrypick upstream clang fixes
- patch: -fvisibility=hidden to fix clang build
- patch: Remove shell workers [1]
- patch: Silence clang alignment warnings jsscript.h [2]
- patch: Silence clang alignment warnings in jsstr.cpp [3]
- Fix pkg-plist - remove pkgconfig dirrm entry
- Tweak regression-test: target
[1] https://bugzilla.mozilla.org/show_bug.cgi?id=771281
[2] https://bugzilla.mozilla.org/show_bug.cgi?id=662962
[3] https://bugzilla.mozilla.org/show_bug.cgi?id=662961
Thanks to Guido Falsi (madpilot) for the visibility patch, kwm and miwi
for additional testing and the constant reminders.
|
Sat, 9 Feb 2013
|
[ 14:50 koobs ] (Only the first 10 of 35 ports in this commit are shown above. )
Update MAINTAINER address for all my ports. While I'm here,
standardise and canonicalise Makefile header format and contents.
Approved by: eadler (mentor)
|
Wed, 17 Oct 2012
|
[ 14:17 kwm ]
Add a symlink for libmozjs185.so.1 so adding mozjs185 to LIB_DEPENDS works.
Approved by: koobs (maintainer)
Feature safe: yes
|
Tue, 16 Oct 2012
|
[ 23:09 tj ]
Spidermonkey is the JavaScript interpreter from the Mozilla project.
WWW: http://www.mozilla.org/js/spidermonkey/
Feature safe: yes
PR: ports/172710
PR: ports/170768
Submitted by: Kubilay Kocak <koobs.freebsd@gmail.com>
Submitted by: Anton Afanasyev <aasoft@gmail.com>
Submitted by: avg
Reviewed by: kwm, flo
Approved by: eadler (mentor)
|
Number of commits found: 31 |