diff options
author | madpilot <madpilot@FreeBSD.org> | 2012-07-31 20:43:00 +0800 |
---|---|---|
committer | madpilot <madpilot@FreeBSD.org> | 2012-07-31 20:43:00 +0800 |
commit | 051c1bbf5c73b75129fe0e8aa034d36f74a202f6 (patch) | |
tree | 81ff4eccff77c14ae2096f22d36866231697c1d3 /finance | |
parent | 2e338613f50b2490bb0dba1bb2ea610910ad2c8a (diff) | |
download | freebsd-ports-gnome-051c1bbf5c73b75129fe0e8aa034d36f74a202f6.tar.gz freebsd-ports-gnome-051c1bbf5c73b75129fe0e8aa034d36f74a202f6.tar.zst freebsd-ports-gnome-051c1bbf5c73b75129fe0e8aa034d36f74a202f6.zip |
- Update to 2.4.11
- fix build with pkgconf
Approved by: tabthorpe (mentor)
Approved by: gnome (mezz)
Diffstat (limited to 'finance')
-rw-r--r-- | finance/gnucash/Makefile | 3 | ||||
-rw-r--r-- | finance/gnucash/distinfo | 4 | ||||
-rw-r--r-- | finance/gnucash/files/patch-configure | 11 | ||||
-rw-r--r-- | finance/gnucash/pkg-plist | 4 |
4 files changed, 18 insertions, 4 deletions
diff --git a/finance/gnucash/Makefile b/finance/gnucash/Makefile index f68269648da9..74e736a4bff7 100644 --- a/finance/gnucash/Makefile +++ b/finance/gnucash/Makefile @@ -7,8 +7,7 @@ # PORTNAME= gnucash -PORTVERSION= 2.4.10 -PORTREVISION= 1 +PORTVERSION= 2.4.11 CATEGORIES= finance gnome MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20%28stable%29/${PORTVERSION} diff --git a/finance/gnucash/distinfo b/finance/gnucash/distinfo index 70c110d0d9b4..fe464cd9eb4e 100644 --- a/finance/gnucash/distinfo +++ b/finance/gnucash/distinfo @@ -1,2 +1,2 @@ -SHA256 (gnucash-2.4.10.tar.bz2) = 52e65623b5ad812b8eeb4c221951e9b0ba3c49e28916acfb7b92566da159e6cc -SIZE (gnucash-2.4.10.tar.bz2) = 9367104 +SHA256 (gnucash-2.4.11.tar.bz2) = 93c3d66af8d75da66dad814cabeb35aac417018ccc98e833af93b2ab4d7b7761 +SIZE (gnucash-2.4.11.tar.bz2) = 9408193 diff --git a/finance/gnucash/files/patch-configure b/finance/gnucash/files/patch-configure new file mode 100644 index 000000000000..04e7af4c7fe7 --- /dev/null +++ b/finance/gnucash/files/patch-configure @@ -0,0 +1,11 @@ +--- configure.orig 2012-07-12 21:51:32.000000000 +0200 ++++ configure 2012-07-27 15:10:34.324724219 +0200 +@@ -20969,7 +20969,7 @@ + as_fn_error $? "Library requirements (libxml-2.0 >= $LIBXML2_REQUIRED) not met; consider adjusting the PKG_CONFIG_PATH environment variable if your libraries are in a nonstandard prefix so pkg-config can find them." "$LINENO" 5 + fi + +-LIBXML_VERSION=`$PKG_CONFIG --version xml` ++LIBXML_VERSION=0.0 + + GIVEN_CFLAGS=$LIBXML2_CFLAGS + INCLUDE_DIRS=`echo | cpp -v 2>&1` diff --git a/finance/gnucash/pkg-plist b/finance/gnucash/pkg-plist index 899d02c0422f..2a6e9c153bb1 100644 --- a/finance/gnucash/pkg-plist +++ b/finance/gnucash/pkg-plist @@ -95,6 +95,7 @@ include/gnucash/gnc-entry-quickfill.h include/gnucash/gnc-euro.h include/gnucash/gnc-event.h include/gnucash/gnc-exp-parser.h +include/gnucash/gnc-features.h include/gnucash/gnc-file.h include/gnucash/gnc-frequency.h include/gnucash/gnc-general-search.h @@ -655,6 +656,8 @@ share/gnucash/accounts/sk/acctchrt_renter.gnucash-xea share/gnucash/accounts/sk/acctchrt_retiremt.gnucash-xea share/gnucash/accounts/sk/acctchrt_spouseinc.gnucash-xea share/gnucash/accounts/sk/acctchrt_spouseretire.gnucash-xea +share/gnucash/accounts/sv_SE/bas_2012.gnucash-xea +share/gnucash/accounts/sv_SE/swedish_small_business.gnucash-xea share/gnucash/accounts/tr_TR/acctchrt_TEKDUZ.gnucash-xea share/gnucash/accounts/tr_TR/acctchrt_brokerage.gnucash-xea share/gnucash/accounts/tr_TR/acctchrt_carloan.gnucash-xea @@ -1062,6 +1065,7 @@ share/locale/zh_TW/LC_MESSAGES/gnucash.mo @dirrm share/gnucash/checks @dirrm share/gnucash/accounts/zh_CN @dirrm share/gnucash/accounts/tr_TR +@dirrm share/gnucash/accounts/sv_SE @dirrm share/gnucash/accounts/sk @dirrm share/gnucash/accounts/ru @dirrm share/gnucash/accounts/pt_PT |