Commit Graph

27 Commits

Author SHA1 Message Date
naddy
e93f9d0ca9 drop RCS Ids 2022-03-11 19:28:46 +00:00
sthen
35772e59a0 mark BROKEN (since the update to LLVM/Clang 13), tidy the Makefile a bit
while there
2022-01-19 21:09:12 +00:00
sthen
350cf40556 remove ports libexecinfo, we now have a libunwind-based libexecinfo in base 2021-06-09 19:50:06 +00:00
sthen
350a2f38db 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-27 21:33:56 +00:00
sthen
3cbe1c2f30 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.
2021-02-23 19:39:08 +00:00
sthen
2b3582899f set CXX_host and CXX_target, without these an executable g++ binary was required
(build/common.gypi).
2019-08-29 20:43:36 +00:00
sthen
3318ced016 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:46:54 +00:00
sthen
25f0e460f2 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-10-24 14:27:57 +00:00
rsadowski
3f6c0a5a2d fix for clang 6.0: reinterpret_cast<char*> -> static_cast<char*>
From David CARLIER <devnexen AT gmail DOT com> Thanks!
2018-04-07 14:41:48 +00:00
sthen
7c5d2f9438 patch to fix libv8 build on i386, from David CARLIER (maintainer) 2017-11-08 18:06:24 +00:00
jeremy
a555abb163 Update to libv8 3.16.14.11
Switch to using distfile from GitHub.

OK David Carlier (MAINTAINER)
2017-11-04 17:17:35 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
ajacoutot
d50fc347d1 Revert wxneeded hack; USE_WXNEEDED does the right thing with clang now. 2017-06-05 10:17:41 +00:00
espie
6425b848b3 allow libv8 to build with clang.
problem found by zhuk@ in mono.

still warns a heck of a lot, to be revisited later
2017-05-29 14:21:10 +00:00
sthen
bcbf44ab87 use LIBCXX 2017-04-10 11:46:18 +00:00
jca
a62141e50b Respect CXX 2017-02-27 21:51:01 +00:00
jasper
6517b11e9d switch to USE_WXNEEDED instead of altering MAKE_ENV 2016-08-25 08:30:22 +00:00
abieber
5ef8d5bbe4 - drop myself as MAINTAINER, welcome David!
- set wxneeded
- clean up the Makefile a bit
2016-08-15 19:19:46 +00:00
naddy
d0908e426f 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-03-18 22:14:47 +00:00
sthen
3451d0c08d Chase Location: header redirects for googlecode-hosted HOMEPAGEs and
bump REVISION.
2016-01-26 13:05:26 +00:00
sthen
701c91e413 kill VMEM_WARNING 2013-11-25 14:16:22 +00:00
naddy
c2832a1290 move http://code.google.com, *.googlecode.com, and sites.google.com to https
suggested by bentley@
2013-08-07 21:31:12 +00:00
espie
0662a4e9d6 PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:20:26 +00:00
abieber
2e7986324b Add i386 compat to libv8 - was removed in previous version as the patches
are upstream.

OK jeremy@
2012-12-05 01:07:45 +00:00
abieber
19a48052be Downgrade libv8 to 3.12.19 to make it compatible with the ports that require it.
OK jeremy@
2012-12-05 00:34:03 +00:00
abieber
880429309e import lang/libv8 - a javascript engine for clients and servers
OK jeremy@, sthen@
2012-10-13 15:09:58 +00:00