diff options
author | adamw <adamw@FreeBSD.org> | 2003-09-25 13:17:05 +0800 |
---|---|---|
committer | adamw <adamw@FreeBSD.org> | 2003-09-25 13:17:05 +0800 |
commit | ceb7b7326255e3f5b21107b4bb67e9df11c9dd97 (patch) | |
tree | 1d3d4028fb38df757ac4d17e30c267868889cdd4 /finance/gnucash | |
parent | 3fa41d0f08e974fe6560dbc1d0f83aff90825d9e (diff) | |
download | freebsd-ports-gnome-ceb7b7326255e3f5b21107b4bb67e9df11c9dd97.tar.gz freebsd-ports-gnome-ceb7b7326255e3f5b21107b4bb67e9df11c9dd97.tar.zst freebsd-ports-gnome-ceb7b7326255e3f5b21107b4bb67e9df11c9dd97.zip |
Update to 1.8.7.
Diffstat (limited to 'finance/gnucash')
-rw-r--r-- | finance/gnucash/Makefile | 2 | ||||
-rw-r--r-- | finance/gnucash/distinfo | 2 | ||||
-rw-r--r-- | finance/gnucash/files/patch-configure | 64 | ||||
-rw-r--r-- | finance/gnucash/pkg-plist | 1 |
4 files changed, 17 insertions, 52 deletions
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile index d7af5261d601..2931c24c5a87 100644 --- a/finance/gnucash/Makefile +++ b/finance/gnucash/Makefile @@ -6,7 +6,7 @@ # PORTNAME= gnucash -PORTVERSION= 1.8.5 +PORTVERSION= 1.8.7 CATEGORIES= finance gnome MASTER_SITES= http://www.gnucash.org/pub/gnucash/sources/stable/ \ ftp://ftp.gnucash.org/pub/gnucash/sources/stable/ \ diff --git a/finance/gnucash/distinfo b/finance/gnucash/distinfo index f6d4af7df373..4b4c4a8136ab 100644 --- a/finance/gnucash/distinfo +++ b/finance/gnucash/distinfo @@ -1 +1 @@ -MD5 (gnucash-1.8.5.tar.gz) = 0459714dc63bd08b1b6702470b362a80 +MD5 (gnucash-1.8.7.tar.gz) = f2d879195fe179004496230ace60b822 diff --git a/finance/gnucash/files/patch-configure b/finance/gnucash/files/patch-configure index 08b837a88641..094f45f1bb2c 100644 --- a/finance/gnucash/files/patch-configure +++ b/finance/gnucash/files/patch-configure @@ -1,6 +1,6 @@ ---- configure.orig Sun Mar 9 20:41:48 2003 -+++ configure Tue Mar 11 01:29:14 2003 -@@ -3535,10 +3535,10 @@ +--- configure.orig Sun Sep 21 16:06:57 2003 ++++ configure Sun Sep 21 16:07:24 2003 +@@ -3860,10 +3860,10 @@ #include "confdefs.h" #include <libintl.h> extern int _nl_msg_cat_cntr; @@ -12,44 +12,8 @@ +return (int) gettext ("") + _nl_msg_cat_cntr + *libintl_nl_domain_bindings ; return 0; } EOF - if { (eval echo configure:3545: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -@@ -3924,7 +3924,7 @@ - #include "confdefs.h" - #include <libintl.h> - extern int _nl_msg_cat_cntr; --extern int *_nl_domain_bindings; -+extern int *libintl_nl_domain_bindings; - extern - #ifdef __cplusplus - "C" -@@ -3932,7 +3932,7 @@ - const char *_nl_expand_alias (); - int main() { - bindtextdomain ("", ""); --return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings + *_nl_expand_alias (0) -+return (int) gettext ("") + _nl_msg_cat_cntr + *libintl_nl_domain_bindings + *_nl_expand_alias (0) - ; return 0; } - EOF - if { (eval echo configure:3939: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -@@ -3952,7 +3952,7 @@ - #include "confdefs.h" - #include <libintl.h> - extern int _nl_msg_cat_cntr; --extern int *_nl_domain_bindings; -+extern int *libintl_nl_domain_bindings; - extern - #ifdef __cplusplus - "C" -@@ -3960,7 +3960,7 @@ - const char *_nl_expand_alias (); - int main() { - bindtextdomain ("", ""); --return (int) gettext ("") + _nl_msg_cat_cntr + *_nl_domain_bindings + *_nl_expand_alias (0) -+return (int) gettext ("") + _nl_msg_cat_cntr + *libintl_nl_domain_bindings + *_nl_expand_alias (0) - ; return 0; } - EOF - if { (eval echo configure:3967: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then -@@ -11352,7 +11352,7 @@ + if { (eval echo configure:3870: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest${ac_exeext}; then +@@ -11776,7 +11776,7 @@ withval="$with_help_prefix" GNC_HELPDIR="$with_help_prefix/gnome/help/gnucash" else @@ -58,12 +22,12 @@ fi -@@ -13149,7 +13149,7 @@ - done - GTKHTML_CFLAGS=$GIVEN_CFLAGS - -- if test "x$GTKHTML_LIBS" != x; then -+ if test "x$GTKHTML_LIBS" = "xNO"; then - # check for gtkhtml and enable it via HAVE_LIBGTKHTML - # if found - echo $ac_n "checking for gtk_html_new in -lgtkhtml""... $ac_c" 1>&6 +@@ -13665,7 +13665,7 @@ + echo $ac_n "(cached) $ac_c" 1>&6 + else + ac_save_LIBS="$LIBS" +-LIBS="-lgtkhtml $GTKHTML_LIBS $LIBS" ++LIBS="-lgtkhtml-1.1 $GTKHTML_LIBS $LIBS" + cat > conftest.$ac_ext <<EOF + #line 13671 "configure" + #include "confdefs.h" diff --git a/finance/gnucash/pkg-plist b/finance/gnucash/pkg-plist index 1e2484ad0d14..509b45e70a25 100644 --- a/finance/gnucash/pkg-plist +++ b/finance/gnucash/pkg-plist @@ -428,6 +428,7 @@ share/gnome/gnucash/doc/guile-hackers.txt share/gnome/gnucash/doc/html/Account_8h.html share/gnome/gnucash/doc/html/SchedXaction_8h.html share/gnome/gnucash/doc/html/Transaction_8h.html +share/gnome/gnucash/doc/html/TransLog_8h.html share/gnome/gnucash/doc/html/annotated.html share/gnome/gnucash/doc/html/classes.html share/gnome/gnucash/doc/html/date_8h.html |