Commit Graph

111 Commits

Author SHA1 Message Date
sthen 81d581665c bump for MODPY_DEFAULT_VERSION_3 change 2022-11-13 15:27:35 +00:00
ajacoutot 25de91b267 Remove jasper@ from MAINTAINER; I am the sole hobbit nowadays...
Discussed with jasper@
2022-11-04 09:14:21 +00:00
ajacoutot 3f67c102bc Update to glade-3.40.0. 2022-08-11 06:53:35 +00:00
naddy 85229c97e7 drop RCS Ids 2022-03-11 18:49:30 +00:00
ajacoutot 39bbd4cf57 Fix for meson >= 0.61.0 2022-01-13 08:06:39 +00:00
sthen 75261975b1 bump REVISION for switch from Python 3.8 -> 3.9 2021-11-02 00:00:22 +00:00
ajacoutot 126770fce7 Fix build with meson >= 0.60.0 2021-10-30 17:14:33 +00:00
jca 126acfc430 Sync with spidermonkey, use ports-gcc on non-clang archs
Drop unneeded/outdated comment while here.
ok kmos@ tb@ jasper@
2021-03-27 00:37:24 +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
jasper 2b7fa88224 update to glade-3.38.2 2020-11-21 12:59:56 +00:00
jasper b71ae54fee update to glade-3.38.1 2020-11-07 11:37:02 +00:00
sthen 7832856cbe set DEBUG_PACKAGES before including bsd.port.arch.mk, otherwise
they're built on all archs not just DEBUGINFO_ARCHS. ok aja@
2020-10-31 12:09:04 +00:00
ajacoutot 9890d8665a Bump after py-gobject3 merge. 2020-10-03 15:39:57 +00:00
kmos 1380ce881b Add tooling to add -std=gnu99 for base-gcc architectures. This fixes the
build on sparc64 and, presumably, other base-gcc architectures.

ok jasper@ (maintainer)
2020-07-26 18:39:16 +00:00
sthen d9cfe4113e bump REVISION; python 3 default changed to 3.8 2020-07-03 21:12:24 +00:00
jasper 10b8ac47fb update to glade-3.36.0 2020-05-14 15:13:34 +00:00
ajacoutot 2fbd5e1e51 We have everything we need not to be forced to hardcode ,python3.
Use MODPY_FLAVOR instead.

ok sthen@
2020-04-25 10:07:41 +00:00
jasper 06d9623067 switch to python3
prompted by landry@
2020-03-17 08:38:10 +00:00
jasper b1f69de9ea update to glade-3.22.2 2020-03-12 19:44:08 +00:00
sthen 9fe1e38b23 replace simple PERMIT_PACKAGE_CDROM=Yes with PERMIT_PACKAGE=Yes 2019-07-12 20:43:27 +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
jasper bac914f4a3 add missing files in PLIST, as found by espie 2018-05-16 06:59:10 +00:00
jasper ad2a09c4ad disable webkit2gtk which might otherwise get picked up
spotted by espie@ and discussed with aja@
2018-05-15 19:20:21 +00:00
jasper 0885f5e3a7 update to glade-3.22.1 2018-04-23 16:56:26 +00:00
jasper 09c645cd0e update to glade-3.20.4 2018-03-04 08:36:08 +00:00
jasper 44a5225102 update to glade-3.20.3 2018-02-18 09:43:26 +00:00
jasper 908c90c988 update to glade-3.20.2 2017-11-27 17:59:54 +00:00
jasper e0386b6b24 sync WANTLIB 2017-11-15 19:47:04 +00:00
sthen ceb7770170 Handle pthread-stubs removal. 2017-10-23 17:10:37 +00:00
jasper 42295703b7 update to glade-3.20.1 2017-10-08 08:32:03 +00:00
jasper 13fa098ff6 update to glade-3.20.0 2016-04-25 16:25:23 +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 30beee1c31 x11/gtk+2,-guic -> x11/gtk+3,-guic && bump 2015-03-27 08:46:20 +00:00
jasper 06ba79afb5 update glade-3.18.3 2014-05-13 08:03:30 +00:00
jasper 5772701a27 update to glade-3.18.2 2014-04-15 07:35:39 +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 6fab944808 Move to the new MODGNOME_TOOLS docbook option. 2014-03-28 08:48:41 +00:00
jasper 417a4d9a80 update to glade-3.18.1 2014-03-27 14:21:46 +00:00
ajacoutot a46f968137 Fix a pair of printf security problems (upstream). 2014-03-09 21:57:38 +00:00
jasper 2b9333ac22 update to glade-3.16.1 2013-12-21 08:24:37 +00:00
ajacoutot ea440f04b9 Missing BDEP on textproc/docbook-xsl. 2013-10-08 10:58:25 +00:00
jasper d4e2823891 update to glade-3.16.0 2013-09-27 10:43:01 +00:00
ajacoutot 5d72afc384 Drop uneeded patches. 2013-06-01 19:01:12 +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 a24f325efa goi -> gi (gnome MODULE change). 2013-04-16 13:17:00 +00:00