Commit Graph

24 Commits

Author SHA1 Message Date
sthen 07e077b625 update to libconfig-1.7.3 2022-06-08 07:35:23 +00:00
naddy 85229c97e7 drop RCS Ids 2022-03-11 18:49:30 +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
espie 110d8acbb7 someone forgot to add new example files after the last update 2018-05-17 09:55:16 +00:00
landry cfa8533a4b Update to libconfig 1.7.2.
New website/upstream on github, build-tested all consumers.
2018-05-02 19:36:50 +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 7b9fdbb2c9 use LIBCXX 2017-04-10 11:45:22 +00:00
ajacoutot eca692c8a1 Update to libconfig-1.5. 2015-06-04 05:26:17 +00:00
ajacoutot a183b75553 "/usr/local/lib/pkgconfig/" is part of mtree(8).
Packages should not own this dir to prevent its deletion or a warning that it
cannot be removed because it's not empty at pkg_delete(1) time.
2015-05-22 11:31:10 +00:00
ajacoutot c881ca8ead Update to libconfig-1.4.9. 2014-03-24 12:45:38 +00:00
ajacoutot 58f1a6f9f6 USE_LIBTOOL=Yes is the default now. 2013-03-21 08:45:11 +00:00
espie bcf3856632 PERMIT_* / REGRESS->TEST sweep 2013-03-11 10:50:00 +00:00
jasper d7dc73e8dd - update to 1.4.8 2012-08-12 17:13:00 +00:00
rpointel ceb9943c7b Add example.cfg to have all examples (needed by other examples).
Delete "c" in WANTLIB because indicated in Extra.
Bump revision.
ok jasper@
2011-01-16 11:16:12 +00:00
jasper 1f9966e201 - update libconfig to 1.4.6
- remove markus bergkvist as maintainer per his request

identical diffs by remi pointel and pea@
ok pea@
2010-12-15 09:31:46 +00:00
jasper ab0ae67c47 - update libconfig to 1.3.2
from markus bergkvist (MAINTAINER)
2009-05-30 21:58:37 +00:00
jasper 69ff5e6f41 - update libconfig to 1.3.1
- install example code
- tweak license (from me)

from Markus Bergkvist (MAINTAINER)
2008-09-16 16:52:15 +00:00
wcmaier a35a48f8e3 Update to 1.3.
Diff from Markus Bergkvist <markus.bergkvist at noda dot se>, who
also takes MAINTAINERship. Thanks!

ok merdely@
2008-06-23 17:47:46 +00:00
merdely 06f6372d61 Update to 1.2. Remove unneeded patch.
From MAINTAINER (Will Maier)
ok landry@, "looks good" steven@
2007-12-12 15:41:59 +00:00
merdely d258205c1c Tweak HOMEPAGE and MASTER_SITES.
ok MAINTAINER (Will Maier) and simon@
2007-09-23 17:07:21 +00:00
merdely 74893583cf Libconfig is a simple library for manipulating structured configuration
files. This file format is more compact and more readable than XML. And
unlike XML, it is type-aware, so it is not necessary to do string
parsing in application code.

Libconfig is very compact - just 25K for the stripped C shared library
(one-fifth the size of the expat XML parser library) and 39K for the
stripped C++ shared library. This makes it well-suited for
memory-constrained systems like handheld devices.

From Will Maier (MAINTAINER)

tweaks and ok sturm@ and kili@
2007-09-21 20:19:05 +00:00