93 Commits

Author SHA1 Message Date
ajacoutot
1962dedd5e Update to gnome-builder-3.28.4. 2018-07-28 06:50:23 +00:00
espie
2a95b6e111 tag glib-compile-schemas 2018-07-06 06:04:41 +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
1a1ec2f7d4 Update to gnome-builder-3.28.3. 2018-06-21 09:25:18 +00:00
sthen
114b1e4413 Bump the remaining ports to trigger updates following cpu stats
changes (CPUSTATES/etc). Last part.

- some of these might be in code that's not actually built or rarely
used but it's not worth the hassle evaluating that, i'm just bumping &
moving on.

- as mentioned before, there might still be runtime problems relating
to the addition or renumbering.
2018-06-01 15:44:28 +00:00
ajacoutot
fd60a6e630 Update to gnome-builder-3.28.2. 2018-05-30 07:20:38 +00:00
ajacoutot
f1ff236f34 Remove XXX hack, it's not needed anymore. 2018-05-02 11:47:44 +00:00
ajacoutot
e21d40d0eb Missing BDEP on devel/libexecinfo; spotted by naddy@
(I was supposed to start removing usage of libexecinfo in our tree but...
oh well)
2018-04-28 11:01:59 +00:00
ajacoutot
8ba346184a Unbreak runtime: needs ggrep(1) 2018-04-25 09:51:10 +00:00
ajacoutot
7e7e051af3 Update to gnome-builder-3.28.1. 2018-04-24 08:55:05 +00:00
ajacoutot
1d399da38f jsonrpc_glib-1.0 -> jsonrpc-glib-1.0 2018-04-23 13:37:43 +00:00
ajacoutot
074e6e66cd Mark BROKEN while I work on the dependencies. 2018-04-23 13:20:38 +00:00
jasper
1a648fb7df bump for vala-0.40 2018-04-23 08:49:53 +00:00
ajacoutot
dca9dd493b Update to gnome-builder-3.26.4. 2018-02-01 11:50:15 +00:00
ajacoutot
ab314ba819 Update to gnome-builder-3.26.3. 2018-01-11 21:24:42 +00:00
ajacoutot
ec8877baf0 Issue has been fixed, tweak comment. 2017-11-20 18:23:33 +00:00
ajacoutot
1e84455d4c Re-introduce support for gobject-introspection and vala by using a
wrapper to g-ir-scanner(1). Built 10 times in a row so I am confident this
workaround should be final...
2017-11-10 10:26:58 +00:00
ajacoutot
70bac88966 Grrr, revert previous, it looks like meson(1) passes LDFLAGS randomly. 2017-11-10 07:18:31 +00:00
ajacoutot
a529a61afb Workaround the graphics/gd colision using MODGNOME_LDFLAGS.
Bring back gobject-introspection and vala support back.
2017-11-09 09:18:04 +00:00
ajacoutot
6a20558a77 Disable gobject-introspection and vala to prevent the graphics/gd bug for
now.
2017-11-09 07:44:54 +00:00
ajacoutot
6ac4286f2c Add an XXX that this ports fails to build if graphics/gd is installed.
Fix under investigation...

reported by nigel@
2017-11-09 07:11:06 +00:00
ajacoutot
f03be82518 Picks up py-sphinx if present at configure time.
reported by espie@
2017-11-07 11:02:12 +00:00
ajacoutot
f87e6a2cc5 Remove hack, the gnome MODULE now takes care of it. 2017-11-03 13:41:40 +00:00
ajacoutot
0e1c359200 Update to gnome-builder-3.26.2. 2017-11-03 12:39:51 +00:00
ajacoutot
46e3ea2705 Regen WANTLIB to unbreak. 2017-10-31 16:39:45 +00:00
ajacoutot
a1173189da Regen PLIST and LIB_DEPENDS to unbreak after vala support removal. 2017-10-30 07:57:11 +00:00
ajacoutot
30e905c8cb Fix comment. 2017-10-29 10:12:48 +00:00
jasper
c0b4f52fcc missed bump that got lost in merging -r1.56 2017-10-29 08:57:25 +00:00
jasper
2a908f7ec6 disable vala support for now, it will be auto-unbroken when updating
gnome-builder next week

ok aja@
2017-10-29 08:56:43 +00:00
ajacoutot
e97c77d745 Regen WANTLIB. 2017-10-28 18:31:41 +00:00
sthen
cd095cec5e Handle pthread-stubs removal. 2017-10-23 17:11:02 +00:00
sthen
9bf44cf1b3 sync GNOMEish WANTLIBs 2017-09-23 11:41:31 +00:00
sthen
5e964ab0df bump LIBCXX/LIBECXX/COMPILER_LIBCXX ports. 2017-07-26 22:45:14 +00:00
espie
cc5bc426ed switch everything to new COMPILER idiom, even stuff that won't build with clang
yet, but at least that part is done.
2017-05-31 08:08:15 +00:00
espie
ebc1547efb a bit more WANT_CXX tidy 2017-05-28 18:58:11 +00:00
ajacoutot
f5b6137df3 Needs GNU grep(1). 2017-05-16 07:43:48 +00:00
espie
8c0d56611b WANT_CXX 2017-05-13 17:55:01 +00:00
ajacoutot
8815f06733 Update to gnome-builder-3.24.2. 2017-05-09 08:35:56 +00:00
ajacoutot
252a7b5e6a Update to gnome-builder-3.24.1 to unbreak. 2017-04-17 14:45:58 +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
jasper
894d9a846a mark this BROKEN, too many fixes required for vala 0.36. It will be updated
next week anyway.
2017-04-13 07:07:44 +00:00
sthen
073d25a37c use LIBCXX 2017-04-10 11:46:32 +00:00
ajacoutot
65452c4bcb Sync WANTLIB after recent www/webkitgtk4 update. 2017-03-29 13:27:12 +00:00
ajacoutot
a4751d331b Missed bump. 2017-02-18 17:33:51 +00:00
ajacoutot
1722249aa0 idn -> idn2 after gnutls WANTLIB change. 2017-02-18 17:32:37 +00:00
bluhm
413a6b64d5 Create subpackage py-llvm that contains the Python bindings for Clang.
Bump revision of llvm main package and x11/gnome/builder.
OK Brad Smith (maintainer) ajacoutot@ sthen@
2017-01-08 01:59:49 +00:00
shadchin
023286d19f Add a MODPY_PYOEXTENSION variable.
Beginning with Python 3.5 .pyo files are no longer used and
have been replaced by a more flexible scheme that includes
the optimization level explicitly in .pyc name (See PEP-488).
2017-01-03 18:54:48 +00:00
ajacoutot
419f979a21 Update to gnome-builder-3.22.4. 2016-12-22 09:02:49 +00:00
ajacoutot
fd4b56390a Add dependency on py3-jedi and py3-lxml for Python auto-completion. 2016-12-17 09:51:37 +00:00