20 Commits

Author SHA1 Message Date
sthen
f74b6c2d62 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:44:34 +00:00
naddy
ebf751b927 Update gettext to 0.20.1.
Follow the upstream recommendations for packagers and switch to
multi-packages:
devel/gettext       -> devel/gettext,-runtime
devel/gettext-tools -> devel/gettext,-tools
(new)                  devel/gettext,-textstyle
2019-05-20 22:15:00 +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
naddy
1a87aebd2d mechanical replacement of the gettext module 2017-11-21 00:12:59 +00:00
ajacoutot
f7365347d6 Picks up xgettext if present at configure time, so add RDEP on
devel/gettext-tools.
2017-11-19 19:25:21 +00:00
espie
98dac53c13 missing include 2017-07-27 09:32:29 +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
bluhm
6bd70246d6 Fix include, makes the tests compile, unfortunately they still fail. 2017-03-13 01:53:19 +00:00
sthen
564c6c344a Cope with moving sqlite3 back to ports. 2016-09-23 09:16:52 +00:00
jasper
4430517f24 - update to monotone-1.1
based on a diff from Richard Hopkins
2015-06-10 13:26:43 +00:00
landry
672e39e668 Unbreak after boost update, from Amit Kulkarni (with a REVISION bump added
since PLIST was updated.)

From http://lists.nongnu.org/archive/html/monotone-devel/2013-03/msg00000.html
2013-03-15 16:13:53 +00:00
espie
bcf3856632 PERMIT_* / REGRESS->TEST sweep 2013-03-11 10:50:00 +00:00
espie
5855efb734 move depends to new style 2010-11-15 19:45:56 +00:00
bernd
11175912f0 Update to monotone-0.39 to let it build with the new boost. 2008-04-03 07:47:45 +00:00
deanna
b80946351b update boost depends. it's once again a single package.
ok ajacoutot@, steven@
2007-12-18 22:04:32 +00:00
merdely
376b75df06 Remove quotes surrounding COMMENT*/PERMIT_*/BROKEN 2007-09-16 02:52:56 +00:00
alek
31084990c6 update to 0.35
prodded by/looks ok steven@
2007-05-27 10:43:48 +00:00
alek
29c43a6dfd Import monotone 0.34
monotone is a free distributed version control system. It provides a
simple, single-file transactional version store, with fully disconnected
operation and an efficient peer-to-peer synchronization protocol.

ok kili@, niallo
2007-05-03 13:23:44 +00:00