67 Commits

Author SHA1 Message Date
sthen
485792605b replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 21:02:12 +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
d732e74ace fix build with clang6 2018-04-08 13:56:41 +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
naddy
388b070343 * avoid needless write to string (clang fix from FreeBSD)
* drop gettext module and sync wantlib
2017-04-28 11:39:04 +00:00
sthen
7b9fdbb2c9 use LIBCXX 2017-04-10 11:45:22 +00:00
naddy
06a9102560 Drop USE_GROFF since groff and mandoc produce identical output. 2013-10-11 23:48:03 +00:00
ajacoutot
2e07defd81 Remove -lpthread patching. 2013-08-09 19:04:49 +00:00
espie
9cd014a3ca PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:02:49 +00:00
fgsch
585edc213e Update to eboard 1.1.1.
ajacoutot@ ok
2011-12-15 17:59:21 +00:00
espie
999b4db39c normalize pkgpath 2011-09-16 09:48:08 +00:00
naddy
8c18b08ac5 Fix build with png-1.5.
All fixes from/via NetBSD pkgsrc.  The people there did a lot of
heavy lifting.
2011-07-08 20:36:09 +00:00
espie
6e2d69ab88 new depends 2010-11-16 11:23:25 +00:00
espie
cd8134ea09 a few more WANTLIB 2010-11-08 15:54:53 +00:00
ajacoutot
ff07e285bc Remove USE_X11. 2010-10-24 20:58:58 +00:00
espie
68505ea57d USE_GROFF=Yes 2010-10-18 18:00:15 +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
jakemsr
d7d1f081c0 use sndio for audio
ok ratchov@
2010-01-07 09:49:21 +00:00
kili
8fc6287292 WANTLIB changes after xcb addition and bump. 2009-08-10 06:29:51 +00:00
sthen
dabb555265 sync wantlib, bump 2009-06-17 01:53:32 +00:00
sthen
b29b83d776 sync wantlib and bump packages. ok ajacoutot 2008-06-15 00:04:49 +00:00
fgsch
9e6fe49b27 better fix for the compilation problems. ajacoutot@ steven@ ok. 2007-12-19 09:01:25 +00:00
ajacoutot
760ca46a76 - make it compile again (problem noticed by steven@)
- respect CXXFLAGS
- add license marker
2007-12-16 01:46:57 +00:00
fgsch
f8ba4216f9 update to eboard 1.0.4 and remove myself as maintainer. 2007-12-03 18:54:58 +00:00
simon
4483ec0807 remove surrounding quotes from COMMENT/BROKEN/PERMIT_* 2007-09-15 18:01:00 +00:00
espie
470294650d base64 distinfo with SHA256 2007-04-05 15:37:40 +00:00
alek
dc3cf8f74a Adjust LIB_DEPENDS 2005-02-13 18:02:52 +00:00
naddy
ae76d3ea1f SIZE 2005-01-05 17:21:50 +00:00
espie
db76ffc1df WANTLIB markers 2004-11-28 22:41:14 +00:00
espie
6ad2640218 new plists 2004-09-15 00:46:07 +00:00
xsa
1341dfd414 more new-style MODULES. 2004-08-10 10:36:36 +00:00
brad
bea02de42e AUTOCONF_NEW -> AUTOCONF_VERSION 2004-03-02 07:57:20 +00:00
naddy
f16b99d84d The sparc64 compiler is gcc3 now; don't require the gcc3 module. 2004-02-25 02:35:15 +00:00
naddy
2276d3b230 remove WWW lines 2003-12-15 21:42:08 +00:00
naddy
65790faf10 @dirrm shared directories 2003-12-15 17:11:44 +00:00
fgsch
34035e57d8 this belongs to x11 as well. 2003-10-01 23:13:23 +00:00
fgsch
e74c121cd3 fix crash on bye when observing. 2003-08-21 01:57:09 +00:00
fgsch
c95de2a1b4 update to eboard 0.9.0. 2003-07-21 17:51:10 +00:00
fgsch
45818a3e0c trailing / in HOMEPAGE and spaces.
former from Nick Nauwelaerts <nick at nauwelaerts dot net>.
2003-06-18 04:56:22 +00:00
fgsch
74c1c59da9 update to eboard 0.8.0 2003-05-02 22:21:22 +00:00
fgsch
72c7a2118e bump package. 2003-02-02 20:23:39 +00:00
fgsch
4e75989a20 fix crashes with not-standard nag values.
game provided by naddy@, fix by author.
2003-01-28 20:52:37 +00:00
fgsch
0c468ad1eb eboard 0.7.1pl1 update.
from naddy@:
- DESTDIR support in po.
- fix gettext detection.
2003-01-26 19:26:25 +00:00
lebel
4f25d8879e build eboard with gcc3 on sparc64 2003-01-05 01:12:40 +00:00
fgsch
5fc0149b44 use the patch the author actually commited.
tested on macppc by pvalchev@.
2002-12-14 23:46:29 +00:00
fgsch
8448bb3f1e fix signed problems on macppc; found by pvalchev@, fixes by pvalchev@ and
myself.
2002-12-14 08:36:40 +00:00
fgsch
65dc3e1fbe update to eboard 0.7.0. 2002-12-13 14:56:43 +00:00
naddy
99c960afdf Remove multiple declarations of default arguments; required for compiling
with gcc3.
2002-09-28 20:26:48 +00:00