sthen
9fe1e38b23
replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes
2019-07-12 20:43:27 +00:00
sthen
f548d95863
sync some WANTLIBs
2019-06-13 15:48:50 +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
ceb7770170
Handle pthread-stubs removal.
2017-10-23 17:10:37 +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
ajacoutot
de849f2c02
Remove the -wikipedia subpackage; it depends on WebKitGTK+ 2.4 which is
...
known to have many security vulnerabilities that will NOT be fixed.
ok landry@ (maintainer)
2017-01-31 08:46:50 +00:00
naddy
42bc647e80
remove SHARED_ONLY from ports that only use modules that neither set nor
...
read this variable
2016-03-18 23:12:15 +00:00
sthen
9005d1d063
sync WANTLIB
2016-01-17 17:29:07 +00:00
ajacoutot
4580227d10
Remove libtool files.
2015-05-04 10:08:47 +00:00
ajacoutot
aa988913b0
Bump after the recent changes in packaging dbus and dconf.
2015-04-04 09:20:59 +00:00
ajacoutot
153e325d8c
Regen WANTLIB to unbreak after recent webkit update.
2014-10-25 14:29:24 +00:00
ajacoutot
c26c5dae18
Regen WANTLIB after orc got put back into gstreamer1.
2013-10-06 09:08:50 +00:00
ajacoutot
baf34fa350
Fix WANTLIB after recent gstreamer1 update.
2013-09-24 18:53:27 +00:00
dcoppa
f5e96202ef
Switch to new MASTER_SITES.
...
ok landry@ (maintainer)
2013-09-20 05:32:57 +00:00
ajacoutot
3de9758da8
Sync WANTLIB and bump after the recent harfbuzz update; icu libs are not
...
needed anymore. This is a mecanical commit, there might be dragons :-)
2013-05-31 15:34:39 +00:00
landry
508403fce0
Tweak WANTLIB after webkit update (mostly s/gst*-0.10/gst*-1.0/ + removing
...
gstinterfaces-0.10) and bump some REVISIONs.
2013-04-13 09:14:06 +00:00
jasper
3372cf0217
remove bogus configure switch (doesn't do anything)
2013-04-08 07:19:33 +00:00
ajacoutot
58f1a6f9f6
USE_LIBTOOL=Yes is the default now.
2013-03-21 08:45:11 +00:00
espie
2d98db1697
PERMIT/REGRESS->TEST sweep
2013-03-10 22:55:01 +00:00
ajacoutot
857349148e
Adapt LIB_DEPENDS/WANTLIB.
2013-01-05 13:09:38 +00:00
espie
bdc61b9603
simpler, more declarative style with bsd.port.arch.mk
2011-10-17 12:23:53 +00:00
jasper
92bc618106
- fix WANTLIB/LIB_DEPENDS after webkit update
2011-10-13 06:55:58 +00:00
espie
6011c3d2f0
normalize pkgpath in bsd.port.mk
2011-09-16 08:26:09 +00:00
landry
056be6dddf
Update to gmpc-plugins 11.8.16.
...
Add a patch to fix a crash upon exit, already commited upstream.
ok jasper@
2011-08-23 08:43:48 +00:00
ajacoutot
4e2b6df1b3
Add the EPOCH to the webkit dependency.
...
spotted by landry@
2011-05-16 08:24:31 +00:00
ajacoutot
69db523da2
Fix after recent webkit update.
2011-05-11 06:02:15 +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
ajacoutot
ff07e285bc
Remove USE_X11.
2010-10-24 20:58:58 +00:00
jasper
71d252f28e
- fix WANTLIB after cairo update.
...
these and upcoming fixes test built by landry@
2010-10-11 08:11:16 +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
landry
c91655cbf4
Update to gmpc-plugins 0.20.0.
...
ok ajacoutot@ jasper@
2010-04-09 13:32:57 +00:00
sthen
4ec2f3de05
sync WANTLIB/LIB_DEPENDS, bump
2010-04-03 00:32:55 +00:00
landry
76cf088fb6
Update to gmpc-plugins 0.19.0.
...
ok jasper@ ajacoutot@
2009-09-21 18:33:57 +00:00
landry
8da9512ab5
On archs where webkit doesn't run (say, sparc64), give gmpc-plugins a
...
chance to build by disabling wikipedia plugin from the build.
While here, patch configure to fix a bunch of typos, already fixed in
upcoming 0.19.
2009-09-08 21:56:34 +00:00
kili
8fc6287292
WANTLIB changes after xcb addition and bump.
2009-08-10 06:29:51 +00:00
sthen
bc71e51572
WANTLIB+=gailutil for new webkit, bump PKGNAME.
...
found in naddy's lib-depends-check run.
2009-06-28 21:58:23 +00:00
landry
29673e8a85
Enable wikipedia plugin, which fetches artist info from wikipedia.
...
As it drags webkit as a dependency, subpackage it, and only build it on
archs where webkit builds.
Add a patch from upstream git repo to fix a bug.
Explicitely depend on taglib 1.5 for tagedit plugin while here.
looks good to jasper@
2009-06-23 19:21:02 +00:00
landry
f5aefecaa3
Really enable avahi, --disable-avahi was still in CONFIGURE_ARGS.
2009-06-06 18:41:41 +00:00
ajacoutot
9db79bda28
- avahi gets picked up when installed, so add it to lib_depends
...
landry@ agrees
2009-06-03 16:34:51 +00:00
ajacoutot
83e5a596ad
- add missing BUILD_DEPENDS
2009-06-02 05:20:58 +00:00
landry
9df357103a
Import gmpc-plugins 0.18.0. Finally, upstream decided to bundle several
...
plugins altogether, this will clean a bit audio/...
This package provides various cover/metadata/lyrics fetcher plugins,
jamendo and magnatune plugins, osd & shout plugins, and a nice tag editor
plugin. No upgrade path is possible, you'll have to manually remove old
versions of those plugins before installing this package.
ok ajacoutot@ jasper@
2009-04-23 19:26:47 +00:00