diff options
author | marcus <marcus@FreeBSD.org> | 2007-05-25 08:53:21 +0800 |
---|---|---|
committer | marcus <marcus@FreeBSD.org> | 2007-05-25 08:53:21 +0800 |
commit | 10e05f9e5e56e960826d0287545103e9e8c3e892 (patch) | |
tree | 404d87f6a9c117da0de813fd0215917d28bad454 /finance | |
parent | 0b0a3f83184886634e20ee6e88b154c2ad3d75f7 (diff) | |
download | freebsd-ports-gnome-10e05f9e5e56e960826d0287545103e9e8c3e892.tar.gz freebsd-ports-gnome-10e05f9e5e56e960826d0287545103e9e8c3e892.tar.zst freebsd-ports-gnome-10e05f9e5e56e960826d0287545103e9e8c3e892.zip |
Teach these ports to use www/gtkhtml38 instead of gtkhtml3.
Diffstat (limited to 'finance')
-rw-r--r-- | finance/gnucash/Makefile | 10 | ||||
-rw-r--r-- | finance/gnucash/files/patch-src_gnome-utils_gnc-html.c | 11 |
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); - } - |