53 Commits

Author SHA1 Message Date
ajacoutot
477a45da5b WANTLIB: pcre -> pcre2-8 after recent glib2 update. 2022-11-05 17:07:21 +00:00
naddy
21f1bb8ad8 drop RCS Ids 2022-03-11 20:15:18 +00:00
ajacoutot
3099f64e37 Update to wxsvg-1.5.23.
Regen WANTLIB and comment about libvpx clang MODULE (which was removed from
libvpx 4 years ago).

from Brad
2022-01-30 10:13:13 +00:00
ajacoutot
3e1badafea Update to wxsvg-1.5.22. 2021-02-27 06:57:43 +00:00
ajacoutot
5840baf522 Update to wxsvg-1.5.17. 2021-02-20 18:10:59 +00:00
sthen
0a5b5bddee replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:50:46 +00:00
ajacoutot
e696fe392b Update to wxsvg-1.5.16. 2019-05-13 21:35:25 +00:00
jca
71b789a3cf Bugfix update to wxsvg-1.5.15 2019-01-11 20:24:33 +00:00
jca
16c8a26880 Cope with the wxWidgets3 update
ok ajacoutot@ landry@ giovanni@
2019-01-02 12:44:06 +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
ajacoutot
679c80ca0b Update to wxsvg-1.5.13. 2018-04-26 21:03:29 +00:00
sthen
cd095cec5e Handle pthread-stubs removal. 2017-10-23 17:11:02 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
ajacoutot
dba697afbf Update to wxsvg-1.5.12. 2017-07-23 09:03:17 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
espie
45595d500d vpx builds just fine with base clang instead of ports clang, unhardcode
libestdc++ accordingly.
2017-05-13 10:33:14 +00:00
sthen
073d25a37c use LIBCXX 2017-04-10 11:46:32 +00:00
landry
76ec7350fa Fix previous - since those ports don't directly use gcc4 MODULE,
MODGCC4_CPPWANTLIB cant be defined/used there..

Manually add estdc++ to WANTLIB only on amd64 & i386, with a big comment
explaining why. sigh.

Discussed with sthen@
2016-06-05 10:49:04 +00:00
landry
17e2db62fa Fix packaging on !(amd64|i386) by using MODGCC4_CPPWANTLIB instead of
estdc++.

Those two ports have multimedia/libvpx in their dependency chain, and
the latter uses lang/clang MODULE but only on i386 & amd64 only, which
in turns adds gcc4 to MODULES and thus adds lang/gcc/4.9,-libs to
LIB_DEPENDS.. but only for i386 & amd64 - thus breaking other archs with
'Missing library for estdc++'.

Using MODGCC4_CPPWANTLIB fixes this, because it is set on archs using
lang/clang, and unset on the others.

ok ajacoutot@
2016-06-05 10:00:01 +00:00
ajacoutot
737ac0ef97 Update to wxsvg-1.5.6v0. 2016-04-27 13:20:31 +00:00
naddy
c253f424ca garbage collect CONFIGURE_SHARED 2016-03-11 19:59:11 +00:00
ajacoutot
89fc5d7d7e Update to wxsvg-1.5.5. 2015-10-31 22:56:00 +00:00
sthen
1e842fdfa1 sync WANTLIB 2015-08-21 19:17:10 +00:00
ajacoutot
dcc3a4a3b5 Update to wxsvg-1.5.4.
from brad
2015-05-27 04:11:21 +00:00
ajacoutot
00f6a9a5c1 Cope with FFmpeg 20150412.
from brad
2015-04-28 06:35:06 +00:00
brad
c36edabf5c Update to wxSVG 1.4.2.
ok ajacoutot@
2014-08-11 06:55:51 +00:00
brad
e10ee40164 Update to wxSVG 1.4.1.
ok ajacoutot@
2014-06-20 07:10:42 +00:00
brad
189e58999a Update to wxSVG 1.4.
ok ajacoutot@
2014-05-27 07:30:34 +00:00
brad
8f867453e9 Update to wxSVG 1.2.1.
ok ajacoutot@
2014-04-07 06:41:49 +00:00
ajacoutot
3de9758da8 Sync WANTLIB and bump after the recent harfbuzz update; icu libs are not
needed anymore. This is a mecanical commit, there might be dragons :-)
2013-05-31 15:34:39 +00:00
brad
93a5f7d869 Update to wxSVG 1.1.14.
ok sthen@
2013-04-26 16:16:50 +00:00
ajacoutot
58f1a6f9f6 USE_LIBTOOL=Yes is the default now. 2013-03-21 08:45:11 +00:00
brad
cb57538ec2 Update to wxSVG 1.1.13.
ok sthen@
2013-03-14 07:27:01 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
brad
06ab5a705d Update to wxSVG 1.1.12.
ok sthen@
2013-01-28 00:00:38 +00:00
brad
8ee1c8bda9 Update to wxSVG 1.1.11.
ok ajacoutot@
2013-01-20 13:57:11 +00:00
ajacoutot
e0234e0fec Update to wxsvg-1.1.4, from Brad. 2011-11-24 08:08:18 +00:00
sthen
b328f2f4ad Chase ffmpeg dep changes. Mostly from Brad ok dcoppa@, plus opencv from me. 2011-06-24 11:17:05 +00:00
sthen
51572bbc5b sync wantlib, from Brad 2011-05-29 20:53:39 +00:00
jakemsr
e52c269523 ffmpeg no longer depends on faad. remove faad from WANTLIB in ports
that were pulling it in via ffmpeg.
2011-03-29 20:04:55 +00:00
espie
e50b98837f new depends 2010-11-22 08:36:47 +00:00
espie
12e833f14a convert LIB_DEPENDS in x11 ports 2010-11-06 23:49:19 +00:00
ajacoutot
ff07e285bc Remove USE_X11. 2010-10-24 20:58:58 +00:00
sthen
adfaa8987d - chase the library change in multimedia/schroedinger; oil->orc
- add various other missing WANTLIB (and LIB_DEPENDS in some cases)
- while there move PKGNAME=..pX to REVISION, and move some ports
to new-style LIB_DEPENDS

original diff from Brad, extensive checking by me (clean build of everything
related to liboil).
2010-08-25 23:27:21 +00:00
espie
30fabb59cf b11 is not beta11, and thus, wxsvg-1.0b11 comes *after* wxsvg-1.0.4
-> EPOCH change to allow for updates.
2010-08-02 07:19:13 +00:00
jakemsr
7acfd6c99d update to wxSVG-1.0.4
bugfixes plus (in version 1.0.1):
* fixed ffmpeg media decoder
* updated for newer version of ffmpeg (SVN-r203773)
* removed SVGUI classes
2010-05-26 22:15:44 +00:00
ajacoutot
509d218fc4 WANTLIB changes after xcb addition and bump. 2009-08-11 08:38:41 +00:00
sthen
0e87aad388 set the pkgspec for LIB_DEPENDS on ffmpeg to a version with schroedinger
included, so the tools know that old ffmpeg versions won't satisfy the
dependencies listed in WANTLIB.

this way, attempting to install these packages with old ffmpeg will
no longer give you a cryptic error message as seen by dhill@.
2009-07-19 22:49:12 +00:00
sthen
fe8c933798 add schroedinger/oil WANTLIB, bump 2009-07-19 12:54:49 +00:00
jasper
033ac89c2b - regen WANTLIB 2009-03-07 15:37:38 +00:00