19 Commits

Author SHA1 Message Date
sthen
c37619e367 set npm_config_cache to allow building with newer npm
see https://github.com/npm/cli/issues/4996
clue from Volker Schlecht
2022-06-08 21:11:01 +00:00
sthen
f54fe6a8e2 sync WANTLIB 2022-03-31 16:10:29 +00:00
naddy
85229c97e7 drop RCS Ids 2022-03-11 18:49:30 +00:00
sthen
9ce56f90df tweak DPB_PROPERTIES for i386 builds 2022-02-14 17:42:03 +00:00
robert
8ab5310f03 use internal harfbuzz until the port gets an update 2021-10-04 18:47:25 +00:00
sthen
350cf40556 remove ports libexecinfo, we now have a libunwind-based libexecinfo in base 2021-06-09 19:50:06 +00:00
naddy
2aea46b66e devel/electron: fix bump: set REVISION only once 2021-05-12 11:05:12 +00:00
jasper
0eb3f47563 mark these as broken on powerpc64. while there, fix the COMMENT for electron.
ok robert@
2021-05-10 15:26:10 +00:00
sthen
f4bbe261d2 patch to build with bison 3.7+, adapted from newer chromium code via qtwebengine
https://code.qt.io/cgit/qt/qtwebengine-chromium.git/commit/?h=80-based&id=1a53f599
2021-05-09 13:28:12 +00:00
naddy
a57025be28 devel/electron: fix build with LLVM11, from perfetto upstream
ok robert@
2021-03-16 14:15:25 +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
jasper
39567b34b2 bump after libxslt dependency changed 2020-06-09 07:14:44 +00:00
robert
6fedc888cb remove bogous entry from PLIST 2020-04-08 06:44:48 +00:00
robert
6a62ac6a98 unbreak the build by adding a missing patch that was missed from the
update
2020-04-06 21:01:24 +00:00
robert
9e0ca7af59 add DEBUGFLAG to SUBST_VARS 2020-04-06 19:29:02 +00:00
robert
4813f39a7e update to 8.2.0 2020-04-06 18:58:16 +00:00
espie
9ccc166067 bumpety-bump 2020-03-12 11:01:00 +00:00
espie
a66eecd84a zap some extra stuff that belonged to chrome, fix pkgpath/pkgname now
that we're more or less defaulting
2020-03-10 16:40:41 +00:00
espie
c8a06fa5ba create electron as a separate port from chromium
as discussed with robert@ and sthen@, chromium is big, and electron
is mostly an independent port, so tieing up dpb twice is no fun,
even if electron is slightly smaller.

this is mostly a simplified carbon-copy of the www/chromium,electron port.
I still want to give it another look before switching to that one.
2020-03-10 11:16:32 +00:00