summaryrefslogtreecommitdiff
path: root/lang/v8 (follow)
Commit message (Collapse)AuthorAgeFilesLines
* lang/v8: Update to 9.8.177.9Po-Chuan Hsieh2022-02-2812-79/+80
| | | | | Changes: https://v8.dev/blog/v8-release-98 https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/9.8-lkgr
* lang/v8: Set ONLY_FOR_ARCHSPo-Chuan Hsieh2022-01-291-2/+4
| | | | - Cosmetic change
* lang/v8: Update to 9.7.106.19Po-Chuan Hsieh2022-01-2614-89/+77
| | | | | Changes: https://v8.dev/blog/v8-release-97 https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/9.7-lkgr
* lang/v8: Update to 9.6.180.21Po-Chuan Hsieh2022-01-122-4/+4
| | | | | Changes: https://v8.dev/blog/v8-release-96 https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/9.6-lkgr
* lang/v8: Update to 9.6.180.12Po-Chuan Hsieh2021-11-226-46/+48
| | | | | | | - Use v8 tarball from chromium.googlesource.com since GitHub mirror has been stopped over 25 days Changes: https://v8.dev/blog/v8-release-96 https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/9.7-lkgr
* lang/v8: Update to 9.5.172.21Po-Chuan Hsieh2021-11-0111-57/+111
| | | | | | Changes: https://v8.dev/blog/v8-release-95 https://chromium.googlesource.com/v8/v8.git/+log/refs/heads/9.5-lkgr https://github.com/v8/v8/commits/9.5-lkgr
* devel/icu: update to 70.1Jan Beich2021-10-281-0/+1
| | | | | | | Changes: https://github.com/unicode-org/icu/releases/tag/release-70-1 Reported by: GitHub (watch releases) PR: 258794 Exp-run by: antoine
* lang/v8: Update to 9.4.146.21Po-Chuan Hsieh2021-10-1411-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-252-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-192-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-1223-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-261-13/+0
| | | | | | | (a7d2ae454e62240f7349c94e02e45b5982e74204) PR: 254905 Reported by: mikael
* lang/v8 sysutils/e2fsprogs: Set PORTSCOUT ignore correctlyMateusz Piotrowski2021-04-161-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
* lang/v8: Fix build on aarch64Mikael Urankar2020-12-232-0/+59
| | | | Approved by: portmgr (tier-2 blanket)
* lang/v8: Update to 8.7.220.23Mikael Urankar2020-11-2044-291/+897
| | | | | | PR: 213202 Reported by: many Approved by: sunpoet (maintainer timeout)
* 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
* 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
* 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
* Fix build with Clang 6Sunpoet Po-Chuan Hsieh2018-06-192-0/+15
| | | | | PR: 228320 Submitted by: Matthew Grooms <mgrooms@shrew.net>
* Reduce dependency on the python2 metaportAntoine Brodin2018-02-191-2/+2
| | | | | PR: 225752 Submitted by: Yasuhiro KIMURA
* 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
* 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
* 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
* 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.
* - Fix build with Clang 3.7.0+Sunpoet Po-Chuan Hsieh2016-01-192-0/+23
| | | | | PR: 206332 Submitted by: dim
* 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
* - 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
* 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
* 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
* - 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+
* - Fix build with clang 3.5.0Sunpoet Po-Chuan Hsieh2014-12-051-0/+3
| | | | | PR: ports/195666 Submitted by: dim
* - 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
* 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)
* 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)
* - Add PORTSCOUTSunpoet Po-Chuan Hsieh2014-09-081-0/+2
|
* - Use USES=pythonSunpoet Po-Chuan Hsieh2014-08-151-2/+1
|
* - Add CPE informationSunpoet Po-Chuan Hsieh2014-08-131-2/+4
|
* - Reword COMMENTSunpoet Po-Chuan Hsieh2014-08-122-18/+23
| | | | | | | - Use CONFLICTS_INSTALL instead of CONFLICTS - Use USES=execinfo - Cosmetic change - Update pkg-descr
* - Take maintainershipSunpoet Po-Chuan Hsieh2014-08-071-1/+1
|
* reset maintainer to ports@.Vanilla I. Shu2014-08-071-1/+1
|