Commit Graph

22 Commits

Author SHA1 Message Date
sthen
6fa393c89f update to exempi-2.6.2 2022-06-26 08:58:16 +00:00
naddy
8c80a751f8 drop RCS Ids 2022-03-11 20:02:12 +00:00
sthen
f60dd69ba5 remove unwanted line for testing 2022-02-15 17:27:03 +00:00
sthen
4ef81b7de0 update to exempi-2.6.1 2022-02-15 17:25:24 +00:00
sthen
77f7cc9c61 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:49:33 +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
jasper
b90c3360d2 fix build with clang6; partly from upstream via freebsd 2018-04-10 16:53:12 +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
sthen
073d25a37c use LIBCXX 2017-04-10 11:46:32 +00:00
naddy
ce859edcb4 garbage collect CONFIGURE_SHARED 2016-03-11 20:28:21 +00:00
ajacoutot
d692ffa7ff Make endian.h includes consistent. 2015-05-01 18:04:07 +00:00
miod
aaaf81a6dd Add a bunch of NOT_FOR_ARCHS and BROKEN- annotations, either for all gcc3
platforms (due to compiler deficiencies) or m88k only (due to toolchain
issues leading to libGL not being available).
2014-09-16 19:56:09 +00:00
ajacoutot
591842140f Add comment so that people don't have to guess why it's there. 2013-07-04 09:07:23 +00:00
landry
3a4dc02398 Add converters/libiconv to BUILD_DEPENDS, configure checks for it but
doesnt actually link against it...
2013-07-04 06:45:15 +00:00
ajacoutot
26b6d2c33d Update to exempi-2.2.1.
Remove maintainer as per his request.
2013-07-01 08:44:41 +00:00
ajacoutot
58f1a6f9f6 USE_LIBTOOL=Yes is the default now. 2013-03-21 08:45:11 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
jasper
af48617752 - regen WANTLIB 2011-11-03 20:13:20 +00:00
ajacoutot
b2fa28d38f Update to exempi-2.1.1.
Dependencies are still happy with it.

"I do not expect any breakage from this" Andreas Bihlmaier (maintainer)
2010-04-09 08:59:56 +00:00
ajacoutot
d5713889a1 - s/lpthread/pthread
- tweak WANTLIB while here
2009-02-09 15:35:50 +00:00
okan
ce31afc60b import exempi
Exempi is an implementation of XMP and is based on Adobe XMP SDK.

submission from Andreas Bihlmaier

ok merdely@
2008-11-18 12:43:28 +00:00