Version: 3.16.14.11, Package name: libv8-3.16.14.11 |
Maintained by: The OpenBSD ports mailing-list |
Master sites: |
Description The V8 JavaScript Engine is an open source JavaScript engine developed by Google. |
Filesize: 11571.352 KB |
Version History (View Complete History) |
|
2021-06-09 13:50:11 by Stuart Henderson | Files touched by this commit (73) |
Log message: remove ports libexecinfo, we now have a libunwind-based libexecinfo in base |
2021-02-27 14:33:56 by Stuart Henderson | Files touched by this commit (3) |
Log message: v8 port tweaks: - use GH_* instead of DISTNAME/DISTFILES/MASTER_SITES - use DPB_PROPERTIES=parallel - build debug packages - use py3 to build, disable python run dep - remove bogus NO_CCACHE - regen plist |
2021-02-23 12:39:53 by Stuart Henderson | Files touched by this commit (743) |
Log message: Reverse the polarity of MODPY_VERSION; default is now 3.x, if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}. This commit doesn't change any versions currently used; it may be that some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those should be cleaned up in the course of updating ports where possible. Python module ports providing py3-* packages should still use FLAVOR=python3 so that we don't have a mixture of dependencies some using ${MODPY_FLAVOR} and others not. |
2019-08-29 14:43:36 by Stuart Henderson | Files touched by this commit (1) |
Log message: set CXX_host and CXX_target, without these an executable g++ binary was required (build/common.gypi). |
2019-07-12 14:47:59 by Stuart Henderson | Files touched by this commit (874) |
Log message: replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes |
2018-10-24 08:28:14 by Stuart Henderson | Files touched by this commit (740) |
Log message: Add COMPILER lines to c++ ports which currently use the default. Adjust some existing COMPILER lines with arch restrictions etc. In the usual case this is now using "COMPILER = base-clang ports-gcc base-gcc" on ports with c++ libraries in WANTLIB. This is basically intended to be a noop on architectures using clang as the system compiler, but help with other architectures where we currently have many ports knocked out due to building with an unsuitable compiler - - some ports require c++11/newer so the GCC version in base that is used on these archirtectures is too old. - some ports have conflicts where an executable is built with one compiler (e.g. gcc from base) but a library dependency is built with a different one (e.g. gcc from ports), resulted in mixing incompatible libraries in the same address space. devel/gmp is intentionally skipped as it's on the path to building gcc - the c++ library there is unused in ports (and not built by default upstream) so intending to disable building gmpcxx in a future commit. |
2018-04-07 08:41:48 by Rafael Sadowski | Files touched by this commit (1) |
Log message: fix for clang 6.0: reinterpret_cast<char*> -> static_cast<char*> From David CARLIER <devnexen AT gmail DOT com> Thanks! |
2017-07-26 16:45:35 by Stuart Henderson | Files touched by this commit (937) |
Log message: bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. |
2017-07-16 13:19:06 by Marc Espie | Files touched by this commit (880) |
Log message: use COMPILER_LIBCXX where applicable |
2017-06-05 04:17:41 by Antoine Jacoutot | Files touched by this commit (2) |
Log message: Revert wxneeded hack; USE_WXNEEDED does the right thing with clang now. |
2017-05-29 08:21:10 by Marc Espie | Files touched by this commit (1) |
Log message: allow libv8 to build with clang. problem found by zhuk@ in mono. still warns a heck of a lot, to be revisited later |
2017-04-10 05:46:23 by Stuart Henderson | Files touched by this commit (276) |
Log message: use LIBCXX |
2017-02-27 14:51:01 by Jeremie Courreges-Anglas | Files touched by this commit (1) |
Log message: Respect CXX |
2016-08-25 02:30:22 by Jasper Lievisse Adriaanse | Files touched by this commit (1) |
Log message: switch to USE_WXNEEDED instead of altering MAKE_ENV |
2016-08-15 13:19:47 by Aaron Bieber | Files touched by this commit (1) |
Log message: - drop myself as MAINTAINER, welcome David! - set wxneeded - clean up the Makefile a bit |
2016-03-18 16:14:47 by Christian Weisgerber | Files touched by this commit (1) |
Log message: Do not derive other variables from PKG_ARCH. In the general case it can contain a list (e.g. "powerpc,macppc"), which can lead to unexpected results. |
2016-01-26 06:05:27 by Stuart Henderson | Files touched by this commit (24) |
Log message: Chase Location: header redirects for googlecode-hosted HOMEPAGEs and bump REVISION. |