15 Commits

Author SHA1 Message Date
sthen
0a5b5bddee replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:50:46 +00:00
cwen
5e59b02449 Unbreak grantlee build with ports-gcc
From George Koehler <kernigh () gmail ! com> (thanks!), tested on macppc.
OK jca@ and bcallah@, "go ahead and fix !clang arches!" rsadowski@ (who has
tested on amd64 as well).
2019-01-30 18:55:47 +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
764e6ebf0b Unbreak kdevelop5 bulk build
When x11/grantlee and x11/grantlee-qt5 are installed at the same time,
kdevelop5 includes ${LOCALBASE}/include/grantlee  and not
${LOCALBASE}/include/grantlee5 but links against grantlee-qt5. What obviously
doesn't work!

So move header files and cmake from grantlee into grantlee4. Just like
grantlee-qt5 does with grantlee5. All Qt4/KDE4 consumers are fine with
grantlee4.

Spotted by naddy@ in a amd64 bulk and sthen@ in a i386 bulk. Thanks for the
helpful reports!
2018-08-18 15:04:39 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
c114d7057b add pthread to COMPILER_LIBCXX.
white lie, but it allows clang and gcc to be more similar
bump accordingly.
2017-07-23 09:26:25 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
sthen
073d25a37c use LIBCXX 2017-04-10 11:46:32 +00:00
naddy
42bc647e80 remove SHARED_ONLY from ports that only use modules that neither set nor
read this variable
2016-03-18 23:12:15 +00:00
mmcc
5b4d32179a update HOMEPAGE, crank REVISION
ok juanfra@
2016-03-01 04:28:58 +00:00
zhuk
f3d8890de8 Small maintaince update to 0.5.1, fixing a possible crash.
This is the last Qt4 release, all further versions are Qt5-based, so
we'll have a separate grantlee-qt5 port at some time in the near future.
2015-08-15 22:30:57 +00:00
zhuk
6c008cde28 Stop hiding: nobody uses Grantlee outside KDE, so take maintainership.
Also, teach portroach to ignore 5.x versions, as those are Qt5-based,
which is obvious no-no for KDE4.
2015-08-13 22:35:15 +00:00
zhuk
998aa1db41 Maintaince update of some KDE4 components, brought to you (mostly) by
KDE PIM team.

Includes update of Grantlee to 0.5.0, last KDE4 release; previous version,
0.3.0, was too old for new kdepim. Separate update will be problematic
because PLIST of kdepim package relies on minor version of Grantlee.

Lightly tested on amd64.
2015-07-02 00:10:15 +00:00
landry
cff0252ba6 Use MODCMAKE_BUILD_SUFFIX where appropriate, bump REVISION when the PLIST
actually changes.
2014-11-07 10:05:28 +00:00
zhuk
11665ceb82 Import Grantlee, KDE 4 prerequisite.
Grantlee is a theming framework for Qt applications.

ok landry@
2013-03-25 21:08:47 +00:00