pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/finance/gnucash-docs Add patches (from FreeBSD) which ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/95b77a4ca43e
branches:  trunk
changeset: 483066:95b77a4ca43e
user:      jdolecek <jdolecek%pkgsrc.org@localhost>
date:      Sat Nov 06 21:46:00 2004 +0000

description:
Add patches (from FreeBSD) which appear to be necessary to successfully
build this package with up-to-date libxml2/libxslt

diffstat:

 finance/gnucash-docs/Makefile         |  14 ++++++++++----
 finance/gnucash-docs/distinfo         |   4 +++-
 finance/gnucash-docs/patches/patch-aa |  18 ++++++++++++++++++
 finance/gnucash-docs/patches/patch-ab |  20 ++++++++++++++++++++
 4 files changed, 51 insertions(+), 5 deletions(-)

diffs (87 lines):

diff -r 611455c710f2 -r 95b77a4ca43e finance/gnucash-docs/Makefile
--- a/finance/gnucash-docs/Makefile     Sat Nov 06 21:45:53 2004 +0000
+++ b/finance/gnucash-docs/Makefile     Sat Nov 06 21:46:00 2004 +0000
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile,v 1.2 2004/10/28 11:45:46 jdolecek Exp $
+# $NetBSD: Makefile,v 1.3 2004/11/06 21:46:00 jdolecek Exp $
 
 DISTNAME=              gnucash-docs-1.8.4
-PKGREVISION=           # empty
+PKGREVISION=           1
 CATEGORIES=            finance
-MASTER_SITES=          ftp://ftp.gnucash.org/pub/gnucash/sources/stable/ \
+MASTER_SITES=          http://www.gnucash.org/pub/gnucash/sources/stable/ \
                        ${MASTER_SITE_SOURCEFORGE:=gnucash/}
 
 MAINTAINER=            jdolecek%NetBSD.org@localhost
@@ -27,6 +27,12 @@
        ${LN} -s /usr/include/db.h ${BUILDLINK_DIR}/include/db_185.h
 .endif
 
-.include "../../mk/bdb.buildlink3.mk"
+BUILD_DEPENDS=                 docbook-xsl-[0-9]*:../../textproc/docbook-xsl
+
+BUILDLINK_DEPMETHOD.libxml2=   build
+BUILDLINK_DEPMETHOD.libxslt=   build
+.include "../../textproc/libxml2/buildlink3.mk"
+.include "../../textproc/libxslt/buildlink3.mk"
 .include "../../textproc/scrollkeeper/buildlink3.mk"
+.include "../../mk/bdb.buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"
diff -r 611455c710f2 -r 95b77a4ca43e finance/gnucash-docs/distinfo
--- a/finance/gnucash-docs/distinfo     Sat Nov 06 21:45:53 2004 +0000
+++ b/finance/gnucash-docs/distinfo     Sat Nov 06 21:46:00 2004 +0000
@@ -1,4 +1,6 @@
-$NetBSD: distinfo,v 1.1.1.1 2004/10/23 10:40:35 jdolecek Exp $
+$NetBSD: distinfo,v 1.2 2004/11/06 21:46:00 jdolecek Exp $
 
 SHA1 (gnucash-docs-1.8.4.tar.gz) = 4b54f62ae91fb4a386bb8d59e9592928f3917beb
 Size (gnucash-docs-1.8.4.tar.gz) = 1658889 bytes
+SHA1 (patch-aa) = de6f82b8bc5d1ad0497f39cf9c2a964a831d4840
+SHA1 (patch-ab) = 6814addaf3ecd76f5c3061e830c995b336210e95
diff -r 611455c710f2 -r 95b77a4ca43e finance/gnucash-docs/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/finance/gnucash-docs/patches/patch-aa     Sat Nov 06 21:46:00 2004 +0000
@@ -0,0 +1,18 @@
+$NetBSD: patch-aa,v 1.1 2004/11/06 21:46:00 jdolecek Exp $
+
+--- xsl/general-customization.xsl.orig Sat Oct 16 20:19:30 2004
++++ xsl/general-customization.xsl      Sat Oct 16 20:19:53 2004
+@@ -13,11 +13,11 @@
+ <!-- Including new title page stylesheets for customizing the placement 
+        of tags in the title page. -->
+ <!-- This one is autogenerated from titlepage.xml -->
+-<xsl:include href="titlepage.xsl"/>
++<!--<xsl:include href="titlepage.xsl"/>-->
+ 
+ <!-- This one was edited by hand, to make titlepage a separate chunk
+        for book and aricle -->
+-<xsl:include href="titlepage2.xsl"/>
++<xsl:import href="titlepage2.xsl"/>
+ 
+ <!-- Make a separate titlepage and link it behind the main page. -->
+ <xsl:param name="generate.titlepage.link" select="1"/>
diff -r 611455c710f2 -r 95b77a4ca43e finance/gnucash-docs/patches/patch-ab
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/finance/gnucash-docs/patches/patch-ab     Sat Nov 06 21:46:00 2004 +0000
@@ -0,0 +1,20 @@
+$NetBSD: patch-ab,v 1.1 2004/11/06 21:46:00 jdolecek Exp $
+
+--- xsl/titlepage2.xsl.orig    Sat Oct 16 20:19:35 2004
++++ xsl/titlepage2.xsl Sat Oct 16 20:20:35 2004
+@@ -4,6 +4,8 @@
+ <!-- This is a customization layer, to change some of the things in
+    auto-generated titlepage.xsl -->
+ 
++   <xsl:import href="titlepage.xsl"/>
++
+ <xsl:template xmlns:xsl="http://www.w3.org/1999/XSL/Transform"; name="book.titlepage">
+ <!-- Added to create a separate titlepage -->
+   <xsl:param name="next" select="."/>
+@@ -217,4 +219,4 @@
+     </xsl:otherwise>
+    </xsl:choose>
+ </xsl:template>
+-</xsl:stylesheet>
+\ No newline at end of file
++</xsl:stylesheet>



Home | Main Index | Thread Index | Old Index