Commit Graph

64 Commits

Author SHA1 Message Date
ajacoutot
a91dedf173 Regen PLIST. 2022-11-23 14:12:32 +00:00
ajacoutot
d3aaddb10c WANTLIB: pcre -> pcre2-8 after recent glib2 update. 2022-11-05 17:06:22 +00:00
naddy
b80841c8ec drop RCS Ids 2022-03-11 18:20:04 +00:00
ajacoutot
55a093b294 Use pkg-config(1) for sndio. 2022-02-24 12:36:58 +00:00
ajacoutot
4023a8528c Sync WANTLIB. 2021-12-11 10:53:06 +00:00
espie
737fb8bb76 zap a few PKGNAME-sub which are now default
(and also duplicated EPOCH-sub which make little sense in db/{v3,v4}
2021-11-22 13:55:54 +00:00
sthen
485792605b replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 21:02:12 +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
naddy
523fc9bb35 replace gettext module, sync wantlib; ok ajacoutot@ 2017-11-03 09:39:04 +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
espie
d8015330f4 convert to double before -, because otherwise unsigned - unsigned 2017-05-04 15:30:18 +00:00
ajacoutot
3d1fc8c9f8 Stop patching for /var/lib/dbus -> /var/db/dbus; nowadays, most apps look
into /etc/machine-id *before* looking into /var/lib/dbus/machine-id and for
the few that don't patch them to look directly there.

Thanks sthen@ for the source ports seach.
2017-04-22 13:43:21 +00:00
sthen
7b9fdbb2c9 use LIBCXX 2017-04-10 11:45:22 +00:00
naddy
2c4204cf62 remove SHARED_ONLY from simple ports that use the gettext or libiconv module 2016-03-18 21:38:22 +00:00
naddy
ce859edcb4 garbage collect CONFIGURE_SHARED 2016-03-11 20:28:21 +00:00
kili
d7d308e702 Adjust WANTLIB-gtk{,3} and bump.
ok aja@ with some nit picking about adding new lines ;-)
2015-08-17 12:06:27 +00:00
ajacoutot
aa988913b0 Bump after the recent changes in packaging dbus and dconf. 2015-04-04 09:20:59 +00:00
ajacoutot
372cd2bc49 --disable-gtk-doc is handled by the infrastructure now. 2014-09-13 16:36:53 +00:00
ajacoutot
bdc45172d2 Some PLISTs have brazillions of @comment entries for .la files; sanitize
some of the ports a bit and rm at post-install time, it is way simpler to
maintain.
2014-04-01 14:52:09 +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
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
a6d5fd4bd2 Minor update to libcanberra-0.30. 2012-09-27 06:17:08 +00:00
ajacoutot
ef5cb32a0f Stupid autohell is stupid...
The situation is this: even when we --disable-gtk-doc, if gtk-doc is
actually installed at configure stage, tools like gtkdoc-rebase will be
picked up and run during the install target. That is bad because the
gtk-doc package may have been removed by then, especially during dpb(1)
bulks (we explicitely disable support for it so why should it stay...).

So for now, let's add the following env to configure whenever we use
--disable-gtk-doc, until a bettersolution is found...
CONFIGURE_ENV +=ac_cv_path_GTKDOC_CHECK="" \
		ac_cv_path_GTKDOC_REBASE="" \
		ac_cv_path_GTKDOC_MKPDF=""
2012-09-21 14:48:05 +00:00
ajacoutot
a73b0d4f87 sync WANTLIB after recent compiler change
from Brad
2012-08-25 17:10:58 +00:00
ajacoutot
af99458b46 Remove the as-needed pthread hack.
from Brad
2012-08-24 12:14:47 +00:00
naddy
a8050c913d remove unneeded -pthread patches 2012-08-22 20:14:05 +00:00
ajacoutot
30c33015b4 gtk+2 -> gtk+3 2012-08-21 13:10:08 +00:00
ajacoutot
864915bb2e Update to libcanberra-0.29. 2012-07-13 17:03:32 +00:00
ajacoutot
689f54b24a --localstatedir=/var is the default now. 2012-04-28 10:52:08 +00:00
jasper
0e92e082b2 - regen WANTLIB 2011-11-04 08:42:25 +00:00
ajacoutot
9c26d4c4d2 WANTLIB. 2011-10-17 06:41:43 +00:00
shadchin
6904ebed5e Fix lib depends (no need textproc/libxml)
ok ajacoutot@
2011-10-09 14:03:02 +00:00
ajacoutot
96dd4220d4 Disable gstreamer support; libcanberra has native support for sndio(7). 2011-09-30 06:51:31 +00:00
ajacoutot
ed115ad583 Remove libtool related part in this patch; not needed since our libtool
got updated.
2011-09-24 06:45:57 +00:00
espie
6011c3d2f0 normalize pkgpath in bsd.port.mk 2011-09-16 08:26:09 +00:00
ajacoutot
93f2fc5cdd Use proper AUTOCONF_VERSION, from Brad. 2011-05-12 06:04:32 +00:00
ajacoutot
6dd426f5a5 Use proper AUTOCONF_VERSION, from Brad. 2011-05-01 18:00:37 +00:00
ajacoutot
cc05f563e2 canberra-gtk.h is needed by both -gtk and -gtk3, so move this header to
-main.

found the hard way by jasper@
2011-04-27 12:07:53 +00:00
ajacoutot
d53a51f041 MULTIPACKAGE this port into:
-main, the main libcanberra library
    -gtk, libcanberra-gtk (gtk+2)
    -gtk3 libcanberra-gtk3 (gtk+3)

This is needed for the ongoing GNOME3 work without forcing a global move
to gtk+3. The -gtk subpackage may disappear in the future when nothing
uses it.

This move will prevent the login/logout sounds to work in
gnome-session-2.X but it is a necessary evil to move forward.

EDONOTCARE/agreed by several
2011-04-13 06:47:22 +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
naddy
b652d545f7 proactively fix for gmake 3.82 2010-10-24 13:29:43 +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
b18b7a4a66 new-style REVISIONS/LIB_DEPENDS 2010-09-06 00:04:28 +00:00
ajacoutot
ad192253a9 Do not hardcode paths. 2010-04-30 09:32:01 +00:00