/www/neon28/

s='logo' rowspan='2'>cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
path: root/lang/v8
Commit message (Collapse)AuthorAgeFilesLines
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2018-12-121-1/+1
| | | | | | | | | | | | | | | defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t GCC 8.2 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c11, c++0x, c++11-lang, c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib plus, as a double check, everything INDEX-11 showed depending on lang/gcc7. PR: 231590
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2018-07-301-1/+1
| | | | | | | | | | | | | | in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which has now moved from GCC 6 to GCC 7 by default. This includes ports - featuring USE_GCC=yes or USE_GCC=any, - featuring USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and those - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x, c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib. PR: 222542
* Fix build with Clang 6sunpoet2018-06-202-0/+15
| | | | | PR: 228320 Submitted by: Matthew Grooms <mgrooms@shrew.net>
* Reduce dependency on the python2 metaportantoine2018-02-191-2/+2
| | | | | PR: 225752 Submitted by: Yasuhiro KIMURA
* Remove USES=execinfo.mat2017-09-221-1/+1
| | | | | | | PR: 220271 Submitted by: mat (review), Yasuhiro KIMURA (PR) Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D11488
* Bump PORTREVISION for ports depending on the canonical version of GCCgerald2017-09-111-1/+1
| | | | | | | | | | | | | | (via Mk/bsd.default-versions.mk and lang/gcc) which has moved from GCC 5.4 to GCC 6.4 under most circumstances. This includes ports - with USE_GCC=yes or USE_GCC=any, - with USES=fortran, - using Mk/bsd.octave.mk which in turn features USES=fortran, and - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang, c++14-lang, c++0x, c11, or gcc-c++11-lib. PR: 219275
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andgerald2017-04-011-1/+1
| | | | | | | | | | | | | | 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
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andgerald2016-11-201-1/+1
| | | | | | | | | 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.
* - Fix build with Clang 3.7.0+sunpoet2016-01-192-0/+23
| | | | | PR: 206332 Submitted by: dim
* Improve shebangfix frameworkamdmi32015-10-191-1/+0
| | | | | | | | | | | | | | | | | | | | | | | | - Support multiple values in *_OLD_CMD, i.e. we can now fix both "/usr/bin/python" and "/usr/bin/env python" at the same time - Default *_OLD_CMD values are now always appended, so you don't need to specify them in individual ports - Add lua support (depends on USES=lua) - Add more default values, such as "/usr/bin/env foo" for python, perl, bash, ruby and lua - Shebangfix now matches whole words, e.g. we will no longer (erroneously) replace "/usr/bin/perl5.005" with "${perl_CMD}5.005" (but "/usr/bin/perl -tt" is still (correctly) replaced with "${perl_CMD} -tt") Note that *_OLD_CMD items containing spaces must now be quoted (e.g. perl_OLD_CMD=/bin/perl /usr/bin/perl "/usr/bin/env perl") Update shebangfix usage according to new rules in many ports: - Remove *_OLD_CMD for patterns now replaced by default - Quote custom *_OLD_CMD which contain spaces Fix shebangfix usage in many ports (irrelevant to infrastructure change): - Remove redundant SHEBANG_LANG (no need to duplicate default langs) - Remove redundant *_CMD (such as python_CMD=${LOCALBASE}/bin/python${PYTHON_VER} when USES=python is present) - Never use *_OLD_CMD in REINPLACE_CMD matchers, these should always look for exact string Approved by: portmgr (bapt) Differential Revision: D3756
* - Fix warnings generated by recent snapshot of Clang 3.7.0, including:sunpoet2015-09-217-0/+107
| | | | | | | | - Printing non-void pointers with %p. - Left-shifting negative numbers. PR: 202530 Submitted by: dim
* Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for portsantoine2015-07-301-2/+1
| | | | | | | | | using python PR: 201077 Reviewed by: mat With hat: portmgr Differential Revision: https://reviews.freebsd.org/D2955
* lang/v8, lang/v8-devel: Backport CVE fixfeld2015-07-302-0/+96
| | | | | | | | | | | | | | This fix has been backported instead of upgrading to a newer release as the upstream release process is a complicated fast-moving target and the current ports are using custom snapshots created by the port maintainer. This will also limit the amount of potential fallout as we know the existing v8 port works well enough to keep mongodb up to date. PR: 201450 MFH: 2015Q3 Security: CVE-2015-5380 Security: 864e6f75-2372-11e5-86ff-14dae9d210b8
* - Fix build with Clang 3.6.0sunpoet2015-02-211-5/+5
| | | | | - Use CXXFLAGS instead of CFLAGS - Simplify CXXFLAGS: all supported Clang are 3.3+
* - Fix build with clang 3.5.0sunpoet2014-12-061-0/+3
| | | | | PR: ports/195666 Submitted by: dim
* - Remove lang/python from BUILD_DEPENDSsunpoet2014-12-064-58/+12
| | | | | | - Use USES=shebangfix - Use REINPLACE_CMD instead of patch files - Move ONLY_FOR_ARCHS upward
* Add USES=alias to several portsmarino2014-10-201-1/+1
| | | | | | | | Alias is a new USES tool that allows DragonFly to masquerade as FreeBSD by setting CFLAGS+= -D__FreeBSD__. For some ports, this fixes the build without the need for additional patches. Approved by: portmgr (bapt, blanket)
* The MAP_NORESERVE flag to mmap() has never been implemented in FreeBSD andjhb2014-10-181-0/+29
| | | | | | | | | is being removed. No portrev bump needed since the kernel will continue to accept this flag for old binaries even after support for it in new binaries is removed. PR: 193961 Approved by: portmgr (antoine)
* - Add PORTSCOUTsunpoet2014-09-081-0/+2
|
* - Use USES=pythonsunpoet2014-08-151-2/+1
|
* - Add CPE informationsunpoet2014-08-131-2/+4
|
* - Reword COMMENTsunpoet2014-08-132-18/+23
| | | | | | | - Use CONFLICTS_INSTALL instead of CONFLICTS - Use USES=execinfo - Cosmetic change - Update pkg-descr
* - Take maintainershipsunpoet2014-08-081-1/+1
|
* reset maintainer to ports@.vanilla2014-08-071-1/+1
|
* Remove backslashes from single- and double-quotes in COMMENT and _DESCadamw2014-07-231-1/+1
| | | | | | strings, that were passed through rather than escaping anything. Approved by: portmgr (not really, but it touches unstaged ports)
* Upgrade v8-devel to 3.27.7.vanilla2014-06-031-1/+1
|
* 1: fix build with clang34.vanilla2014-03-271-3/+5
| | | | | | | 2: convert to new style of LIB_DEPENDS. 3: switch to tar:xz Submitted by: lev@ [1]
* - Add LICENSEsunpoet2014-02-081-0/+2
| | | | | Submitted by: sunpoet (myself) Approved by: vanilla (maintainer)
* 1: use compiler.mkvanilla2014-02-041-5/+5
| | | | | | | 2: upgrade v8-devel to 3.24.30. PR: ports/186373 [1] Submitted by: mat@ [1]
* Python cleanup:rene2014-01-141-1/+1
| | | | | | | - USE_PYTHON* = 2.X -> USE_PYTHON* = 2 - USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes Reviewed by: python (mva, rm) Approved by: portmgr-lurkers (mat)
* repo copy lang/v8 to lang/v8-devel.vanilla2013-12-281-0/+2
|
* - Update USE_PYTHONsunpoet2013-12-111-1/+2
| | | | | | | - Fix shebang for users with python3x as default python interpreter Submitted by: sunpoet (myself) Approved by: vanilla (maintainer)
* - Fix the usage of 'python' to get rid of the implicit lang/pythonmva2013-12-081-0/+1
| | | | | | | dependency - lang/v8 requires python to build Approved by: portmgr (blanket)
* Add support STAGEDIR.vanilla2013-09-252-11/+10
|
* Switch to USES framework.vanilla2013-09-221-1/+1
|
* Add NO_STAGE all over the place in preparation for the staging support (cat: ↵bapt2013-09-211-0/+1
| | | | lang)
* Fix build with -currentvanilla2013-05-271-1/+1
| | | | Submitted by: bapt@
* Fix build with clang < 3.3.vanilla2013-05-051-1/+5
|
* 1: Upgrade to 3.18.5.vanilla2013-05-042-5/+4
| | | | | | 2: Fix build with clang-3.3 Submitted by: bapt@ [2]
* 1: upgrade to 3.17.9.vanilla2013-03-094-5/+30
| | | | 2: add '-Wno-unused-private-field' to CFLAGS when use clang.
* Fix build.vanilla2012-12-141-1/+3
| | | | Submitted by: Akihiko HAYASHI <hayashi at totalware.gifu.gifu.jp>
* Upgrade to 3.15.10.vanilla2012-12-122-23/+8
|
* Upgrade to 3.14.5.vanilla2012-10-245-25/+5
| | | | Feature safe: yes
* Force numerous ports that fail to build with clang over to instead alwayslinimon2012-10-101-0/+1
| | | | | | | | | | | | | | | | | | | rely on gcc. The patch uses the new USE_GCC=any code in Mk/bsd.gcc.mk to accomplish this. The ports chosen were ports that blocked 2 or more ports from building with clang. (There are several hundred other ports that still fail to build with clang, even with this patch. This is merely one step along the way.) Those interested in fixing these ports with clang, and have clang as their default compiler, can simply set FORCE_BASE_CC_FOR_TESTING=yes. For those who have gcc as their default compiler, this change is believed to cause no change. Hat: portmgr Tested with: multiple runs on amd64-8-exp-bcm and 9-exp-clang, with various combinations of patch/no-patch and flag settings.
* Upgrade to 3.13.7.vanilla2012-09-142-3/+3
|
* Upgrade to 3.12.9.vanilla2012-07-102-3/+3
| | | | | PR: ports/168719 Required by: Paul Dokas <paul@dokas.name>
* Upgrade to 3.11.8.vanilla2012-06-052-3/+3
|
* Upgrade to 3.11.2.vanilla2012-05-184-46/+25
|
* Upgrade to 3.10.4.vanilla2012-04-25