60 Commits

Author SHA1 Message Date
sthen
7b534ce4c1 add BDEP on textproc/p5-Pod-Parser for podselect, removed from core in perl 5.32 2021-03-03 17:07:52 +00:00
sthen
3cbe1c2f30 Reverse the polarity of MODPY_VERSION; default is now 3.x,
if a port needs 2.x then set MODPY_VERSION=${MODPY_DEFAULT_VERSION_2}.

This commit doesn't change any versions currently used; it may be that
some ports have MODPY_DEFAULT_VERSION_2 but don't require it, those
should be cleaned up in the course of updating ports where possible.

Python module ports providing py3-* packages should still use
FLAVOR=python3 so that we don't have a mixture of dependencies some
using ${MODPY_FLAVOR} and others not.
2021-02-23 19:39:08 +00:00
daniel
b3e29b6aad drop pyrex BDEP from xmms2
xmms2 seems to have moved on from pyrex to cython quite some time ago.

Apparently no need to replace the BDEP on pyrex with a BDEP on cython since
do-configure already uses "--no-cython" which nigel@ added back in 2014.

Tested on amd64 by myself and by kmos@.

ok kmos@
2020-10-17 21:40:31 +00:00
jca
472a9479a7 This builds fine on sparc64, even with many MAKE_JOBS 2020-02-24 09:32:38 +00:00
jca
94c3b84620 Respect MAKE_JOBS and print compilation commands
Instead of running 12 build jobs unconditionally and hiding the
hardcoded -O0 -g in CFLAGS/CXXFLAGS (not adressed by this diff).
2020-02-24 09:32:11 +00:00
danj
1991058dbd Remove unresponsive maintainers
If somebody is removed who actually wants maintainer and either
didn't receive the mail, or didn't bother to reply to it, they are
free to send a diff to reinstate.

ok sthen@, jca@
2019-07-17 14:49:19 +00:00
sthen
9fe1e38b23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:43:27 +00:00
sthen
976fe91882 clean up ffmpeg dep's, from Brad. 2019-02-21 22:37:58 +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
7bf30a2ab8 Switch the MP3 decoder from libmad to libmp123.
mpg123 is still maintained upstream and also faster, in case somebody
runs this on a really, really slow machine.  All our archs support
floating point, so there is no reason to use the fixed-point libmad
for MP3 decoding.

Tested by rapha@
2018-07-18 19:36:37 +00:00
naddy
88e2d2c21d Drop support for tremor (obsolete fixed-point Vorbis decoder), which
will be going away soon.
2018-07-11 13:38:03 +00:00
kirby
39c0fd723c drop gettext module
OK sthen@
2017-11-16 19:52:09 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
059f9a91b1 respect CC/CXX. fixes build with clang
hint from sthen@
2017-07-26 14:45:51 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
espie
7ef01f5616 let xmms2 build with clang 2017-05-25 10:34:11 +00:00
sthen
7b9fdbb2c9 use LIBCXX 2017-04-10 11:45:22 +00:00
fcambus
27e637295f Update HOMEPAGE 2016-10-04 12:37:31 +00:00
sthen
564c6c344a Cope with moving sqlite3 back to ports. 2016-09-23 09:16:52 +00:00
naddy
faafda7a7b prepare for upcoming SHARED_ONLY removal 2016-03-20 15:33:38 +00:00
sthen
1e842fdfa1 sync WANTLIB 2015-08-21 19:17:10 +00:00
jasper
59559f29c0 use sed instead of perl 2015-07-18 14:33:49 +00:00
ajacoutot
00f6a9a5c1 Cope with FFmpeg 20150412.
from brad
2015-04-28 06:35:06 +00:00
schwarze
4d41ec3c2c only minor formatting differences; drop USE_GROFF; no bump needed 2015-01-24 11:07:56 +00:00
naddy
570aa62a9c Drop remaining MD5/RMD160/SHA1 checksums. 2015-01-18 03:12:39 +00:00
nigel
79176b1ef2 Disable cython if present, use prebuilt files.
Ok sthen@
2014-11-06 09:57:00 +00:00
brad
18a35afa16 Update the avcodec plugin for newer FFmpeg API.
Tested by pascal@

ajacoutot@
2014-04-06 20:13:11 +00:00
espie
2d98db1697 PERMIT/REGRESS->TEST sweep 2013-03-10 22:55:01 +00:00
bcallah
63eeca4c3e Remove --disable-external-libs from audio/libsndfile. Needed for the import of audio/mscore.
Bump all dependent ports that need a bump.
Assign MAINTAINER of audio/libsamplerate and audio/libsndfile to Jan Stary.

ok landry@ sthen@ aja@ jasper@ jeremy@ Jan Stary (MAINTAINER)
2013-01-26 15:53:20 +00:00
ajacoutot
0bbbd35e32 register-plist did not catch the devel/glib2 -main -> empty change.
espie asked me in such a nice way to fix this that I'm bumping all ports
that have a direct dependency on glib2.
2012-09-01 14:36:56 +00:00
pascal
dbbd796eb4 Update to xmms2 0.8, with small tweaks from Brad.
ok aja@, maintainer timeout
2012-06-09 09:46:18 +00:00
ajacoutot
f1f73293c5 Update xmms2 for newer libavcodec API.
from Brad
2012-04-30 06:05:17 +00:00
espie
4ed7caa04f first pass at handling sqlite3 move 2012-04-23 17:15:17 +00:00
espie
6011c3d2f0 normalize pkgpath in bsd.port.mk 2011-09-16 08:26:09 +00:00
jasper
e1cfa2fd30 - fix libavcodec initialisation
from upstream git via pascal stumpf, maintainer timed-out
2011-08-21 16:37:08 +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
jasper
eec0417831 bump after default python version switch 2011-06-08 17:31:05 +00:00
sthen
135ac661f7 sync WANTLIB (re: ffmpeg update), from Brad 2011-04-18 23:37:07 +00:00
landry
7e5df92d09 Mark as BROKEN-sparc64, waf build keeps triggering an infinite loop
which messes up bulk builds. Anyone interested is welcomed to look into
it.
2011-04-10 18:57:21 +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
jakemsr
a6173b70a9 fix crash in the libao backend. set the 'matrix' member of struct
ao_sample_format to NULL before passing the structure to libao functions.

ok espie@, ajacoutot@, naddy@
2011-02-10 03:14:43 +00:00
espie
8392c16198 redo depends with >= 2010-11-26 07:07:56 +00:00
espie
2314c85f45 convert to new style depends
zap default spec that are not needed
convert libspecs as well
convert p* to REVISION.

No package changes
2010-11-15 00:22:45 +00:00
sthen
3b2bbaacc0 Add MODPY_WANTLIB, adjust MODPY_LIB_DEPENDS to new-style LIB_DEPENDS,
update all ports to match. Plists don't change -> no bump.
Looks ok to jasper.
2010-10-24 15:53:55 +00:00
sthen
3892176975 new-style WANTLIB/LIB_DEPENDS 2010-10-18 22:43:10 +00:00
espie
7b7cc80d38 USE_GROFF=Yes 2010-10-18 16:52:44 +00:00
sthen
33fe97dfb9 bump 2010-09-24 15:23:05 +00:00
fgsch
f65bda4762 Yet another round of bumps. 2010-08-30 21:36:14 +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