diff options
author | jmmv <jmmv@pkgsrc.org> | 2003-03-18 15:06:20 +0000 |
---|---|---|
committer | jmmv <jmmv@pkgsrc.org> | 2003-03-18 15:06:20 +0000 |
commit | 90e0a1604bf261ce067bb13dab2954dd148f04ae (patch) | |
tree | b5ea6ab143cbb3b9efc5313c30ce2fae09647820 /textproc | |
parent | a62d25bc20a539001b5883e12da61da38a599f9e (diff) | |
download | pkgsrc-90e0a1604bf261ce067bb13dab2954dd148f04ae.tar.gz |
Use pax instead of tar to install the tutorial. Hopefully fixes PR pkg/20760.
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/libxml2/Makefile | 4 | ||||
-rw-r--r-- | textproc/libxml2/distinfo | 4 | ||||
-rw-r--r-- | textproc/libxml2/patches/patch-ad | 13 |
3 files changed, 12 insertions, 9 deletions
diff --git a/textproc/libxml2/Makefile b/textproc/libxml2/Makefile index 1482c6dbe66..2a5bebffe0e 100644 --- a/textproc/libxml2/Makefile +++ b/textproc/libxml2/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2003/03/04 16:52:07 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2003/03/18 15:06:20 jmmv Exp $ DISTNAME= libxml2-${LIBXML_VERSION} CATEGORIES= textproc @@ -23,6 +23,8 @@ CONFIGURE_ARGS+= --with-html-dir=${PREFIX}/share/doc CONFIGURE_ARGS+= --without-python CONFIGURE_ARGS+= --with-threads +MAKE_ENV+= PAX=${PAX:Q} + CFLAGS+= -DXML_SGML_DEFAULT_CATALOG=\"\\\"${SGML_DEFAULT_CATALOG}\\\"\" CFLAGS+= -DXML_XML_DEFAULT_CATALOG=\"\\\"${XML_DEFAULT_CATALOG}\\\"\" diff --git a/textproc/libxml2/distinfo b/textproc/libxml2/distinfo index 35845bbb530..9ee0e565fe0 100644 --- a/textproc/libxml2/distinfo +++ b/textproc/libxml2/distinfo @@ -1,7 +1,7 @@ -$NetBSD: distinfo,v 1.21 2003/03/04 16:52:07 wiz Exp $ +$NetBSD: distinfo,v 1.22 2003/03/18 15:06:21 jmmv Exp $ SHA1 (libxml2-2.5.4.tar.gz) = d2dcd5889e0d547c86fc4ba266eeb28f03167d8c Size (libxml2-2.5.4.tar.gz) = 2923095 bytes SHA1 (patch-aa) = c079f9cc5083fa6d9817c1161ff20ae782e86c92 -SHA1 (patch-ad) = 812ce13682ee70e44e7127e2ead326395e299f4e +SHA1 (patch-ad) = 798da20a3a596b9e321dac26150cdced19fa465c SHA1 (patch-ae) = a94390e26b8344b94d78b0faa4b9ce50390e5e5b diff --git a/textproc/libxml2/patches/patch-ad b/textproc/libxml2/patches/patch-ad index 3133f3b6d92..76443b544b7 100644 --- a/textproc/libxml2/patches/patch-ad +++ b/textproc/libxml2/patches/patch-ad @@ -1,8 +1,8 @@ -$NetBSD: patch-ad,v 1.9 2003/02/25 14:41:37 jmmv Exp $ +$NetBSD: patch-ad,v 1.10 2003/03/18 15:06:21 jmmv Exp $ ---- doc/Makefile.in.orig 2003-02-10 17:28:02.000000000 +0100 +--- doc/Makefile.in.orig 2003-02-24 20:15:02.000000000 +0000 +++ doc/Makefile.in -@@ -137,7 +137,7 @@ XPTR_OBJ = @XPTR_OBJ@ +@@ -138,7 +138,7 @@ XPTR_OBJ = @XPTR_OBJ@ Z_CFLAGS = @Z_CFLAGS@ Z_LIBS = @Z_LIBS@ @@ -11,7 +11,7 @@ $NetBSD: patch-ad,v 1.9 2003/02/25 14:41:37 jmmv Exp $ # The top-level SGML file. DOC_MAIN_SGML_FILE = gnome-xml.sgml -@@ -147,7 +147,7 @@ DOC_SOURCE_DIR = .. +@@ -148,7 +148,7 @@ DOC_SOURCE_DIR = .. HTML_DIR = $(datadir)/doc @@ -20,13 +20,14 @@ $NetBSD: patch-ad,v 1.9 2003/02/25 14:41:37 jmmv Exp $ PAGES = architecture.html bugs.html contribs.html docs.html DOM.html \ downloads.html entities.html example.html help.html index.html \ interface.html intro.html library.html namespaces.html news.html \ -@@ -369,8 +369,7 @@ install-data-local: +@@ -370,8 +370,8 @@ install-data-local: -@INSTALL@ -m 0644 $(srcdir)/xml.html $(srcdir)/encoding.html $(srcdir)/FAQ.html $(srcdir)/structure.gif $(srcdir)/DOM.gif $(srcdir)/smallfootonly.gif $(srcdir)/redhat.gif $(srcdir)/libxml.gif $(srcdir)/w3c.png $(srcdir)/Libxml2-Logo-180x168.gif $(srcdir)/Libxml2-Logo-90x34.gif $(DESTDIR)$(TARGET_DIR) -@INSTALL@ -m 0644 $(srcdir)/html/*.html $(DESTDIR)$(TARGET_DIR) -@INSTALL@ -m 0644 $(srcdir)/html/index.sgml $(DESTDIR)$(TARGET_DIR) - -(cd $(DESTDIR); gtkdoc-fixxref --module=libxml --html-dir=$(HTML_DIR)) - -@(tar cf - tutorial | (cd $(DESTDIR)$(TARGET_DIR) && tar xvf -)) -+ -@(tar cf - tutorial | (cd $(DESTDIR)$(TARGET_DIR) && tar xmvf -)) ++ $(mkinstalldirs) $(DESTDIR)$(TARGET_DIR)/tutorial ++ -@(cd tutorial && $(PAX) -rwpppm . $(DESTDIR)$(TARGET_DIR)/tutorial) .PHONY : html sgml templates scan |