From 43bd9f14d9ce11690e9538bf3b03d3462faa6dbe Mon Sep 17 00:00:00 2001 From: marcus Date: Wed, 24 Oct 2007 23:37:25 +0000 Subject: Presenting GNOME 2.20.1 and all related works for FreeBSD. The official GNOME 2.20 release notes can be found at http://www.gnome.org/start/2.20/notes/en/ . Beyond that, this update includes the new GIMP 2.4 (courtesy of ahze). The GNOME 2.20 update also includes a huge change in the FreeBSD GNOME hierarchy. We are now using the more standard DATADIR of ${PREFIX}/share rather than ${PREFIX}/share/gnome. The result is that fewer patches and hacks are needed to port GNOME components to FreeBSD. This will mean some user changes may be required, so be sure to read /usr/ports/UPDATING for more details. This release and the things we accomplished in it would not have been possible without mezz's crazy idea to collapse DATADIR, and his persistence to make it happen successfully. Ahze and pav also deserve thanks for their work on porting modules and testing the whole ball of wax on pointyhat (respectively). The FreeBSD GNOME team would also like to thank our various testers and contributors: Yasuda Keisuke Frank Jahnke Pawel Worach Brian Gruber Franz Klammer Yuri Pankov Nick Barkas Cristian KLEIN Tony Maher Scot Hetzel Martin Matuska (mm) Benoit Dejean Martin Wilke (miwi) (And anyone else I may have missed) PRs fixed in this release: 111272, 113470, 115995, 116338 --- finance/gnucash-docs/Makefile | 13 +++++-------- finance/gnucash-docs/pkg-plist | 8 ++++---- 2 files changed, 9 insertions(+), 12 deletions(-) (limited to 'finance/gnucash-docs') diff --git a/finance/gnucash-docs/Makefile b/finance/gnucash-docs/Makefile index c1d8436f9f25..0a93da583f35 100644 --- a/finance/gnucash-docs/Makefile +++ b/finance/gnucash-docs/Makefile @@ -3,10 +3,12 @@ # Whom: Glenn Johnson # # $FreeBSD$ -# $MCom: ports/finance/gnucash-docs/Makefile,v 1.3 2006/12/24 19:09:22 ahze Exp $ +# $MCom: ports/finance/gnucash-docs/Makefile,v 1.7 2007/08/04 03:51:29 marcus Exp $ +# PORTNAME= gnucash-docs PORTVERSION= 2.2.0 +PORTREVISION= 2 CATEGORIES= finance gnome MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} \ http://www.gnucash.org/pub/gnucash/sources/stable/ \ @@ -17,9 +19,8 @@ MASTER_SITE_SUBDIR= gnucash MAINTAINER= ahze@FreeBSD.org COMMENT= Documentation for gnucash -BUILD_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper -RUN_DEPENDS= scrollkeeper-config:${PORTSDIR}/textproc/scrollkeeper \ - yelp:${PORTSDIR}/x11/yelp +LIB_DEPENDS= rarian.0:${PORTSDIR}/textproc/rarian +RUN_DEPENDS= yelp:${PORTSDIR}/x11/yelp INSTALLS_OMF= yes USE_GMAKE= yes @@ -27,8 +28,4 @@ USE_GNOME= libxml2 gnomehier GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" -post-patch: - @${FIND} ${WRKSRC} -name Makefile.in | ${XARGS} \ - ${REINPLACE_CMD} -e 's| $$(datadir)/omf| ${PREFIX}/share/gnome/omf|' - .include diff --git a/finance/gnucash-docs/pkg-plist b/finance/gnucash-docs/pkg-plist index 22905fd6b2fa..e7a729d2b60d 100644 --- a/finance/gnucash-docs/pkg-plist +++ b/finance/gnucash-docs/pkg-plist @@ -240,10 +240,10 @@ share/gnome/help/gnucash/de_DE/figures/up.png share/gnome/help/gnucash/de_DE/gnucash-help.xml share/gnome/help/gnucash/de_DE/legal.xml share/gnome/help/gnucash/de_DE/txf-categories.xml -share/gnome/omf/gnucash-docs/gnucash-guide-C.omf -share/gnome/omf/gnucash-docs/gnucash-help-C.omf -share/gnome/omf/gnucash-docs/gnucash-help-de_DE.omf -@dirrm share/gnome/omf/gnucash-docs +share/omf/gnucash-docs/gnucash-guide-C.omf +share/omf/gnucash-docs/gnucash-help-C.omf +share/omf/gnucash-docs/gnucash-help-de_DE.omf +@dirrm share/omf/gnucash-docs @dirrm share/gnome/help/gnucash/de_DE/figures @dirrm share/gnome/help/gnucash/de_DE @dirrm share/gnome/help/gnucash/C/figures -- cgit