17 Commits

Author SHA1 Message Date
sthen
39939f146a libplist: disable attempting to build python bindings in CONFIGURE_ARGS 2021-03-05 11:03:41 +00:00
sthen
5e4a7e77d9 drop python 2 bindings to libplist, unused in ports 2021-02-18 20:54:29 +00:00
sthen
f74b6c2d62 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:44:34 +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
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
7b9fdbb2c9 use LIBCXX 2017-04-10 11:45:22 +00:00
naddy
67696d3f54 replace libiconv module 2016-09-12 17:51:07 +00:00
naddy
deea7ed07b drop SHARED_ONLY from python and ruby ports 2016-03-20 16:12:22 +00:00
ajacoutot
e8a6ca9f53 Update to libplist-1.12. 2015-11-12 16:34:23 +00:00
naddy
fb935bc764 remove (time_t)timeval.tv_sec casts now that tv_sec has type time_t 2013-08-15 14:58:45 +00:00
mglocker
686706f2f1 Update to libplist-1.10.
Help and OK jasper@
2013-04-12 17:12:55 +00:00
espie
bcf3856632 PERMIT_* / REGRESS->TEST sweep 2013-03-11 10:50:00 +00:00
espie
c7f03958d7 zap spaces at end of variables (posix make compliance minor issue) 2012-10-18 21:23:51 +00:00
ajacoutot
0bbbd35e32 register-plist did not catch the devel/glib2 -main -> empty change.
espie asked me in such a nice way to fix this that I'm bumping all ports
that have a direct dependency on glib2.
2012-09-01 14:36:56 +00:00
ajacoutot
2af9fde46d Fix build with glib >= 2.31.20. 2012-03-23 13:28:25 +00:00
mpi
c13635d78c Import libplist-1.4
Library for handling Apple binary and XML property lists.

ok sthen@
2011-11-15 11:05:22 +00:00