summaryrefslogtreecommitdiff
path: root/textproc/libxslt
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/libxslt')
-rw-r--r--textproc/libxslt/Makefile5
-rw-r--r--textproc/libxslt/Makefile.common4
-rw-r--r--textproc/libxslt/PLIST3
-rw-r--r--textproc/libxslt/distinfo10
-rw-r--r--textproc/libxslt/xsltproc-nonet.mk5
5 files changed, 13 insertions, 14 deletions
diff --git a/textproc/libxslt/Makefile b/textproc/libxslt/Makefile
index 9f58d08481a..a793b7e6282 100644
--- a/textproc/libxslt/Makefile
+++ b/textproc/libxslt/Makefile
@@ -1,6 +1,5 @@
-# $NetBSD: Makefile,v 1.109 2019/08/11 13:23:25 wiz Exp $
+# $NetBSD: Makefile,v 1.110 2019/11/06 13:23:45 wiz Exp $
-PKGREVISION= 1
.include "Makefile.common"
BUILD_DEPENDS+= docbook-xml-[0-9]*:../../textproc/docbook-xml
@@ -20,7 +19,7 @@ TEST_TARGET= check
BUILDLINK_TRANSFORM.SunOS+= opt:-Wl,./libxslt.syms:-Wl,./libxslt_solaris.syms
.include "../../mk/bsd.prefs.mk"
-.if !empty(MACHINE_PLATFORM:MIRIX-5*)
+.if !empty(MACHINE_PLATFORM:MIRIX-5.*)
CPPFLAGS+= -Dsocklen_t=int
.endif
diff --git a/textproc/libxslt/Makefile.common b/textproc/libxslt/Makefile.common
index 7e4c98aa96b..914d39d5941 100644
--- a/textproc/libxslt/Makefile.common
+++ b/textproc/libxslt/Makefile.common
@@ -1,9 +1,9 @@
-# $NetBSD: Makefile.common,v 1.5 2019/01/09 19:12:14 adam Exp $
+# $NetBSD: Makefile.common,v 1.6 2019/11/06 13:23:45 wiz Exp $
#
# used by textproc/libxslt/Makefile
# used by textproc/py-libxslt/Makefile
-DISTNAME= libxslt-1.1.33
+DISTNAME= libxslt-1.1.34
CATEGORIES= textproc
MASTER_SITES= ftp://xmlsoft.org/libxslt/
MASTER_SITES+= http://xmlsoft.org/sources/
diff --git a/textproc/libxslt/PLIST b/textproc/libxslt/PLIST
index 09cb8935abe..4e5b043ecfd 100644
--- a/textproc/libxslt/PLIST
+++ b/textproc/libxslt/PLIST
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.40 2010/04/13 16:14:03 drochner Exp $
+@comment $NetBSD: PLIST,v 1.41 2019/11/06 13:23:45 wiz Exp $
bin/xslt-config
bin/xsltproc
include/libexslt/exslt.h
@@ -40,7 +40,6 @@ share/doc/libxslt/APIchunk1.html
share/doc/libxslt/APIchunk10.html
share/doc/libxslt/APIchunk11.html
share/doc/libxslt/APIchunk12.html
-share/doc/libxslt/APIchunk13.html
share/doc/libxslt/APIchunk2.html
share/doc/libxslt/APIchunk3.html
share/doc/libxslt/APIchunk4.html
diff --git a/textproc/libxslt/distinfo b/textproc/libxslt/distinfo
index bb91698e31a..145d85f34d4 100644
--- a/textproc/libxslt/distinfo
+++ b/textproc/libxslt/distinfo
@@ -1,7 +1,7 @@
-$NetBSD: distinfo,v 1.64 2019/01/09 19:12:14 adam Exp $
+$NetBSD: distinfo,v 1.65 2019/11/06 13:23:45 wiz Exp $
-SHA1 (libxslt-1.1.33.tar.gz) = 7dcda921d9d3d3325449dae5cf84dbb102d26928
-RMD160 (libxslt-1.1.33.tar.gz) = e1c3ad9b6f7dbdf069320097e19fce0f11ce5c12
-SHA512 (libxslt-1.1.33.tar.gz) = ebbe438a38bf6355950167d3b580edc22baa46a77068c18c42445c1c9c716d42bed3b30c5cd5bec359ab32d03843224dae458e9e32dc61693e7cf4bab23536e0
-Size (libxslt-1.1.33.tar.gz) = 3444093 bytes
+SHA1 (libxslt-1.1.34.tar.gz) = 5b42a1166a1688207028e4a5e72090828dd2a61e
+RMD160 (libxslt-1.1.34.tar.gz) = 46a5d1ac1524ad685447cec71c0f8313d727f0af
+SHA512 (libxslt-1.1.34.tar.gz) = 1516a11ad608b04740674060d2c5d733b88889de5e413b9a4e8bf8d1a90d712149df6d2b1345b615f529d7c7d3fa6dae12e544da828b39c7d415e54c0ee0776b
+Size (libxslt-1.1.34.tar.gz) = 3552258 bytes
SHA1 (patch-libexslt_date.c) = 40ce3940a93b6a2dc804f62676909d3313e0ea52
diff --git a/textproc/libxslt/xsltproc-nonet.mk b/textproc/libxslt/xsltproc-nonet.mk
index 1fa6f31a1be..1722fb1de74 100644
--- a/textproc/libxslt/xsltproc-nonet.mk
+++ b/textproc/libxslt/xsltproc-nonet.mk
@@ -1,4 +1,4 @@
-# $NetBSD: xsltproc-nonet.mk,v 1.3 2015/07/09 01:56:44 richard Exp $
+# $NetBSD: xsltproc-nonet.mk,v 1.4 2019/11/06 13:23:45 wiz Exp $
BUILD_DEPENDS+= libxslt-[0-9]*:../../textproc/libxslt
@@ -7,9 +7,10 @@ pre-configure: create-xsltproc-wrapper
# --nonet avoids network connections during builds
# XLSTPROC_PATH allows any necessary files (e.g. dtds) to be found
# locally in the paths provided with the default being '--path .'
+.PHONY: create-xsltproc-wrapper
create-xsltproc-wrapper:
${PRINTF} "#! ${SH}\\n\
- ${LOCALBASE}/bin/xsltproc --nonet \
+ ${PREFIX}/bin/xsltproc --nonet \
--path ${XSLTPROC_PATH:U.:O:u:ts::Q} \$$*\\n\
" > ${BUILDLINK_DIR}/bin/xsltproc
${CHMOD} +x ${BUILDLINK_DIR}/bin/xsltproc