Commit Graph

54 Commits

Author SHA1 Message Date
ajacoutot
477a45da5b WANTLIB: pcre -> pcre2-8 after recent glib2 update. 2022-11-05 17:07:21 +00:00
sthen
fa9b267a30 sync WANTLIB 2022-03-31 13:44:42 +00:00
naddy
25d8cbee00 drop RCS Ids 2022-03-11 19:58:28 +00:00
sthen
e2509cc689 iaxclient: honour CC in Tcl build parts, from Brad 2020-06-21 13:58:47 +00:00
sthen
28dcd86359 iaxclient: stop trying to use functions which were removed from ffmpeg
some time ago. They were causing the build to fail on arch using a linker
which cares about such things as the functions existing, and would have
caused crashes if the relevant code was actually called on other arches
(I guess this port is not really very widely used..)

Diff from Brad, I merged with newer commit.
2020-04-16 08:51:57 +00:00
ratchov
0c6c28c32c Use /dev/null instead of /dev/mixer
Ports using -lossaudio still call open(2) to get a file descriptor.
They don't need it to change the volume, but expect various syscalls
to succeed. Using /dev/null ensures programs will continue to work
once /dev/mixer is disabled.

"go ahead" landry@ and naddy@
2020-04-16 06:45:19 +00:00
kmos
121530e87e Mark iaxclient broken for sparc64 like it is for aarch64. The same
linking error keeps it from building.

ok sthen@
2020-04-15 16:31:15 +00:00
sthen
e27905a880 mark BROKEN-aarch64; linker error, undefined refs to
avcodec_encode_video and avcodec_alloc_frame.

strangely, though aarch64 *only* uses LLD, the same failure can be
reproduced on amd64 by forcing ld.bfd (USE_LLD=No).
2020-04-14 21:57:14 +00:00
sthen
77f7cc9c61 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:49:33 +00:00
sthen
fb7f4374ad sync WANTLIB 2019-07-05 11:52:59 +00:00
sthen
f548d95863 sync some WANTLIBs 2019-06-13 15:48:50 +00:00
sthen
976fe91882 clean up ffmpeg dep's, from Brad. 2019-02-21 22:37:58 +00:00
ajacoutot
67dc100f2a Update for newer FFmpeg API.
from Brad
2019-02-18 10:05:39 +00:00
jca
56dac1eaf5 Remove iaxcomm subpackage
iaxcomm doesn't build with wxWidgets3, not very surprising since the
last beta release was in 2008.

Maintainer timeout, ok kn@ rsadowski@ sthen@
2018-12-17 01:08:29 +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
7c32ef7b4e replace gettext module 2017-11-04 21:48:06 +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
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
sthen
073d25a37c use LIBCXX 2017-04-10 11:46:32 +00:00
sebastia
b89fd42f26 a memcpy -> memmove transition to prevent an abort, observed with
coccinella IAX client.

OK sthen@
2017-01-02 12:56:06 +00:00
naddy
59666f3dc6 g/c PFRAG.shared 2016-04-04 16:09:09 +00:00
jasper
aa04a60af2 kill trailing whitespace 2015-07-18 23:59:54 +00:00
sebastia
3b4314a46a As pointed out by espie@, theora gets picked up if available, so add it
explicitly to the deps.
2015-05-18 18:04:24 +00:00
ajacoutot
00f6a9a5c1 Cope with FFmpeg 20150412.
from brad
2015-04-28 06:35:06 +00:00
naddy
c36ada4f79 fold lib-only PFRAG.shared into PLIST, and some related cleanups 2015-03-19 20:25:26 +00:00
brad
bdd6623e3b Update for newer FFmpeg API.
ok sebastia@
2014-04-27 20:52:50 +00:00
ajacoutot
2e07defd81 Remove -lpthread patching. 2013-08-09 19:04:49 +00:00
naddy
b43ec6dca7 remove workarounds for gcc 2.95 2013-08-07 19:16:48 +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
brad
0ac92be1f4 Update for newer FFmpeg API.
ok sebastia@
2013-01-20 12:52:34 +00:00
sthen
08158b1530 sync wantlib 2012-08-23 17:42:27 +00:00
sebastia
680af8810d Make iaxclient work wiht newer ffmpeg API
tested on i386 and macppc by myself with net/coccinella.
From Brad.

OK ajacoutot@
2012-04-30 09:48:21 +00:00
jasper
cee63e4c5f - regen WANTLIB 2011-11-02 08:32:17 +00:00
espie
46d3548829 normalize pkgpath 2011-09-16 11:41:38 +00:00
ajacoutot
ebc307bb8c Use the devel/gettext MODULE. 2011-07-06 21:09:55 +00:00
sthen
c945a53851 sync WANTLIB and bump.
zap a few stray space-tabs while there.
2011-06-27 13:38:30 +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
301812d800 sync WANTLIB; iaxclient picks up theora now that pkg-config version
comparison is fixed.
2011-06-13 08:22:44 +00:00
sthen
baac69906f build requires Tcl/Tk; set BUILD_DEPENDS appropriately.
remaining problem with -current pkg-config to be fixed separately.
2011-06-07 11:34:43 +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
sebastia
d5f0abdb34 Update to new Tcl layout.
OK landry@ stu@
2011-01-05 18:00:10 +00:00
espie
811d94d9d6 new depends 2010-11-20 19:56:47 +00:00
espie
16154011f1 missed WANTLIB 2010-11-11 19:52:40 +00:00
jasper
b91884af09 - we have sched_get_priority_{min|max} now.
from brad, ok sebastia@ (MAINTAINER)
2010-11-09 16:58:55 +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
ajacoutot
7a7d7f834a Missed bump. 2010-09-26 15:10:39 +00:00