Commit Graph

28 Commits

Author SHA1 Message Date
sthen
81d581665c bump for MODPY_DEFAULT_VERSION_3 change 2022-11-13 15:27:35 +00:00
naddy
b7e6d89139 bump for plist changes 7.1 -> 7.2 2022-07-21 13:04:32 +00:00
naddy
85229c97e7 drop RCS Ids 2022-03-11 18:49:30 +00:00
naddy
a3c56cbfe6 bump again for plist changes 7.0 -> 7.1
A sparc64 snapshot was accidentally built on a 7.0 kernel but after
the REVISION bumps in ports.

requested by sthen@
2022-02-26 22:59:44 +00:00
naddy
bba58617cd bump for plist changes 7.0 -> 7.1 2022-02-20 18:54:09 +00:00
rsadowski
3d817fffc8 Update clang-tools-extra to 13.0.0
As usual patches from devel/llvm (thanks jca@ for the hard work)
2022-01-03 21:36:41 +00:00
rsadowski
187e6d4300 Adjust licence comment, LLVM is no longer pure BSD
From Brad
2021-12-05 06:53:59 +00:00
sthen
75261975b1 bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:00:22 +00:00
gkoehler
087bd55e9c Switch macppc to ld.lld
Add powerpc to LLD_ARCH, and bump _SYSTEM_VERSION-powerpc so people
will upgrade to lld-linked packages when they exist.  Remove
-Wl,--relax from several ports; ld.bfd needed this flag, but ld.lld
can't take it.

lang/gcc/8 needs USE_LLD = No, because LLD can't link C++ code from
gcc (error: relocation refers to a discarded section: ...), and also,
the adastrap is too old.

To avoid linker errors on macppc, you need a snapshot where
/usr/bin/ld is LLD.

ok sthen@
2021-08-21 03:25:05 +00:00
naddy
4ad9976283 bump for plist changes 6.9 -> 7.0 2021-08-17 20:22:02 +00:00
cwen
7f732883c9 clang-tools-extra: remove BROKEN on powerpc
There is no more reasons to keep it broken due to wasted bulk time.
Rust has taken out many ports, Qt4 has been removed and guile2 has
now a bootstrap that allows a fast build.

Originally proposed by Brad and gkoehler@ long ago.

OK rsadowski@
2021-07-28 23:22:33 +00:00
rsadowski
75375dddc3 Sync with devel/llvm 2021-05-18 06:19:48 +00:00
rsadowski
404d294482 Update clang-tools-extra to 11.1.0
Sync patches and CONFIGURE_ARGS with with devel/llvm.
2021-05-18 03:35:07 +00:00
rsadowski
ddfa427816 Fix building clang-tools-extra on powerpc
From Brad
2021-05-02 04:40:14 +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
naddy
7cf8c1e52e bump for plist changes 6.8 -> 6.9 2021-02-06 22:08:34 +00:00
rsadowski
66ae6e6874 Bump GCC_VER to keep the ports all in sync
Spotted and from Brad, thanks
2020-09-07 08:54:29 +00:00
rsadowski
6955f9d5d8 Fix missing LLVM_V bump to 10.0.1
Spotted Brad Smith, thanks!
2020-09-04 04:17:20 +00:00
rsadowski
a9ce09b80a Update Clang extra tools to 10.0.1
Keep the patches in-sync with devel/llvm.
2020-09-03 20:54:01 +00:00
naddy
c552ea72f3 bump for plist changes 6.7 -> 6.8 2020-08-31 22:20:49 +00:00
sthen
d9cfe4113e bump REVISION; python 3 default changed to 3.8 2020-07-03 21:12:24 +00:00
cwen
299ccf16c1 clang-tools-extra: don't build on powerpc
clang-tools-extra has no consumers anymore on powerpc, and takes 25 hours to
build on the macppc bulk cluster. Don't waste time building it.

OK rsadowski@ (maintainer)
2020-07-01 22:40:38 +00:00
jca
53f8e415cd Drop DPB_PROPERTIES=parallel
Inherited from devel/llvm.  Only kdevelop and qt-creator depend
on clang-tools-extra, so free up some build slots until "parallel" is
deemed useful here.  No objections from rsadowski@ (maintainer)
2020-04-09 14:28:51 +00:00
rsadowski
1d64d87fe6 sync patches with devel/llvm 2020-03-25 06:16:29 +00:00
kn
22bde8bacb Switch to Python 3
OK rsadowski
2020-03-24 16:21:14 +00:00
kn
438e0f3f52 Prevent picking up devel/z3
jca noted how devel/llvm does it already,
OK rsadowski
2020-03-22 15:23:38 +00:00
rsadowski
df90e73ce8 .rsadowski is not .orig, that was too much 2019-11-06 10:09:52 +00:00
rsadowski
0626c5f973 Import clang-tools-extra 8.0.1
The clang-tools-extra contains helpful developer tools using Clang's tooling
API.

This port is more or less a copy from devel/llvm and it tries to package the
clang extra tools without increasing the complexity of devel/llvm.

Requested by many. Tested by otto@. Tweaks and OK jca@ (Thanks a lot!)
2019-11-06 10:07:55 +00:00