summaryrefslogtreecommitdiff
path: root/finance/gnucash
diff options
context:
space:
mode:
authorJoe Marcus Clarke <marcus@FreeBSD.org>2007-05-25 00:53:21 +0000
committerJoe Marcus Clarke <marcus@FreeBSD.org>2007-05-25 00:53:21 +0000
commitacbbb22e3d8bb1c6bfdc05865b8fddc604b90fd9 (patch)
treedd0f129d78b49c1eb71d665b643fc2526a6d869d /finance/gnucash
parentBROKEN: Configure fails (diff)
Teach these ports to use www/gtkhtml38 instead of gtkhtml3.
Notes
Notes: svn path=/head/; revision=191678
Diffstat (limited to 'finance/gnucash')
-rw-r--r--finance/gnucash/Makefile10
-rw-r--r--finance/gnucash/files/patch-src_gnome-utils_gnc-html.c11
2 files changed, 5 insertions, 16 deletions
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile
index 45b2019e452a..45b3ac2807c7 100644
--- a/finance/gnucash/Makefile
+++ b/finance/gnucash/Makefile
@@ -8,7 +8,7 @@
PORTNAME= gnucash
PORTVERSION= 2.0.5
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= finance gnome
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \
http://www.gnucash.org/pub/gnucash/sources/stable/
@@ -20,7 +20,8 @@ COMMENT= Quicken-like money and finance manager
BUILD_DEPENDS= guile>=1.6.8_2:${PORTSDIR}/lang/guile
LIB_DEPENDS= popt.0:${PORTSDIR}/devel/popt \
ofx.3:${PORTSDIR}/finance/libofx \
- gwrap-core-runtime.0:${PORTSDIR}/devel/g-wrap
+ gwrap-core-runtime.0:${PORTSDIR}/devel/g-wrap \
+ libgtkhtml-3.8.15:${PORTSDIR}/www/gtkhtml38
RUN_DEPENDS= guile>=1.6.8_2:${PORTSDIR}/lang/guile \
${LOCALBASE}/share/guile/1.6/slibcat:${PORTSDIR}/lang/slib-guile \
${SITE_PERL}/LWP.pm:${PORTSDIR}/www/p5-libwww \
@@ -38,7 +39,7 @@ USE_XLIB= yes
USE_GMAKE= yes
USE_XPM= yes
USE_PERL5= yes
-USE_GNOME= gnomeprefix gtkhtml3 libgsf_gnome libglade2 \
+USE_GNOME= gnomeprefix libgsf_gnome libglade2 \
libgnomeprint libgnomeprintui
GNU_CONFIGURE= yes
USE_LDCONFIG= yes
@@ -80,8 +81,7 @@ PLIST_SUB= AQBANKING="@comment "
.endif
post-patch:
- @${REINPLACE_CMD} -e 's|$${datarootdir}/info|${PREFIX}/info| ; \
- s|libgtkhtml-3.8|libgtkhtml-3.14|g' \
+ @${REINPLACE_CMD} -e 's|$${datarootdir}/info|${PREFIX}/info|' \
${WRKSRC}/configure
@${REINPLACE_CMD} -e 's|$$(datadir)/aclocal|${PREFIX}/share/aclocal|' \
${WRKSRC}/Makefile.in
diff --git a/finance/gnucash/files/patch-src_gnome-utils_gnc-html.c b/finance/gnucash/files/patch-src_gnome-utils_gnc-html.c
deleted file mode 100644
index 92058ac13ade..000000000000
--- a/finance/gnucash/files/patch-src_gnome-utils_gnc-html.c
+++ /dev/null
@@ -1,11 +0,0 @@
---- src/gnome-utils/gnc-html.c.orig Tue Feb 20 23:18:48 2007
-+++ src/gnome-utils/gnc-html.c Tue Feb 20 23:18:38 2007
-@@ -1325,7 +1325,7 @@
- return;
- }
-
-- gtk_html_print(GTK_HTML(html->html), ps->context);
-+ gtk_html_print_page(GTK_HTML(html->html), ps->context);
- gnc_print_session_done(ps);
- }
-