Commit Graph

25 Commits

Author SHA1 Message Date
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
espie
150a0f36fa first tag: update-desktop-database 2018-06-27 21:03:34 +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
7b9fdbb2c9 use LIBCXX 2017-04-10 11:45:22 +00:00
sthen
8219a5ed69 bump REVISION for setuptools dep change. 2015-09-29 10:51:14 +00:00
ajacoutot
38f82b4147 Needs devel/gettext-tools. 2015-07-30 15:09:27 +00:00
sthen
764d4a86fe add some missing pthread to WANTLIB
(using modified portbump, thanks zhuk@)

"exciting" one in databases/py-sqlalchemy; port had a bad PKG_ARCH=* line
and also contained .so modules.
2015-04-21 18:40:20 +00:00
naddy
570aa62a9c Drop remaining MD5/RMD160/SHA1 checksums. 2015-01-18 03:12:39 +00:00
brad
3edc81709e Fix picard with in-tree FFmpeg and fix the build with newer FFmpeg.
The fix for in-tree FFmpeg is based on a patch posted by dcoppa@
although synced closer to what was commited upstream.

ok ajacoutot@
2014-05-05 07:55:50 +00:00
espie
2d98db1697 PERMIT/REGRESS->TEST sweep 2013-03-10 22:55:01 +00:00
ajacoutot
b3d16d877a Update to picard-0.16.
from Brad, maintainer timeout
2012-05-04 06:24:04 +00:00
espie
6011c3d2f0 normalize pkgpath in bsd.port.mk 2011-09-16 08:26:09 +00:00
sthen
966fc640b5 - add missing WANTLIB=${MODPY_WANTLIB} and bump
- add http MASTER_SITES and more explicit license marker while there
2011-06-27 12:46:06 +00:00
jasper
eec0417831 bump after default python version switch 2011-06-08 17:31:05 +00:00
espie
8392c16198 redo depends with >= 2010-11-26 07:07:56 +00:00
millert
377cb454a5 Update picard to version 0.12.1 and link with libavcodec, libavformat
and libofa to support tagging by audio fingerprint.  OK phessler@
2010-11-20 15:48:57 +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
phessler
0585d1ca27 Include 'MusicBrainz' in the COMMENT, so searches can find this
OK sthen@
2010-11-10 13:18:42 +00:00
sthen
ad741e63bb new-style LIB_DEPENDS/REVISION, sync WANTLIB, bump where necessary.
checked with check-lib-depends and PLIST_DB "make package".
2010-09-05 22:00:13 +00:00
fgsch
f65bda4762 Yet another round of bumps. 2010-08-30 21:36:14 +00:00
ajacoutot
cdff106084 Use @unexec-delete instead of @unexec for the *-update-* goos.
prodded by espie@
discussed with espie@ sthen@ landry@
2009-12-22 15:43:14 +00:00
jasper
e45b218264 - better homepage
ok MAINTAINER
2009-08-23 19:20:21 +00:00
ajacoutot
355ab9e3b8 Quick and dirty patch to solve the bug in Picard when we use the command
"pydoc -k". Also make the regress target works.

from Amaury Gauthier (maintainer)
2009-07-19 09:06:43 +00:00
ajacoutot
2df481ee79 Import picard-0.11
Picard is the next generation MusicBrainz tagging application. This
new tagging concept is album oriented, as opposed to track/file
oriented like the ClassicTagger was.

from Amaury Gauthier (maintainer), with some tweaks
2009-07-12 20:43:22 +00:00