69 Commits

Author SHA1 Message Date
sthen
fb7f4374ad sync WANTLIB 2019-07-05 11:52:59 +00:00
sthen
db87bbf2ed Preemptive build fixes for newer FFmpeg, from Brad. 2019-02-19 23:40:49 +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
542c14bcc7 Matches what babl does and --enable-sse on amd64. 2018-08-30 17:27:50 +00:00
ajacoutot
890630b133 Update to gegl-0.2.2. 2018-05-14 09:34:43 +00:00
ajacoutot
ca6a07f8d5 Duh, missed bump. 2018-04-27 09:08:08 +00:00
ajacoutot
714aab0b3a Take MAINTAINER. 2018-04-27 08:52:56 +00:00
naddy
2fdd8f7c5e replace gettext module 2017-11-12 15:17:47 +00:00
sthen
b9064dc0ff Handle pthread-stubs removal. 2017-10-23 17:10:49 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
sthen
40f81cb695 COMPILER_LIBCXX conversion didn't go quite right for graphics/gegl,
use COMPILER_LIBCXX LIBECXX instead which gives valid results on systems
with either gcc/clang for the base compiler.
2017-07-20 22:19:07 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
ajacoutot
c726af9ca3 Sync WANTLIB. 2017-05-17 09:58:26 +00:00
sthen
bcbf44ab87 use LIBCXX 2017-04-10 11:46:18 +00:00
naddy
42bc647e80 remove SHARED_ONLY from ports that only use modules that neither set nor
read this variable
2016-03-18 23:12:15 +00:00
naddy
ce859edcb4 garbage collect CONFIGURE_SHARED 2016-03-11 20:28:21 +00:00
pascal
9bbafd048f sync WANTLIB after openexr update
ok zhuk@
2015-09-22 18:47:52 +00:00
ajacoutot
ec97d7fcf8 PORTROACH annotation. 2015-06-05 11:52:33 +00:00
ajacoutot
00f6a9a5c1 Cope with FFmpeg 20150412.
from brad
2015-04-28 06:35:06 +00:00
ajacoutot
d7c42e7b19 Don't pick up libexecinfo.
breakage reoported by espie@
2015-04-26 08:30:17 +00:00
ajacoutot
eea888e1fe Make this Makefile readable by a huma being. 2015-04-03 22:48:15 +00:00
naddy
570aa62a9c Drop remaining MD5/RMD160/SHA1 checksums. 2015-01-18 03:12:39 +00:00
ajacoutot
372cd2bc49 --disable-gtk-doc is handled by the infrastructure now. 2014-09-13 16:36:53 +00:00
ajacoutot
ac831773e7 Fix MASTER_SITES. 2014-08-20 07:28:03 +00:00
brad
694b5127f2 Update gegl to deal with newer FFmpeg API.
ok ajacoutot@
2014-04-07 06:50:40 +00:00
ajacoutot
bdc45172d2 Some PLISTs have brazillions of @comment entries for .la files; sanitize
some of the ports a bit and rm at post-install time, it is way simpler to
maintain.
2014-04-01 14:52:09 +00:00
landry
6ff1e5f494 Add missing hidden BDEP on graphics/exiv2. Sync WANTLIB while here. 2013-08-26 13:16:20 +00:00
ajacoutot
58f1a6f9f6 USE_LIBTOOL=Yes is the default now. 2013-03-21 08:45:11 +00:00
espie
e4fa65e765 PERMIT_* / REGRESS -> TEST sweep 2013-03-11 11:10:51 +00:00
jasper
06cef3a015 Security fix for
CVE-2012-4433 gegl: Integer overflow, leading to heap-based buffer overflow by parsing PPM image headers

ok aja@
2012-11-06 12:59:09 +00:00
naddy
14c60eb928 requires intltool to build 2012-10-20 20:05:44 +00:00
ajacoutot
ef5cb32a0f Stupid autohell is stupid...
The situation is this: even when we --disable-gtk-doc, if gtk-doc is
actually installed at configure stage, tools like gtkdoc-rebase will be
picked up and run during the install target. That is bad because the
gtk-doc package may have been removed by then, especially during dpb(1)
bulks (we explicitely disable support for it so why should it stay...).

So for now, let's add the following env to configure whenever we use
--disable-gtk-doc, until a bettersolution is found...
CONFIGURE_ENV +=ac_cv_path_GTKDOC_CHECK="" \
		ac_cv_path_GTKDOC_REBASE="" \
		ac_cv_path_GTKDOC_MKPDF=""
2012-09-21 14:48:05 +00:00
giovanni
f848ac8508 Update to 0.2.0, initial diff from ajacoutot@
ok jasper@
2012-06-06 07:58:57 +00:00
ajacoutot
f732c935fe Move exr-save to -plugins where it belongs. 2011-12-28 09:31:58 +00:00
ajacoutot
b053169cc3 Bugfix update to gegl-0.1.8. 2011-12-10 09:13:43 +00:00
naddy
885329417b missing bump 2011-11-02 21:05:38 +00:00
jasper
123b03e47c - regen WANTLIB 2011-11-01 20:30:49 +00:00
espie
d6e7b9cbe6 normalize pkgpath 2011-09-16 10:02:36 +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
kili
27f99a5541 --disable-silent-rules is now added to CONFIGURE_ARGS per default,
if CONFIGURE_STYLE = gnu.
2011-06-02 17:09:31 +00:00
sthen
65d10f2a68 sync WANTLIB (re: ffmpeg update), from Brad 2011-04-18 23:11:53 +00:00
jakemsr
2f948b5fd0 more ports that need faad removed from WANTLIB after ffmpeg update,
as noted on ports@.
2011-03-29 23:22:17 +00:00
ajacoutot
750aeb20d7 Update to gegl-0.1.6. 2011-03-02 06:43:25 +00:00
espie
88d20077a4 new depends 2010-11-17 08:05:12 +00:00
espie
ed54ec78be missed execinfo 2010-11-11 19:41:31 +00:00
espie
0abe08ec35 WANTLIB conversion 2010-11-09 18:22:26 +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
landry
8ba6a112a1 Bump -main after gtk+2/gdk-pixbuf split 2010-09-30 07:44:20 +00:00
landry
eda8228b4f Fix WANTLIB after librsvg update. 2010-09-28 10:55:46 +00:00