71 Commits

Author SHA1 Message Date
sthen
3318ced016 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:46:54 +00:00
sthen
976fe91882 clean up ffmpeg dep's, from Brad. 2019-02-21 22:37:58 +00:00
kn
9cba86df9e Cope with newer ffmpeg API (4.x)
From Brad Smith
2019-02-09 19:31:42 +00:00
sthen
14eec74b8c add security fix patches to libquicktime, from Brad.
CVE-2016-2399, CVE-2017-9122, CVE-2017-9123, CVE-2017-9124, CVE-2017-9125,
CVE-2017-9126, CVE-2017-9127, CVE-2017-9128
2019-02-08 10:57:01 +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
naddy
1a87aebd2d mechanical replacement of the gettext module 2017-11-21 00:12:59 +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
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
sthen
bcbf44ab87 use LIBCXX 2017-04-10 11:46:18 +00:00
sthen
7372efd6a1 disable doxygen, from rsadowski 2017-01-31 09:55:05 +00:00
jca
af64c8bb61 Update to doxygen-1.8.12 and switch the gui to Qt5
From Rafael Sadowski, who takes maintainership.
2016-11-12 20:50:41 +00:00
jasper
f8b1ceec32 bump after faad subpackage changes 2016-08-30 10:20:15 +00:00
naddy
2c4204cf62 remove SHARED_ONLY from simple ports that use the gettext or libiconv module 2016-03-18 21:38:22 +00:00
jca
4ea50190a7 Update to doxygen-1.8.11 (latest)
This switches doxygen to the cmake build system.

All the hard work done by Rafael Sadowski, thanks!

Bulk build and ok ajacoutot@
2016-03-01 20:36:39 +00:00
sthen
5b20a18d31 sync WANTLIB 2015-08-19 18:55:04 +00:00
jasper
5c884092b6 remove a whole bunch more @rm -f cases 2015-05-25 07:54:27 +00:00
ajacoutot
8e76b38919 Disable the Dirac support via schroedinger.
from brad
2015-04-24 13:10:51 +00:00
naddy
570aa62a9c Drop remaining MD5/RMD160/SHA1 checksums. 2015-01-18 03:12:39 +00:00
brad
d3f9ee2dd3 Update for newer FFmpeg API.
ok ajacoutot@
2014-04-06 20:24:01 +00:00
sthen
701c91e413 kill VMEM_WARNING 2013-11-25 14:16:22 +00:00
naddy
10bfdff492 the png headers are now directly under include/ 2013-06-04 18:41:39 +00:00
ajacoutot
58f1a6f9f6 USE_LIBTOOL=Yes is the default now. 2013-03-21 08:45:11 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
sthen
c4b99465de sync plist; doxygen update 2012-12-16 11:30:50 +00:00
jasper
4272ee15d5 Remove -pthread patching.
from brad
2012-08-27 09:34:42 +00:00
jasper
047ac77277 - update to 1.2.4
from brad (MAINTAINER)
ok aja@
2012-04-22 12:12:30 +00:00
espie
e820071495 normalize pkgpath 2011-09-16 10:31:20 +00:00
jasper
81beb755c3 forgot to zap these in the previous update 2011-08-29 18:23:20 +00:00
jasper
eefa356fc1 - update to 1.2.3
- drop groff dependency
- drop faac dependency

 from brad
2011-08-29 11:23:19 +00:00
sthen
135ac661f7 sync WANTLIB (re: ffmpeg update), from Brad 2011-04-18 23:37:07 +00:00
sthen
5dd2076054 tidy Makefile, no package change. from Brad. 2011-04-05 08:07:15 +00:00
sthen
54a3496525 sync LIB_DEPENDS/WANTLIB and fix capitalization, from Brad 2010-11-28 18:08:19 +00:00
espie
bc8dc9adb1 new depends 2010-11-19 07:23:05 +00:00
jasper
8204cd9b5a - regen PLIST after doxygen update
- tighten build dependency on doxygen
2010-11-04 20:14:20 +00:00
sthen
efacceb213 lib_depends, revision 2010-10-24 21:40:38 +00:00
ajacoutot
ff07e285bc Remove USE_X11. 2010-10-24 20:58:58 +00:00
espie
4cc3f43b65 USE_GROFF=Yes 2010-10-18 21:25:07 +00:00
jasper
e34499f593 - fix WANTLIB after cairo update. 2010-10-11 08:11:24 +00:00
ajacoutot
f26c46c3b3 Fix build with new GTK+2. 2010-09-30 07:23:47 +00:00
ajacoutot
21da929ec9 Fix DEPENDS after gtk+2 and gdk-pixbuf split.
ok jasper@
2010-09-30 07:21:18 +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
jakemsr
b666a5d2b5 update to libquicktime-1.0.5
* newer ffmpeg
* use sndio in lqtplay
2010-05-26 22:31:23 +00:00
kili
8fc6287292 WANTLIB changes after xcb addition and bump. 2009-08-10 06:29:51 +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
110ae222c4 really add oil to WANTLIB; bump again. spotted by kili. 2009-07-19 15:25:55 +00:00
sthen
e975ca32e8 WANTLIB+=schroedinger and bump 2009-07-19 15:06:46 +00:00
jasper
1102f2c48f - fix potential 64-bit issue due to missing header 2009-06-18 07:50:18 +00:00
kili
8f6f941567 Remove some useless chunks from patch-configure.
Noticed by jakemsr@
2009-05-06 20:24:15 +00:00
kili
2e97914e7f Unbreak after the x264 update (problem first noticed by naddy@, no
cookies for me).

Dependency improvements (x264 and doxygen) and whitespace cleanups
from Brad.

DOXYGEN_ENCODE_PATH_STRIP=${WRKSRC} trick pointed out by simon@
(tested with two builds using different WRKOBJDIRs).


[kili@petunia:libquicktime]$ head -30 libquicktime.diff
Unbreak after the x264 update (problem first noticed by naddy@, no
cookies for me).

Dependency improvements (x264 and doxygen) and whitespace cleanups
from Brad.

DOXYGEN_ENCODE_PATH_STRIP=${WRKSRC} trick pointed out by simon@
(tested with two builds using different WRKOBJDIRs).

ok jasper
2009-04-29 21:22:14 +00:00