71 Commits

Author SHA1 Message Date
ajacoutot
4c01dc6f6d Update to gcr-3.41.0. 2021-10-25 07:24:36 +00:00
ajacoutot
8ad5385614 Update to gcr-3.40.0. 2021-05-09 08:52:22 +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
ajacoutot
40cd8f68e3 Update to gcr-3.38.1. 2021-01-14 12:51:05 +00:00
ajacoutot
d0a5943f81 Update to gcr-3.38.0. 2020-11-01 08:28:13 +00:00
jca
b59233c341 Remove gnupg-1.4 and replace it with gnupg-2
gnupg-1.4 is not developed actively anymore, and new software expects
a modern "gpg" executable, which leads to pointless patches in the ports
tree.  Move the various users of security/gnupg2 to security/gnupg and
zap patches that forced the use of "gpg2".

Crusade started by edd@ (security/gnupg maintainer), gnupg->gnupg2 test
reports from semarie@, giovanni@ and solene@, input and bulk build by
sthen@.  ok sthen@ edd@ (maintainer)
2020-10-05 19:46:17 +00:00
ajacoutot
861cd6e4c1 Update to gcr-3.36.0. 2020-05-14 14:58:33 +00:00
ajacoutot
cb7e4dddbd Update to gcr-3.34.0. 2019-11-01 19:38:25 +00:00
ajacoutot
7db7805d52 PERMIT_PACKAGE_CDROM -> PERMIT_PACKAGE 2019-07-07 11:20:50 +00:00
sthen
22de3ff02c set png16 WANTLIB entries back to png following the change in soname
part done by portbump, part by hand (it is easily confused)
2019-05-17 16:45:25 +00:00
robert
3069adde8b using mlock(2) to try avoiding pushing pages to swap is not what the syscall
was intended for and relying on this for security purproses is nonsense especially
that OpenBSD has an encrypted swap by default ... which is not the case for everyone else

this also makes sure not to hit mlock calls in pledged applications using these
libraries

ok ajacoutot@
2019-03-28 15:52:30 +00:00
ajacoutot
7ae7bf838c Update to gcr-3.28.1. 2019-01-18 20:29:34 +00:00
espie
2a95b6e111 tag glib-compile-schemas 2018-07-06 06:04:41 +00:00
espie
a3cc216348 @tag update-mime-database 2018-07-01 18:33:35 +00:00
espie
c36d0659b9 @tag gtk-update-icon-cache 2018-06-29 22:16:08 +00:00
espie
150a0f36fa first tag: update-desktop-database 2018-06-27 21:03:34 +00:00
ajacoutot
8392857c4b Update to gcr-3.28.0. 2018-04-23 10:53:11 +00:00
sthen
cd095cec5e Handle pthread-stubs removal. 2017-10-23 17:11:02 +00:00
ajacoutot
73177d4bf3 Stop setting CONFIGURE_STYLE in Makefile.inc but explicitely add it to ports
that need it; in the future more and more ports will move to meson build anyway.
I first though I'd set CONFIGURE_STYLE in gnome.port.mk but it's too fragile
(MODULES list must be sorted very carefully).
Less magic is good.

discussed with jasper@
2017-04-13 07:38:44 +00:00
ajacoutot
c895ae2cf9 Update to gcr-3.20.0. 2016-04-25 10:31:49 +00:00
ajacoutot
b103fdd973 Depend on gnupg2. 2015-10-15 05:38:42 +00:00
ajacoutot
c1e29696fa Yet another loop.
reported by Mark Patruck
2015-10-14 10:47:24 +00:00
ajacoutot
6ee90da56c Update to gcr-3.18.0. 2015-10-12 05:43:07 +00:00
ajacoutot
697c20faa0 Update to gcr-3.16.0. 2015-05-12 15:46:42 +00:00
sthen
d63e2ec7e6 sync WANTLIB 2015-05-05 17:00:16 +00:00
ajacoutot
aa988913b0 Bump after the recent changes in packaging dbus and dconf. 2015-04-04 09:20:59 +00:00
ajacoutot
893323e150 x11/gtk+2,-guic -> x11/gtk+3,-guic && bump 2015-03-27 08:16:15 +00:00
ajacoutot
64bb938f90 Drop libgcr-3.so.${LIBgcr-ui-3_VERSION} symlink; nothing uses it anymore. 2014-10-13 11:51:58 +00:00
ajacoutot
dcd8f2e0a0 Update to gcr-3.14.0. 2014-10-05 12:57:11 +00:00
ajacoutot
c4d93d212d Pushed upstream. 2014-05-21 11:44:52 +00:00
ajacoutot
a9b070d1fa Update to gcr-3.12.2. 2014-05-14 06:43:27 +00:00
ajacoutot
58ac20eda4 Get rid of gsed(1).
Drop a chunk from patch and use post-install instead.
2014-04-19 15:47:37 +00:00
jasper
012f7978a4 cleanup double spaces and sort MODGNOME_TOOLS 2014-04-02 09:36:09 +00:00
jasper
43b19ca734 merge various MODGNOME_TOOLS lines into a single line (or two if it would
exceed 80 chars); no functional change intended..
2014-04-01 18:06:28 +00:00
jasper
64ebb01f71 move more bits and bobs into MODGNOME_TOOLS to make it more clear which
tools are actually used.

This commit replaces
MODGNOME_DESKTOP_FILE with MODGNOME_TOOLS += desktop-file-utils
MODGNOME_MIME_FILE with MODGNOME_TOOLS += shared-mime-info
MODGNOME_ICON_CACHE with MODGNOME_TOOLS += gtk-update-icon-cache

(some prettyfication will follow shortly)
2014-04-01 17:03:13 +00:00
jasper
2100c2cdff start to make MODGNOME_TOOLS resemble the name of the tools actually used.
rename 'gi' to 'gobject-introspection'.

discussed with aja@
2014-04-01 15:31:45 +00:00
ajacoutot
2e4452f717 Missing build_depends on textproc/libxslt.
spotted by naddy@
2014-04-01 11:32:57 +00:00
ajacoutot
12037277c6 Update to gcr-3.12.0. 2014-03-27 08:06:04 +00:00
ajacoutot
b13a3cd6bd Update to gcr-3.10.1. 2013-10-17 07:26:26 +00:00
ajacoutot
025ef80d2d Use MODGNOME_MIME_FILE. 2013-10-15 09:43:53 +00:00
ajacoutot
edbace0864 Drop uneeded BDEP. 2013-09-28 10:47:45 +00:00
ajacoutot
ea93efd05f Remove hardcoded HOMEPAGE and use the one from the x11/gnome MODULE
instead. It is just too hard to maintain a coherent list of still
reachable homepages for GNOME projects so use wiki.gnome.org which is
the entry point for *all* GNOME apps.
2013-09-28 08:50:34 +00:00
ajacoutot
253c7945d7 No need for CONFIGURE_ARGS. 2013-09-26 11:41:24 +00:00
ajacoutot
696a2da282 Update to gcr-3.10.0. 2013-09-26 08:05:30 +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
340e716ba7 Update to gcr-3.8.2. 2013-05-05 05:50:18 +00:00
ajacoutot
a24f325efa goi -> gi (gnome MODULE change). 2013-04-16 13:17:00 +00:00
ajacoutot
06e238587d Update to gcr-3.8.1. 2013-04-16 08:36:28 +00:00
ajacoutot
795952df59 Use a patch instead of a post-install target; so that we can spot when
upstream removes this hack.
2013-03-30 17:51:12 +00:00
ajacoutot
10a4a405d1 Missing lib. 2013-03-29 09:47:13 +00:00