Commit Graph

70 Commits

Author SHA1 Message Date
sthen
0a5b5bddee replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:50:46 +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
jsg
5e7628c50b Backport a fix for an incorrect pointer test. Fixes the build with clang. 2017-04-22 07:35:31 +00:00
sthen
073d25a37c use LIBCXX 2017-04-10 11:46:32 +00:00
naddy
d1fb05fbc3 requires --enable-shared 2016-03-10 11:50:13 +00:00
sthen
b0afd3bc40 remove bcallah as maintainer of his ports, at his request 2015-08-25 13:18:24 +00:00
bcallah
dc64a205df Update FLTK to 1.3.3 -- this is a major change despite the small version
increment.
ok aja@
2015-06-28 13:33:07 +00:00
miod
aaaf81a6dd Add a bunch of NOT_FOR_ARCHS and BROKEN- annotations, either for all gcc3
platforms (due to compiler deficiencies) or m88k only (due to toolchain
issues leading to libGL not being available).
2014-09-16 19:56:09 +00:00
pascal
117972d025 Remove stray comma in enum. Problem hit while porting new EDE.
ok bcallah@ (maintainer)
2014-07-11 20:57:31 +00:00
naddy
10bfdff492 the png headers are now directly under include/ 2013-06-04 18:41:39 +00:00
bcallah
f09266b1d9 Update x11/fltk to 1.3.2
Take MAINTAINER.
ok sthen@
2013-03-22 22:50:25 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
sthen
aa51d50b6c remove some dead MASTER_SITES and put an http one first.
zap old checksums while there.
2013-02-05 22:41:35 +00:00
naddy
1e474f48e1 remove Peter Stromberg as maintainer:
"I haven't used any of those ports myself for a long time, so I think it's
best you remove me as maintainer."
2012-12-13 16:34:47 +00:00
pascal
e65efca9b3 Update to latest version 1.3.0, remove USE_GROFF, give more accurate license,
use SUBST_CMD instead of perl and fix the version reported by fltk-config.

ok landry@
2012-08-04 18:07:03 +00:00
naddy
4aee4f0b39 fix after scandir() prototype change 2012-03-23 20:14:47 +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
e50b98837f new depends 2010-11-22 08:36:47 +00:00
ajacoutot
ff07e285bc Remove USE_X11. 2010-10-24 20:58:58 +00:00
espie
8e072131b6 USE_GROFF=Yes 2010-10-19 08:13:56 +00:00
ajacoutot
b7a66dc1d9 Enble threads support, needed for an upcoming aqsis upgrade.
Use correct AUTOCONF_VERSION and regen PLIST.

ok sthen@
2010-09-22 12:47:45 +00:00
ajacoutot
d7acb3b130 New style DEPENDS. 2010-07-30 11:29:44 +00:00
ajacoutot
127208401d First pass at new REVISION/DEPENDS... not finished yet. 2010-07-30 06:58:57 +00:00
merdely
d0e220d33a Remove surrounding quotes in COMMENT/PERMIT_*/BROKEN 2007-09-15 20:04:18 +00:00
espie
be99f23aa5 more base64 checksums 2007-04-05 17:36:18 +00:00
martynas
cfb470c08c link to Xdmcp and Xau
ok wilfried@, naddy@
2007-04-01 17:48:42 +00:00
wilfried
0e6e8c31da update to 1.1.7 2006-10-19 09:41:32 +00:00
espie
17b77a4af2 new lib specs 2006-08-04 00:10:42 +00:00
espie
25e2f4b0ff remaining shared libs bumps for C++ libs 2006-01-14 11:46:15 +00:00
naddy
ed234ef850 SHARED_LIBS 2005-12-25 20:23:18 +00:00
naddy
2492803fcd SIZE 2005-01-05 17:53:50 +00:00
alek
ddec87f71b Add WANTLIB markers, part two 2004-12-17 15:18:31 +00:00
espie
4c6f632c64 new style plists 2004-09-15 19:26:27 +00:00
espie
26bd7c43d8 explicitly tag no-autoheader some ports for which re-running it after autoconf
is a problem.
2004-03-04 17:49:26 +00:00
wilfried
1e435bb51d update fltk to 1.1.4 2003-12-26 14:18:30 +00:00
naddy
112339c1d4 remove WWW lines 2003-12-15 21:54:59 +00:00
sturm
e18c01a974 use SYSCONFDIR
ok naddy@ wilfried@ (maintainer)
2003-08-28 10:56:02 +00:00
avsm
5827253f2d incorrect argument to sizeof results in too large a buffer-size to an strlcpy
submitted to upstream author; wilfried@ ok
2003-04-14 13:30:02 +00:00
wilfried
191d956047 update to fltk-1.1.3 2003-04-02 12:58:43 +00:00
wilfried
d80efa44a7 update to fltk-1.1.2 2002-12-16 16:58:12 +00:00
wilfried
c2684e1de4 missed this file in the last update 2002-11-16 16:30:00 +00:00
wilfried
bc5d6cf898 update to fltk-1.1.1 2002-11-04 16:59:05 +00:00
wilfried
05f882c5eb Don't use cc to compile C++ files, respect CXX and CXXFLAGS
requested by and ok naddy@
2002-09-30 06:44:17 +00:00
wilfried
cf02bccb67 update to fltk-1.1.0rc6 2002-09-17 15:19:29 +00:00
wilfried
84389bc1ec update to fltk-1.1.0rc5 and take maintainership 2002-08-10 19:57:20 +00:00
matt
dc6d4c3824 release the rest of my ports to ports@ 2002-07-10 11:56:35 +00:00
matt
57a6f42922 license comments 2002-05-11 23:59:35 +00:00
naddy
2a77163761 Fix library build.
Simplify package and distfile name handling.
2002-03-30 21:27:24 +00:00