notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
All times are UTC
Ukraine
non port: lang/spidermonkey170/Makefile
SVNWeb

Number of commits found: 28

Tue, 9 Apr 2019
[ 14:04 sunpoet search for other commits by this committer ] Original commit   Revision:498476 (Only the first 10 of 289 ports in this commit are shown above. View all ports for this commit)
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
Tue, 5 Feb 2019
[ 15:42 tobik search for other commits by this committer ] Original commit   Revision:492251
There is no *_CONFIGURE_DISABLE options helper
Sat, 5 May 2018
[ 08:33 amdmi3 search for other commits by this committer ] Original commit   Revision:469096
- Switch to new test framework

Approved by:	portmgr blanket
Sun, 25 Mar 2018
[ 14:36 linimon search for other commits by this committer ] Original commit   Revision:465519
Disable dtrace usdt on armvX.  It causes link failures.

Regression-tested on amd64.

PR:		224271
Submitted by:	mikael.urankar
Approved by:	kwm (maintainer timeout)
Mon, 19 Feb 2018
[ 11:10 antoine search for other commits by this committer ] Original commit   Revision:462307 (Only the first 10 of 442 ports in this commit are shown above. View all ports for this commit)
Reduce dependency on the python2 metaport

PR:		225752
Submitted by:	Yasuhiro KIMURA
Thu, 4 Jan 2018
[ 02:18 jbeich search for other commits by this committer ] Original commit   Revision:458008
lang/spidermonkey170: unbreak build with Clang 6 / GCC 7

js/src/shell/jsoptparse.cpp:246:22: error: comparison between pointer and
integer ('char *' and 'int')
        if (value[0] == '\0')
            ~~~~~~~~ ^  ~~~~

Reported by:	antoine (via bug 224669)
Obtained from:	upstream (SpiderMonkey 25.0)
Tue, 27 Jun 2017
[ 13:46 sunpoet search for other commits by this committer ] Original commit   Revision:444463 (Only the first 10 of 252 ports in this commit are shown above. View all ports for this commit)
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
Tue, 9 May 2017
[ 18:04 kwm search for other commits by this committer ] Original commit   Revision:440509
Use clang on armv6.

PR:		215516
Submitted by:	mikael.urankar@gmail.com
Sat, 1 Apr 2017
[ 15:23 gerald search for other commits by this committer ] Original commit   Revision:437439 (Only the first 10 of 1118 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISIONs for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using using Mk/bsd.octave.mk which in turn has USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
   c++11-lang, c++0x, c11, or gcc-c++11-lib.

PR:		216707
Fri, 13 Jan 2017
[ 01:42 jbeich search for other commits by this committer ] Original commit   Revision:431335
lang/spidermonkey170: unbreak with clang 4.0

Fix quoting failure handling in JSOP_CALLPROP and JSOP_STRING.

jsopcode.cpp:6070:45: error: ordered comparison between pointer and zero ('char
*' and 'int')
    return QuoteString(&sprinter, s, quote) >= 0;
           ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ^  ~

PR:		215861
Regressed by:	https://github.com/llvm-mirror/clang/commit/4b6ad14285f3
Obtained from:	upstream (only the specific fix)
Approved by:	portmgr blanket
MFH:		2017Q1 (changes existing behavior)
Tue, 3 Jan 2017
[ 11:01 mat search for other commits by this committer ] Original commit   Revision:430454 (Only the first 10 of 79 ports in this commit are shown above. View all ports for this commit)
Cleanup BROKEN/IGNORE for 10.3-

Sponsored by:	Absolight
Sun, 20 Nov 2016
[ 09:38 gerald search for other commits by this committer ] Original commit   Revision:426566 (Only the first 10 of 364 ports in this commit are shown above. View all ports for this commit)
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).

In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler.
Fri, 28 Oct 2016
[ 17:55 danfe search for other commits by this committer ] Original commit   Revision:424875 (Only the first 10 of 17 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:423591 (Only the first 10 of 53 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:412347 (Only the first 10 of 481 ports in this commit are shown above. View all ports for this commit)
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.

With hat:	portmgr
Sponsored by:	Absolight
Thu, 27 Aug 2015
[ 21:09 brd search for other commits by this committer ] Original commit   Revision:395444
Fix ARM build of lang/spidermoney170 by using GCC until clang is fixed.

Approved by:	kwm (maintainer), bdrewery (mentor)
Mon, 24 Aug 2015
[ 13:09 marino search for other commits by this committer ] Original commit   Revision:395171
lang/spidermonkey170: Adjust CONFIGURE_TARGET for DragonFly

Approved by:	kwm (maintainer)
Thu, 14 May 2015
[ 10:15 mat search for other commits by this committer ] Original commit   Revision:386312 (Only the first 10 of 1814 ports in this commit are shown above. View all ports for this commit)
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
Fri, 30 Jan 2015
[ 10:04 kwm search for other commits by this committer ] Original commit   Revision:378145
Add DTRACE option

PR:		192614
Submitted by:	jbeich@
Mon, 20 Oct 2014
[ 17:52 mva search for other commits by this committer ] Original commit   Revision:371288 (Only the first 10 of 31 ports in this commit are shown above. View all ports for this commit)
- Convert ports of irc/ and lang/ to new USES=python

Approved by:	portmgr (implicit)
Thu, 31 Jul 2014
[ 09:27 antoine search for other commits by this committer ] Original commit   Revision:363537
Fix OPTIONS and add missing USES=readline for READLINE

Detected by:	ucl manifest
Thu, 6 Mar 2014
[ 20:23 kwm search for other commits by this committer ] Original commit   Revision:347312
Stagify, use option helper.
Strip installed files so we don't end up with a ~170M large .a file and a
~50M large .so.
Mon, 13 Jan 2014
[ 21:00 rene search for other commits by this committer ] Original commit   Revision:339634 (Only the first 10 of 702 ports in this commit are shown above. View all ports for this commit)
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 search for other commits by this committer ] Original commit   Revision:327741 (Only the first 10 of 379 ports in this commit are shown above. View all ports for this commit)
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang)
Wed, 14 Aug 2013
[ 22:35 ak search for other commits by this committer ] Original commit   Revision:324744 (Only the first 10 of 1725 ports in this commit are shown above. View all ports for this commit)
- Remove MAKE_JOBS_SAFE variable

Approved by:	portmgr (bdrewery)
Sun, 4 Aug 2013
[ 14:56 kwm search for other commits by this committer ] Original commit   Revision:324237
Convert to new perl5 framework and update to new lib_depend way.
Fri, 29 Mar 2013
[ 10:03 kwm search for other commits by this committer ] Original commit   Revision:315533
Run in quickly and fix portname.
[ 09:57 kwm search for other commits by this committer ] Original commit   Revision:315532
Add spidermonkey 17.0

This is the spidermonkey version shipped with the firefox-esr series 17.0.
Not to be confused with spidermonkey17 ports which is 1.7.
Borrow patch from firefox-esr to fix the build with clang.

Number of commits found: 28