jasper
3c5399ac4c
handle vala 0.34
2016-10-29 07:48:53 +00:00
ajacoutot
ff8060a3aa
Fix dependencies.
2016-04-28 14:29:50 +00:00
jasper
109546dbd2
drop gettext module
2016-04-27 10:12:41 +00:00
jasper
a423640d95
unbreak after vala update to 0.32.0
2016-04-20 06:22:34 +00:00
naddy
deea7ed07b
drop SHARED_ONLY from python and ruby ports
2016-03-20 16:12:22 +00:00
ajacoutot
8ed222a237
Only -main needs python.
...
reported by nigel@
2016-01-05 17:18:19 +00:00
ajacoutot
49641ae1b7
Needs python for trml2html.py and trml2pdf.py.
2016-01-04 19:11:00 +00:00
jasper
5ef0e20dff
handle vala 0.30.0
2015-09-19 12:46:29 +00:00
ajacoutot
27b971fd1e
Move to sed -i.
...
ok jasper@
2015-07-18 22:29:56 +00:00
ajacoutot
6fa0c0b5cb
Update to libgda-5.2.4.
2015-06-13 13:16:23 +00:00
ajacoutot
4c72077de5
Add XXX: variables need to be in sync.
2015-06-13 08:35:18 +00:00
ajacoutot
fe5cf7548f
Remove commented lines.
2015-06-13 08:31:46 +00:00
ajacoutot
2dc7633c58
Update to libgda-5.2.3.
2015-06-13 08:30:55 +00:00
ajacoutot
544e4fc0cd
include/ssl -> include/openssl
...
Regen WANTLIB while here.
2015-05-29 07:47:48 +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
rpe
2722cead09
Fix typo in description.
...
OK aja@
2014-12-27 15:57:41 +00:00
brad
b94a402501
Switch from using MySQL to using MariaDB attempt #2 . MariaDB is a drop-in replacement.
...
ok sthen@
2014-09-13 18:09:20 +00:00
ajacoutot
9ee6ab3065
Sync wantlib after kerberos removal from openldap and postgresql.
2014-04-21 13:24:30 +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
2ef41f5748
In x11/gnome ports we use disable-static inconsistently, usually to get
...
rid of static module archives; but since we end up manually removing the
libtool la files anyway, just don't bother setting up the tag.
part 2/2
2014-04-01 13:21:44 +00:00
ajacoutot
73822dcc0d
devel/iso-codes is needed for -ui not for -main.
2014-03-28 09:55:14 +00:00
ajacoutot
cfbc18f531
Better libdb detection.
2014-03-09 22:18:08 +00:00
ajacoutot
74130a2688
Update to libgda-5.2.2.
2013-12-24 08:18:46 +00:00
ajacoutot
7d4475bb1a
Update to libgda-5.2.1.
2013-11-17 17:54:09 +00:00
ajacoutot
b57cfc7ca6
Update to libgda-5.2.0.
2013-11-16 15:22:16 +00:00
ajacoutot
583834bd5f
Fix dependencies and bump after the recent libsoup -gnome => -main merge.
2013-10-26 08:02:57 +00:00
ajacoutot
d5cdabc398
Get rid of MODGNOME_RUN_DEPENDS_yelp.
2013-10-16 10:26:20 +00:00
ajacoutot
b0848997c6
Renmove outdated comment.
2013-09-27 07:06:18 +00:00
jasper
842f7191a1
remove a glade file from the -main PLIST, it's already in -ui (where it belongs)
2013-07-19 11:59:53 +00:00
ajacoutot
25b3041f91
Unbreak after hx509 and ntlm removal from Kerberos.
2013-06-20 06:54:36 +00:00
ajacoutot
8048a81d45
Set PORTHOME.
2013-06-18 16:47:56 +00:00
ajacoutot
8613536758
Some trivial WANTLIB and tweaks to unbreak after the Heimdal update.
...
Stop hardcoding the Kerberos libs and use krb5-config(1).
2013-06-17 19:28:36 +00:00
brad
17833ea850
Revert back to using MySQL 5.1 for the time being. MariaDB 5.5 introduces
...
a new libmysqlclient non-blocking API which utilizes co-routines. The X86
specific GCC ASM co-routine support hid the fact that there was an issue.
The only fallback code so far is POSIX user contexts which OpenBSD does not
support.
Input from and Ok sthen@ jasper@
2013-06-12 20:36:33 +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
brad
0b77cf86a5
Switch from using MySQL to using MariaDB. MariaDB is a drop-in replacement.
...
ok sthen aja
2013-05-25 00:33:09 +00:00
ajacoutot
a24f325efa
goi -> gi (gnome MODULE change).
2013-04-16 13:17:00 +00:00
ajacoutot
33e2286c2f
Fix dependencies after vala got disabled.
2013-03-29 17:31:41 +00:00
jasper
0d8dddaa01
libgdatadatadata^Wlibgdadata should've been removed in the previous commit.
...
spotted by landry@
2013-03-28 20:03:29 +00:00
jasper
b760a83162
- disable vala for now
2013-03-28 19:34:29 +00:00
ajacoutot
f6771d1abc
Update to libgda-5.1.2.
2013-03-16 21:56:37 +00:00
espie
eae66e4a7b
PERMIT_* / REGRESS->TEST sweep
2013-03-11 11:35:43 +00:00
sthen
f5a323c546
Don't use ${FLAVOR:L}, we only support lower-case flavours now.
...
OK ajacoutot@ espie@
2013-02-09 14:49:50 +00:00
ajacoutot
2f3bcdd924
Sync dependencies after the move from libgnome-keyring to libsecret.
...
prodded by sthen@
2012-10-01 12:49:19 +00:00
ajacoutot
d717ef51d2
Update to libgda-5.1.1.
...
ok jasper@
2012-09-21 13:23:06 +00:00
ajacoutot
0bbbd35e32
register-plist did not catch the devel/glib2 -main -> empty change.
...
espie asked me in such a nice way to fix this that I'm bumping all ports
that have a direct dependency on glib2.
2012-09-01 14:36:56 +00:00
ajacoutot
8f4dc25866
Don't redirect errors to /dev/null and don't return true(1)
...
unconditionally. Instead, don't check for the existence of index.theme.
This will allow us to catch errors that may be happening because of a
missing dependency in the chain.
Some hidden issues may appear, in which case please contact me.
discussed with and ok blind jasper@
2012-06-15 08:30:18 +00:00