Commit Graph

22 Commits

Author SHA1 Message Date
sthen
a3d42b3d83 ladspa: regen distinfo/plist.
From one machine at home I get a short fetch from ftp(1) (which is the
file I generated distinfo for, but it untarred sufficiently ok that I
didn't notice...) From another machine I get the full file, and from the
original machine with curl I get the full file(!)

Mirror the distfile as well, since there's something weird going on
somewhere.

Fetch issue reported by phessler.
2023-01-24 18:17:00 +00:00
sthen
f9ae2da84f update to ladspa-1.17, while there use the correct default plugin search
path so that tools work without setting LADSPA_PATH
2023-01-24 14:52:00 +00:00
naddy
b80841c8ec drop RCS Ids 2022-03-11 18:20:04 +00:00
ajacoutot
ea6e8fb93f Update to ladspa-1.15.
from Brad
2020-07-03 18:29:35 +00:00
ajacoutot
d78f335458 - A bit of rearranging and cleaning up.
- HTTPS URL.
- Provide a better DESCR.

from Brad
2020-06-30 07:13:48 +00:00
sthen
9fe1e38b23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:43:27 +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
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
c114d7057b add pthread to COMPILER_LIBCXX.
white lie, but it allows clang and gcc to be more similar
bump accordingly.
2017-07-23 09:26:25 +00:00
espie
8ac47fd9c6 use COMPILER_LIBCXX where applicable 2017-07-16 19:18:47 +00:00
sthen
7b9fdbb2c9 use LIBCXX 2017-04-10 11:45:22 +00:00
naddy
ef68f42b62 remove SHARED_ONLY from ports that don't use any MODULES 2016-03-16 16:46:31 +00:00
ajacoutot
f9fe8c1b34 Drop unneeded patch. 2015-05-01 14:55:54 +00:00
naddy
570aa62a9c Drop remaining MD5/RMD160/SHA1 checksums. 2015-01-18 03:12:39 +00:00
sthen
7e0f6517b6 zap whitespace at eof, no package changes 2013-05-30 10:51:22 +00:00
espie
2d98db1697 PERMIT/REGRESS->TEST sweep 2013-03-10 22:55:01 +00:00
sthen
a7f643f9ea add missing wantlibs, new-style lib_depends/revision, bump 2010-08-25 20:45:52 +00:00
robert
3ac6ab497b Update to 1.13; makes gcc4 happy 2010-05-09 21:18:29 +00:00
simon
ec8fc0fefe remove surrounding quotes from COMMENT/PERMIT_*/BROKEN 2007-09-15 21:26:00 +00:00
espie
470294650d base64 distinfo with SHA256 2007-04-05 15:37:40 +00:00
espie
a6f480686f fix build on amd64, make sure everything is linked correctly.
use ctor/dtor attributes, avoid multiple init/fini definitions.

problem noticed by steven.
2006-08-04 23:34:39 +00:00
espie
c125af1392 linux audio developer simple plugin API 2006-07-31 12:21:20 +00:00