aboutsummaryrefslogtreecommitdiff
path: root/lang/v8
Commit message (Collapse)AuthorAgeFilesLines
* lang/v8: Update to 9.4.146.21Po-Chuan Hsieh2021-10-1311-66/+75
| | | | | | Changes: https://v8.dev/blog/v8-release-94 https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/9.4-lkgr https://github.com/v8/v8/commits/9.4-lkgr
* lang/v8: Update to 9.3.345.19Po-Chuan Hsieh2021-09-214-62/+61
| | | | | Changes: https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/9.3-lkgr https://github.com/v8/v8/commits/9.3-lkgr
* lang/v8: Update to 9.2.230.22Po-Chuan Hsieh2021-08-082-4/+4
| | | | | Changes: https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/9.2-lkgr https://github.com/v8/v8/commits/9.2-lkgr
* lang/v8: Update to 9.2.230.20Po-Chuan Hsieh2021-07-242-27/+27
| | | | | Changes: https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/9.2-lkgr https://github.com/v8/v8/commits/9.2-lkgr
* lang/v8: Update to 9.1.269.39Po-Chuan Hsieh2021-07-182-4/+4
| | | | | Changes: https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/9.1-lkgr https://github.com/v8/v8/commits/9.1-lkgr
* lang/v8: Update to 9.1.269.28Po-Chuan Hsieh2021-07-0611-68/+69
| | | | | Changes: https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/9.1-lkgr https://github.com/v8/v8/commits/9.1-lkgr
* lang/v8: Update to 9.0.257.29Po-Chuan Hsieh2021-05-222-4/+4
| | | | | Changes: https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/9.0-lkgr https://github.com/v8/v8/commits/9.0-lkgr
* lang/v8: Use USES=cpePo-Chuan Hsieh2021-05-161-1/+3
|
* lang/v8: Update to 9.0.257.23Po-Chuan Hsieh2021-05-1123-319/+170
| | | | | | | | | | - Use SUB_FILES for pkgconfig files (v8*.pc) - Sort PLIST - Update pkg-descr - Update WWW Changes: https://v8.dev/blog/v8-release-89 https://v8.dev/blog/v8-release-90
* Clean up some thingsTobias Kortkamp2021-05-011-1/+1
| | | | | | | | | | - Fix typos - Remove duplicate variables - Remove nop variables - Clean up commented PORTREVISION - Add missing USES Reported by: portscan
* lang/v8: Remove outdated patch after r563570 ↵Po-Chuan Hsieh2021-04-251-13/+0
| | | | | | | (a7d2ae454e62240f7349c94e02e45b5982e74204) PR: 254905 Reported by: mikael
* lang/v8 sysutils/e2fsprogs: Set PORTSCOUT ignore correctlyMateusz Piotrowski2021-04-151-1/+1
| | | | Approved by: portmgr blanket
* devel/icu: update to 69.1Jan Beich2021-04-082-0/+84
| | | | | Changes: https://github.com/unicode-org/icu/releases/tag/release-69-1 Reported by: GitHub (watch releases)
* One more small cleanup, forgotten yesterday.Mathieu Arnold2021-04-071-1/+0
| | | | Reported by: lwhsu
* Remove # $FreeBSD$ from Makefiles.Mathieu Arnold2021-04-061-1/+0
|
* Remove support for FreeBSD 12.1 from various ports.Rene Ladan2021-02-011-11/+0
| | | | | | | | | | | | | FreeBSD 12.1 reached end-of-life today. Adjust the message for the wine ports while here, since stable/13 has branched. Submitted by: rene Reviewed by: jbeich, mandree, mat, osa Approved by: portmgr (mat) Differential Revision: https://reviews.freebsd.org/D28406 Notes: svn path=/head/; revision=563570
* lang/v8: Fix build on aarch64Mikael Urankar2020-12-232-0/+59
| | | | | | | Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=559002
* lang/v8: Update to 8.7.220.23Mikael Urankar2020-11-2044-291/+897
| | | | | | | | | PR: 213202 Reported by: many Approved by: sunpoet (maintainer timeout) Notes: svn path=/head/; revision=555754
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2019-07-261-1/+1
| | | | | | | | | | | | | | | | | | as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3 to GCC 9.1 under most circumstances now after revision 507371. 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, everything INDEX-11 shows with a dependency on lang/gcc9 now. PR: 238330 Notes: svn path=/head/; revision=507372
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-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 Notes: svn path=/head/; revision=487272
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-07-291-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 Notes: svn path=/head/; revision=475857
* Fix build with Clang 6Sunpoet Po-Chuan Hsieh2018-06-192-0/+15
| | | | | | | | PR: 228320 Submitted by: Matthew Grooms <mgrooms@shrew.net> Notes: svn path=/head/; revision=472824
* Reduce dependency on the python2 metaportAntoine Brodin2018-02-191-2/+2
| | | | | | | | PR: 225752 Submitted by: Yasuhiro KIMURA Notes: svn path=/head/; revision=462307
* Remove USES=execinfo.Mathieu Arnold2017-09-221-1/+1
| | | | | | | | | | PR: 220271 Submitted by: mat (review), Yasuhiro KIMURA (PR) Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D11488 Notes: svn path=/head/; revision=450351
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2017-09-101-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 Notes: svn path=/head/; revision=449591
* Bump PORTREVISIONs for ports depending on the canonical version of GCC andGerald Pfeifer2017-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 Notes: svn path=/head/; revision=437439
* Bump PORTREVISIONS for ports depending on the canonical version of GCC andGerald Pfeifer2016-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. Notes: svn path=/head/; revision=426566
* - Fix build with Clang 3.7.0+Sunpoet Po-Chuan Hsieh2016-01-192-0/+23
| | | | | | | | PR: 206332 Submitted by: dim Notes: svn path=/head/; revision=406703
* Improve shebangfix frameworkDmitry Marakasov2015-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 Notes: svn path=/head/; revision=399684
* - Fix warnings generated by recent snapshot of Clang 3.7.0, including:Sunpoet Po-Chuan Hsieh2015-09-207-0/+107
| | | | | | | | | | | - Printing non-void pointers with %p. - Left-shifting negative numbers. PR: 202530 Submitted by: dim Notes: svn path=/head/; revision=397412
* Switch default python_CMD used by shebangfix to ${PYTHON_CMD} for portsAntoine Brodin2015-07-291-2/+1
| | | | | | | | | | | | using python PR: 201077 Reviewed by: mat With hat: portmgr Differential Revision: https://reviews.freebsd.org/D2955 Notes: svn path=/head/; revision=393196
* lang/v8, lang/v8-devel: Backport CVE fixMark Felder2015-07-292-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 Notes: svn path=/head/; revision=393186
* - Fix build with Clang 3.6.0Sunpoet Po-Chuan Hsieh2015-02-211-5/+5
| | | | | | | | - Use CXXFLAGS instead of CFLAGS - Simplify CXXFLAGS: all supported Clang are 3.3+ Notes: svn path=/head/; revision=379501
* - Fix build with clang 3.5.0Sunpoet Po-Chuan Hsieh2014-12-051-0/+3
| | | | | | | | PR: ports/195666 Submitted by: dim Notes: svn path=/head/; revision=374059
* - Remove lang/python from BUILD_DEPENDSSunpoet Po-Chuan Hsieh2014-12-054-58/+12
| | | | | | | | | - Use USES=shebangfix - Use REINPLACE_CMD instead of patch files - Move ONLY_FOR_ARCHS upward Notes: svn path=/head/; revision=374054
* Add USES=alias to several portsJohn Marino2014-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) Notes: svn path=/head/; revision=371248
* The MAP_NORESERVE flag to mmap() has never been implemented in FreeBSD andJohn Baldwin2014-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) Notes: svn path=/head/; revision=371117
* - Add PORTSCOUTSunpoet Po-Chuan Hsieh2014-09-081-0/+2
| | | | Notes: svn path=/head/; revision=367642
* - Use USES=pythonSunpoet Po-Chuan Hsieh2014-08-151-2/+1
| | | | Notes: svn path=/head/; revision=364907
* - Add CPE informationSunpoet Po-Chuan Hsieh2014-08-131-2/+4
| | | | Notes: svn path=/head/; revision=364765
* - Reword COMMENTSunpoet Po-Chuan Hsieh2014-08-122-18/+23
| | | | | | | | | | - Use CONFLICTS_INSTALL instead of CONFLICTS - Use USES=execinfo - Cosmetic change - Update pkg-descr Notes: svn path=/head/; revision=364728
* - Take maintainershipSunpoet Po-Chuan Hsieh2014-08-071-1/+1
| | | | Notes: svn path=/head/; revision=364306
* reset maintainer to ports@.Vanilla I. Shu2014-08-071-1/+1
| | | | Notes: svn path=/head/; revision=364284
* Remove backslashes from single- and double-quotes in COMMENT and _DESCAdam Weinberger2014-07-231-1/+1
| | | | | | | | | strings, that were passed through rather than escaping anything. Approved by: portmgr (not really, but it touches unstaged ports) Notes: svn path=/head/; revision=362615
* Upgrade v8-devel to 3.27.7.Vanilla I. Shu2014-06-031-1/+1
| | | | Notes: svn path=/head/; revision=356351
* 1: fix build with clang34.Vanilla I. Shu2014-03-271-3/+5
| | | | | | | | | | 2: convert to new style of LIB_DEPENDS. 3: switch to tar:xz Submitted by: lev@ [1] Notes: svn path=/head/; revision=349321
* - Add LICENSESunpoet Po-Chuan Hsieh2014-02-081-0/+2
| | | | | | | | Submitted by: sunpoet (myself) Approved by: vanilla (maintainer) Notes: svn path=/head/; revision=343315
* 1: use compiler.mkVanilla I. Shu2014-02-041-5/+5
| | | | | | | | | | 2: upgrade v8-devel to 3.24.30. PR: ports/186373 [1] Submitted by: mat@ [1] Notes: svn path=/head/; revision=342488
* Python cleanup:Rene Ladan2014-01-131-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) Notes: svn path=/head/; revision=339634
* repo copy lang/v8 to lang/v8-devel.Vanilla I. Shu2013-12-281-0/+2
| | | | Notes: svn path=/head/; revision=337829