27 Commits

Author SHA1 Message Date
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
naddy
adfe0960ab Move BUILD_DEPENDS+=devel/gettext-tools out of the gettext module and
into those ports that actually require it.
2017-11-18 22:23:59 +00:00
sthen
ceb7770170 Handle pthread-stubs removal. 2017-10-23 17:10:37 +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
7a71be4f06 consistent return values. Fixes clang 2017-05-04 19:22:03 +00:00
jca
d0004fdd39 New HOMEPAGE and MASTER_SITES
sourceforge kept last in MASTER_SITES because it serves tarballs for
the old versions we use.
2017-05-01 16:36:38 +00:00
sthen
7b9fdbb2c9 use LIBCXX 2017-04-10 11:45:22 +00:00
sthen
1b450b8415 add some missing pthread to WANTLIB
(using modified portbump, thanks zhuk@)
2015-04-21 18:33:48 +00:00
espie
9cd014a3ca PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:02:49 +00:00
sthen
88ea72915d Change SEPARATE_BUILD=(concurrent|simple) to Yes; bsd.port.mk doesn't
make a distinction between these.  ok aja@ dcoppa@
2012-03-29 13:38:12 +00:00
giovanni
a6ea925cdc Drop maintainership and bump 2011-09-21 07:49:15 +00:00
espie
999b4db39c normalize pkgpath 2011-09-16 09:48:08 +00:00
espie
a14bf26ca8 new depends 2010-11-15 23:22:07 +00:00
espie
c3677a7fb2 do LIB_DEPENDS for emulators/editors 2010-11-07 18:50:57 +00:00
ajacoutot
ff07e285bc Remove USE_X11. 2010-10-24 20:58:58 +00:00
jasper
e34499f593 - fix WANTLIB after cairo update. 2010-10-11 08:11:24 +00:00
ajacoutot
21da929ec9 Fix DEPENDS after gtk+2 and gdk-pixbuf split.
ok jasper@
2010-09-30 07:21:18 +00:00
kili
8fc6287292 WANTLIB changes after xcb addition and bump. 2009-08-10 06:29:51 +00:00
giovanni
ad1002f180 Update to 17.6.6, fixes some utf-8 bugs. 2009-03-23 10:55:40 +00:00
espie
c1c05c48a3 fix depends 2009-03-15 13:31:58 +00:00
landry
d5403cd8ed Bugfix update to tea 17.6.5
From maintainer Giovanni Bechis, thanks !
2008-07-15 14:22:16 +00:00
sthen
b29b83d776 sync wantlib and bump packages. ok ajacoutot 2008-06-15 00:04:49 +00:00
jasper
a4a0e88a9b - remove a hidden dependency on curl
from giovanni bechis (MAINTAINER)
2008-05-02 11:18:59 +00:00
okan
abb6d50daa update to 17.6.0 from Giovanni Bechis (MAINTAINER)
ok merdely@
2008-03-28 13:13:11 +00:00
okan
c019386304 import tea
TEA is a powerful and simple-in-use GTK-based text editor with syntax
highlighting.  TEA can also open Openoffice.org Writer and Microsoft
Word files.

from Giovanni Bechis

ok merdely@
2008-01-23 17:02:30 +00:00