78 Commits

Author SHA1 Message Date
ajacoutot
751a617a5b Add a hack to make this build when both guile and guile2 are installed.
breakage reported by naddy@
2015-04-15 14:28:43 +00:00
ajacoutot
cf160f88b8 Unbreak build when both guile and guile2 are installed; gnucash now prefers
guile2 if it's around (breakage reported by sthen@).
While here, drop gnucash-valgrind which is useless in a package.
Add a couple of missing RUN_DEPENDS.
2015-04-12 06:04:47 +00:00
ajacoutot
aa988913b0 Bump after the recent changes in packaging dbus and dconf. 2015-04-04 09:20:59 +00:00
ajacoutot
61dc6c2c1e Update to gnucash-2.6.6. 2015-03-31 10:57:56 +00:00
ajacoutot
be1f4fed5d x11/gtk+2,-guic -> x11/gtk+3,-guic && bump 2015-03-27 08:14:14 +00:00
ajacoutot
053fba6f9e Update to gnucash-2.6.5. 2014-12-17 09:30:55 +00:00
ajacoutot
950dc2017a Regen WANTLIB to unbreak after recent webkit update. There are more ports
following but they need a bit more work.

breakage reported by nigel@
2014-10-25 14:04:30 +00:00
ajacoutot
8c8220ac4c Update to gnucash-2.6.4. 2014-09-28 14:11:14 +00:00
ajacoutot
f9bad688de Update to gnucash-2.6.3. 2014-05-24 06:42:29 +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
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
51404eb3ff Update to gnucash-2.6.2. 2014-03-28 08:12:05 +00:00
ajacoutot
85b5083522 Update to gnucash-2.6.1. 2014-01-28 17:45:33 +00:00
ajacoutot
bf346a38fb Update to gnucash-2.6.0. 2013-12-30 12:23:45 +00:00
espie
ce444c27a6 tweak things a bit more, as this didn't build correctly.
The guile change means the slib-guile thingy is obsolete
(and didn't quite work anyways)
2013-12-08 11:23:47 +00:00
ajacoutot
de423d4d84 Bump after devel/gconf2,-main is gone. 2013-09-27 17:49:01 +00:00
ajacoutot
3910384ea3 Update to gnucash-2.4.13. 2013-09-24 13:34:35 +00:00
sthen
1314048267 sync WANTLIB (+graphite2), noticed after checking that autoconf doesn't now
pick up aqbanking/gwenhywfar.
2013-07-11 19:17:10 +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
bfeec77baa Sanitier depepdencies, these do not need to build depends on gtk+2,-guic.
RUN_DEPENDS = BUILD_DEPENDS is a known bad construct, but
BUILD_DEPENDS = RUN_DEPENDS is *not* that good either...
2013-04-02 17:26:34 +00:00
espie
eae66e4a7b PERMIT_* / REGRESS->TEST sweep 2013-03-11 11:35:43 +00:00
ajacoutot
e953a008f8 Quiet gconftool-2:
gconf_ping() will try to shutdown gconfd, but since installing pkg is
done as root, there is not gconfd nor dbus that can be started when
DISPLAY isn't set and an annoying warning is issued.

discussed with espie@
2013-02-06 14:23:06 +00:00
ajacoutot
d9d84c6182 Depend on devel/goffice08. 2012-12-19 10:41:14 +00:00
ajacoutot
cabfa6bc80 Update to gnucash-2.4.11. 2012-09-27 16:18:06 +00:00
ajacoutot
a1b7c39eb5 gtk-update-icon-cache:
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:32:14 +00:00
ajacoutot
6d4377331e <spank>forgot to bump!</spank> 2012-04-30 14:54:55 +00:00
ajacoutot
ace31731e2 Correctly pick up pthread_mutex_init(3).
Fix path to the default gconf configuration.
2012-04-30 14:54:09 +00:00
ajacoutot
e91683cbb6 Update to gnucash-2.4.10. 2012-03-29 14:57:00 +00:00
ajacoutot
2af9fde46d Fix build with glib >= 2.31.20. 2012-03-23 13:28:25 +00:00
ajacoutot
fb173cad3a Add a dependency on x11/gtk+2,-guic. 2011-12-03 23:04:36 +00:00
jasper
4b21771ac3 - regen WANTLIB 2011-11-03 22:21:21 +00:00
jasper
6a8b83abeb sync after recent gnome.port.mk CONFIGURE_ENV changes 2011-09-28 09:47:46 +00:00
jasper
ce57eca3b4 CONFIGURE_SHARED is now implied by gnome.port.mk, so no need to make it explicit anymore. 2011-09-20 21:04:24 +00:00
jasper
9fe4b0f440 switch to MODGNOME_TOOLS 2011-09-20 20:51:51 +00:00
ajacoutot
9a1709aaf0 DESKTOP_FILES => MODGNOME_DESKTOP_FILE, like it should always have been.
discussed with and ok jasper@
2011-09-19 07:39:05 +00:00
espie
d0fa01c846 normalize pkgpath 2011-09-16 11:13:37 +00:00
jasper
ad2a9c291c switch the rest of the ports using gnome.port.mk over to .tar.xz where applicable. 2011-09-12 12:07:24 +00:00
espie
bec176e99e new depends 2010-11-20 09:48:38 +00:00
sthen
0d108b08f8 new-style revision/lib_depends 2010-11-05 07:57:07 +00:00
espie
4cc3f43b65 USE_GROFF=Yes 2010-10-18 21:25:07 +00:00
jasper
b0a8cebee9 - use_x11 comes from gnome.port.mk now 2010-10-18 13:41:15 +00:00
jasper
e34499f593 - fix WANTLIB after cairo update. 2010-10-11 08:11:24 +00:00
ajacoutot
e7f3154350 Unbreak by fixing WANTLIB.
spotted by landry@
2010-10-06 17:29:36 +00:00
jasper
c9db012489 - add the documentation from the standalone port into the main port
ok ajacoutot@
2010-08-29 21:00:18 +00:00
sthen
5cb35af8b2 at his request, remove sturm@ as maintainer from his ports 2010-08-28 09:19:14 +00:00
ajacoutot
ccc0741fbe Fix dependencies after goffice update.
reported by naddy@
2010-04-09 11:55:25 +00:00
jasper
a5d012b6c4 - unbreak after recent goffice update, patch from upstream 2010-03-21 11:02:02 +00:00
ajacoutot
8fa1353734 Use @unexec-delete instead of @unexec for the *-update-* goos.
prodded by espie@
discussed with espie@ sthen@ landry@
2009-12-21 21:03:56 +00:00