34 Commits

Author SHA1 Message Date
sthen
9fe1e38b23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:43:27 +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
espie
7d1d519104 _MASTER_SITE_FREEBSD -> MASTER_SITE_FREEBSD 2018-07-15 08:36:38 +00:00
espie
c36d0659b9 @tag gtk-update-icon-cache 2018-06-29 22:16:08 +00:00
espie
150a0f36fa first tag: update-desktop-database 2018-06-27 21:03:34 +00:00
espie
66fb86c98b sort 2018-05-17 09:42:00 +00:00
jasper
c56c55b4b8 fix build with clang6 2018-04-11 18:52:57 +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
espie
967a09bcca nullptr is a keyword in modern C++. 2017-05-02 17:49:06 +00:00
sthen
7b9fdbb2c9 use LIBCXX 2017-04-10 11:45:22 +00:00
zhuk
3f582cf8f0 Convert to qmake.port.mk, shaves 2 lines from Makefile. 2016-12-26 08:24:25 +00:00
ajacoutot
30beee1c31 x11/gtk+2,-guic -> x11/gtk+3,-guic && bump 2015-03-27 08:46:20 +00:00
naddy
570aa62a9c Drop remaining MD5/RMD160/SHA1 checksums. 2015-01-18 03:12:39 +00:00
jca
74f0b23d8a New homepage. From Stefan Wollny. 2014-08-09 19:39:34 +00:00
jca
b86749e037 Use ${_MASTER_SITE_FREEBSD} instead of hardcoding (outdated) locations. 2014-08-09 19:31:22 +00:00
espie
bcf3856632 PERMIT_* / REGRESS->TEST sweep 2013-03-11 10:50:00 +00:00
ajacoutot
a1b7c39eb5 gtk-update-icon-cache:
Don't redirect errors to /dev/null and don't return true(1)
unconditionally. Instead, don't check for the existence of index.theme.
This will allow us to catch errors that may be happening because of a
missing dependency in the chain.

Some hidden issues may appear, in which case please contact me.

discussed with and ok blind jasper@
2012-06-15 08:32:14 +00:00
ajacoutot
9ab43017bd Fix update-desktop-database goo. 2012-06-15 06:52:15 +00:00
ajacoutot
9e43178189 Add a run depends on x11/gtk+2,-guic. 2011-12-03 19:38:09 +00:00
espie
c5a475ebe0 normalize pkgpath 2011-09-16 09:24:48 +00:00
espie
bb2bf62650 hunting for stupid distfiles... 2011-05-18 01:03:52 +00:00
jasper
c6af1aa87c documentation distfile moved to ${HOMEPAGE} 2011-04-05 14:08:30 +00:00
jasper
0b2666605b - update docs to match this release 2011-01-12 14:33:35 +00:00
jasper
10215ae239 - update bouml to 4.22.2 2010-12-01 13:44:39 +00:00
espie
5855efb734 move depends to new style 2010-11-15 19:45:56 +00:00
espie
90c0904de3 convert qt3 to new style 2010-11-05 10:06:44 +00:00
ajacoutot
ff07e285bc Remove USE_X11. 2010-10-24 20:58:58 +00:00
jasper
42226d70d3 - update bouml to 4.22.1 2010-07-05 10:42:48 +00:00
ajacoutot
c4f812490c Use @unexec-delete instead of @unexec for the *-update-* goos.
prodded by espie@
discussed with espie@ sthen@ landry@
2009-12-22 15:31:26 +00:00
jasper
87cdc585e0 - update bouml to 4.13.1 2009-09-01 09:35:28 +00:00
kili
8fc6287292 WANTLIB changes after xcb addition and bump. 2009-08-10 06:29:51 +00:00
jasper
8f55f77cc8 - update bouml to 4.12.2 2009-04-26 21:58:24 +00:00
jasper
acb3b9b589 import bouml 4.5
BOUML is a free UML tool box (under development) allowing you to specify and
generate code in C++, Java, Idl, PHP and Python.
BOUML is extensible, and the external tools (named plug-outs) may be developed
in C++ or Java, using BOUML for their definition as any other program. The code
generators and reverses are ones of the predefined plug-outs included in the
BOUML distribution.

feedback and ok ajacoutot@
2008-09-17 11:56:33 +00:00