pkgsrc-WIP-changes archive

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

compat32_libxslt: Rename libxslt-32 to compat32_libxslt



Module Name:	pkgsrc-wip
Committed By:	Naveen Narayanan <zerous@nocebo.space>
Pushed By:	zerous
Date:		Tue Jul 23 18:06:14 2019 +0200
Changeset:	88046f05e2cdb28b9756fb3680d80a8973883baa

Added Files:
	compat32_libxslt/DESCR
	compat32_libxslt/Makefile
	compat32_libxslt/Makefile.common
	compat32_libxslt/PLIST
	compat32_libxslt/buildlink3.mk
	compat32_libxslt/distinfo
	compat32_libxslt/err
	compat32_libxslt/make.log
	compat32_libxslt/patches/patch-libexslt_date.c
	compat32_libxslt/xsltproc-nonet.mk
Removed Files:
	libxslt-32/DESCR
	libxslt-32/Makefile
	libxslt-32/Makefile.common
	libxslt-32/PLIST
	libxslt-32/buildlink3.mk
	libxslt-32/distinfo
	libxslt-32/patches/patch-libexslt_date.c
	libxslt-32/xsltproc-nonet.mk

Log Message:
compat32_libxslt: Rename libxslt-32 to compat32_libxslt

To see a diff of this commit:
https://wip.pkgsrc.org/cgi-bin/gitweb.cgi?p=pkgsrc-wip.git;a=commitdiff;h=88046f05e2cdb28b9756fb3680d80a8973883baa

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

diffstat:
 compat32_libxslt/DESCR                         |   7 +
 compat32_libxslt/Makefile                      |  32 +++
 compat32_libxslt/Makefile.common               |  21 ++
 compat32_libxslt/PLIST                         | 127 ++++++++++
 compat32_libxslt/buildlink3.mk                 |  17 ++
 compat32_libxslt/distinfo                      |   7 +
 compat32_libxslt/err                           |  97 +++++++
 compat32_libxslt/make.log                      | 334 +++++++++++++++++++++++++
 compat32_libxslt/patches/patch-libexslt_date.c |  12 +
 compat32_libxslt/xsltproc-nonet.mk             |  15 ++
 libxslt-32/DESCR                               |   7 -
 libxslt-32/Makefile                            |  33 ---
 libxslt-32/Makefile.common                     |  21 --
 libxslt-32/PLIST                               | 127 ----------
 libxslt-32/buildlink3.mk                       |  17 --
 libxslt-32/distinfo                            |   7 -
 libxslt-32/patches/patch-libexslt_date.c       |  12 -
 libxslt-32/xsltproc-nonet.mk                   |  15 --
 18 files changed, 669 insertions(+), 239 deletions(-)

diffs:
diff --git a/compat32_libxslt/DESCR b/compat32_libxslt/DESCR
new file mode 100644
index 0000000000..97da94e582
--- /dev/null
+++ b/compat32_libxslt/DESCR
@@ -0,0 +1,7 @@
+Libxslt is the XSLT C library developed for the Gnome project. XSLT itself is
+an XML language to define transformation for XML. Libxslt is based on libxml2
+the XML C library developed for the Gnome project. It also implements most of
+the EXSLT set of extensions functions and some of Saxon's evaluate and
+expressions extensions.
+
+This package is intended to crosscompile libxslt for i386.
diff --git a/compat32_libxslt/Makefile b/compat32_libxslt/Makefile
new file mode 100644
index 0000000000..ffdc85e34b
--- /dev/null
+++ b/compat32_libxslt/Makefile
@@ -0,0 +1,32 @@
+# $NetBSD: Makefile,v 1.108 2019/01/09 19:12:14 adam Exp $
+
+.include "Makefile.common"
+
+BUILD_DEPENDS+=	docbook-xml-[0-9]*:../../textproc/docbook-xml
+BUILD_DEPENDS+=	docbook-xsl-[0-9]*:../../textproc/docbook-xsl
+
+USE_LIBTOOL=		yes
+USE_TOOLS+=		gmake perl
+GNU_CONFIGURE=		yes
+GNU_CONFIGURE_PREFIX=   ${PREFIX}/emul/netbsd32/
+CONFIGURE_ARGS+=	--with-libxml-prefix=${BUILDLINK_PREFIX.compat32_libxml2}
+CONFIGURE_ARGS+=	--without-python
+CONFIGURE_ARGS+=	--with-html-subdir=libxslt
+
+PKGCONFIG_OVERRIDE=	libxslt.pc.in
+PKGCONFIG_OVERRIDE+=	libexslt.pc.in
+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*)
+CPPFLAGS+=	-Dsocklen_t=int
+.endif
+
+BUILDLINK_API_DEPENDS.libxml2+=	libxml2>=2.6.27
+
+.include "../../wip/compat32_libgcrypt/buildlink3.mk"
+.include "../../wip/compat32_libgpg-error/buildlink3.mk"
+.include "../../wip/compat32_libxml2/buildlink3.mk"
+.include "../../mk/bsd.pkg.mk"
diff --git a/compat32_libxslt/Makefile.common b/compat32_libxslt/Makefile.common
new file mode 100644
index 0000000000..62f4611595
--- /dev/null
+++ b/compat32_libxslt/Makefile.common
@@ -0,0 +1,21 @@
+# $NetBSD: Makefile.common,v 1.5 2019/01/09 19:12:14 adam Exp $
+#
+# used by textproc/libxslt/Makefile
+# used by textproc/py-libxslt/Makefile
+
+DISTNAME=	libxslt-1.1.33
+CATEGORIES=	textproc
+MASTER_SITES=	ftp://xmlsoft.org/libxslt/
+MASTER_SITES+=	http://xmlsoft.org/sources/
+ABI?=           	32
+PKGNAME=		compat${ABI}_libxslt-1.1.33
+MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
+HOMEPAGE=	http://xmlsoft.org/XSLT/
+COMMENT=	XSLT parser library from the GNOME project
+LICENSE=	mit # with advertisement clause
+
+PATCHDIR=	${.CURDIR}/../../textproc/libxslt/patches
+DISTINFO_FILE=	${.CURDIR}/../../textproc/libxslt/distinfo
+
+post-extract:
+	cp ${WRKSRC}/libxslt/libxslt.syms ${WRKSRC}/libxslt/libxslt_solaris.syms
diff --git a/compat32_libxslt/PLIST b/compat32_libxslt/PLIST
new file mode 100644
index 0000000000..53205757f3
--- /dev/null
+++ b/compat32_libxslt/PLIST
@@ -0,0 +1,127 @@
+@comment $NetBSD$
+emul/netbsd32/bin/xslt-config
+emul/netbsd32/bin/xsltproc
+emul/netbsd32/include/libexslt/exslt.h
+emul/netbsd32/include/libexslt/exsltconfig.h
+emul/netbsd32/include/libexslt/exsltexports.h
+emul/netbsd32/include/libxslt/attributes.h
+emul/netbsd32/include/libxslt/documents.h
+emul/netbsd32/include/libxslt/extensions.h
+emul/netbsd32/include/libxslt/extra.h
+emul/netbsd32/include/libxslt/functions.h
+emul/netbsd32/include/libxslt/imports.h
+emul/netbsd32/include/libxslt/keys.h
+emul/netbsd32/include/libxslt/namespaces.h
+emul/netbsd32/include/libxslt/numbersInternals.h
+emul/netbsd32/include/libxslt/pattern.h
+emul/netbsd32/include/libxslt/preproc.h
+emul/netbsd32/include/libxslt/security.h
+emul/netbsd32/include/libxslt/templates.h
+emul/netbsd32/include/libxslt/transform.h
+emul/netbsd32/include/libxslt/variables.h
+emul/netbsd32/include/libxslt/xslt.h
+emul/netbsd32/include/libxslt/xsltInternals.h
+emul/netbsd32/include/libxslt/xsltconfig.h
+emul/netbsd32/include/libxslt/xsltexports.h
+emul/netbsd32/include/libxslt/xsltlocale.h
+emul/netbsd32/include/libxslt/xsltutils.h
+emul/netbsd32/lib/libexslt.la
+emul/netbsd32/lib/libxslt.la
+emul/netbsd32/lib/pkgconfig/libexslt.pc
+emul/netbsd32/lib/pkgconfig/libxslt.pc
+emul/netbsd32/lib/xsltConf.sh
+emul/netbsd32/man/man1/xsltproc.1
+emul/netbsd32/man/man3/libexslt.3
+emul/netbsd32/man/man3/libxslt.3
+emul/netbsd32/share/aclocal/libxslt.m4
+emul/netbsd32/share/doc/libxslt/API.html
+emul/netbsd32/share/doc/libxslt/APIchunk0.html
+emul/netbsd32/share/doc/libxslt/APIchunk1.html
+emul/netbsd32/share/doc/libxslt/APIchunk10.html
+emul/netbsd32/share/doc/libxslt/APIchunk11.html
+emul/netbsd32/share/doc/libxslt/APIchunk12.html
+emul/netbsd32/share/doc/libxslt/APIchunk13.html
+emul/netbsd32/share/doc/libxslt/APIchunk2.html
+emul/netbsd32/share/doc/libxslt/APIchunk3.html
+emul/netbsd32/share/doc/libxslt/APIchunk4.html
+emul/netbsd32/share/doc/libxslt/APIchunk5.html
+emul/netbsd32/share/doc/libxslt/APIchunk6.html
+emul/netbsd32/share/doc/libxslt/APIchunk7.html
+emul/netbsd32/share/doc/libxslt/APIchunk8.html
+emul/netbsd32/share/doc/libxslt/APIchunk9.html
+emul/netbsd32/share/doc/libxslt/APIconstructors.html
+emul/netbsd32/share/doc/libxslt/APIfiles.html
+emul/netbsd32/share/doc/libxslt/APIfunctions.html
+emul/netbsd32/share/doc/libxslt/APIsymbols.html
+emul/netbsd32/share/doc/libxslt/EXSLT/APIchunk0.html
+emul/netbsd32/share/doc/libxslt/EXSLT/APIconstructors.html
+emul/netbsd32/share/doc/libxslt/EXSLT/APIfiles.html
+emul/netbsd32/share/doc/libxslt/EXSLT/APIfunctions.html
+emul/netbsd32/share/doc/libxslt/EXSLT/APIsymbols.html
+emul/netbsd32/share/doc/libxslt/EXSLT/bugs.html
+emul/netbsd32/share/doc/libxslt/EXSLT/docs.html
+emul/netbsd32/share/doc/libxslt/EXSLT/downloads.html
+emul/netbsd32/share/doc/libxslt/EXSLT/exslt.html
+emul/netbsd32/share/doc/libxslt/EXSLT/help.html
+emul/netbsd32/share/doc/libxslt/EXSLT/index.html
+emul/netbsd32/share/doc/libxslt/EXSLT/intro.html
+emul/netbsd32/share/doc/libxslt/FAQ.html
+emul/netbsd32/share/doc/libxslt/Libxslt-Logo-180x168.gif
+emul/netbsd32/share/doc/libxslt/Libxslt-Logo-90x34.gif
+emul/netbsd32/share/doc/libxslt/bugs.html
+emul/netbsd32/share/doc/libxslt/contexts.gif
+emul/netbsd32/share/doc/libxslt/contribs.html
+emul/netbsd32/share/doc/libxslt/docbook.html
+emul/netbsd32/share/doc/libxslt/docs.html
+emul/netbsd32/share/doc/libxslt/downloads.html
+emul/netbsd32/share/doc/libxslt/extensions.html
+emul/netbsd32/share/doc/libxslt/help.html
+emul/netbsd32/share/doc/libxslt/html/book1.html
+emul/netbsd32/share/doc/libxslt/html/home.png
+emul/netbsd32/share/doc/libxslt/html/index.html
+emul/netbsd32/share/doc/libxslt/html/left.png
+emul/netbsd32/share/doc/libxslt/html/libxslt-attributes.html
+emul/netbsd32/share/doc/libxslt/html/libxslt-documents.html
+emul/netbsd32/share/doc/libxslt/html/libxslt-extensions.html
+emul/netbsd32/share/doc/libxslt/html/libxslt-extra.html
+emul/netbsd32/share/doc/libxslt/html/libxslt-functions.html
+emul/netbsd32/share/doc/libxslt/html/libxslt-imports.html
+emul/netbsd32/share/doc/libxslt/html/libxslt-keys.html
+emul/netbsd32/share/doc/libxslt/html/libxslt-lib.html
+emul/netbsd32/share/doc/libxslt/html/libxslt-namespaces.html
+emul/netbsd32/share/doc/libxslt/html/libxslt-numbersInternals.html
+emul/netbsd32/share/doc/libxslt/html/libxslt-pattern.html
+emul/netbsd32/share/doc/libxslt/html/libxslt-preproc.html
+emul/netbsd32/share/doc/libxslt/html/libxslt-security.html
+emul/netbsd32/share/doc/libxslt/html/libxslt-templates.html
+emul/netbsd32/share/doc/libxslt/html/libxslt-transform.html
+emul/netbsd32/share/doc/libxslt/html/libxslt-variables.html
+emul/netbsd32/share/doc/libxslt/html/libxslt-xslt.html
+emul/netbsd32/share/doc/libxslt/html/libxslt-xsltInternals.html
+emul/netbsd32/share/doc/libxslt/html/libxslt-xsltexports.html
+emul/netbsd32/share/doc/libxslt/html/libxslt-xsltlocale.html
+emul/netbsd32/share/doc/libxslt/html/libxslt-xsltutils.html
+emul/netbsd32/share/doc/libxslt/html/right.png
+emul/netbsd32/share/doc/libxslt/html/up.png
+emul/netbsd32/share/doc/libxslt/index.html
+emul/netbsd32/share/doc/libxslt/internals.html
+emul/netbsd32/share/doc/libxslt/intro.html
+emul/netbsd32/share/doc/libxslt/news.html
+emul/netbsd32/share/doc/libxslt/node.gif
+emul/netbsd32/share/doc/libxslt/object.gif
+emul/netbsd32/share/doc/libxslt/processing.gif
+emul/netbsd32/share/doc/libxslt/python.html
+emul/netbsd32/share/doc/libxslt/redhat.gif
+emul/netbsd32/share/doc/libxslt/smallfootonly.gif
+emul/netbsd32/share/doc/libxslt/stylesheet.gif
+emul/netbsd32/share/doc/libxslt/templates.gif
+emul/netbsd32/share/doc/libxslt/tutorial/libxslt_tutorial.c
+emul/netbsd32/share/doc/libxslt/tutorial/libxslttutorial.html
+emul/netbsd32/share/doc/libxslt/tutorial/libxslttutorial.xml
+emul/netbsd32/share/doc/libxslt/tutorial2/libxslt_pipes.c
+emul/netbsd32/share/doc/libxslt/tutorial2/libxslt_pipes.html
+emul/netbsd32/share/doc/libxslt/tutorial2/libxslt_pipes.xml
+emul/netbsd32/share/doc/libxslt/xslt.html
+emul/netbsd32/share/doc/libxslt/xsltproc.html
+emul/netbsd32/share/doc/libxslt/xsltproc2.html
+@pkgdir emul/netbsd32/lib/libxslt-plugins
diff --git a/compat32_libxslt/buildlink3.mk b/compat32_libxslt/buildlink3.mk
new file mode 100644
index 0000000000..fc895c815b
--- /dev/null
+++ b/compat32_libxslt/buildlink3.mk
@@ -0,0 +1,17 @@
+# $NetBSD: buildlink3.mk,v 1.19 2014/01/01 11:52:03 wiz Exp $
+
+BUILDLINK_TREE+=	compat32_libxslt
+
+.if !defined(COMPAT32_LIBXSLT_BUILDLINK3_MK)
+COMPAT32_LIBXSLT_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.compat32_libxslt+=	compat32_libxslt>=1.1.8
+BUILDLINK_ABI_DEPENDS.compat32_libxslt+=	compat32_libxslt>=1.1.28nb2
+BUILDLINK_PKGSRCDIR.compat32_libxslt?=	../../wip/compat32_libxslt
+BUILDLINK.LIBDIRS.compat32_libxslt=	emul/netbsd32/lib
+
+.include "../../wip/libgcrypt-32/buildlink3.mk"
+.include "../../textproc/libxml2/buildlink3.mk"
+.endif # COMPAT32_LIBXSLT_BUILDLINK3_MK
+
+BUILDLINK_TREE+=	-compat32_libxslt
diff --git a/compat32_libxslt/distinfo b/compat32_libxslt/distinfo
new file mode 100644
index 0000000000..bb91698e31
--- /dev/null
+++ b/compat32_libxslt/distinfo
@@ -0,0 +1,7 @@
+$NetBSD: distinfo,v 1.64 2019/01/09 19:12:14 adam 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 (patch-libexslt_date.c) = 40ce3940a93b6a2dc804f62676909d3313e0ea52
diff --git a/compat32_libxslt/err b/compat32_libxslt/err
new file mode 100644
index 0000000000..186090a7a7
--- /dev/null
+++ b/compat32_libxslt/err
@@ -0,0 +1,97 @@
+checking for x86_64--netbsd-xml2-config... no
+checking for xml2-config... /usr/pkg/bin/xml2-config
+checking for libxml libraries >= 2.6.27... 2.9.9 found
+checking whether shared libraries will be built (required for plugins)... yes
+checking libxml2 module support... yes
+checking that generated files are newer than configure... done
+configure: creating ./config.status
+config.status: creating Makefile
+config.status: creating libxslt.pc
+config.status: creating libexslt.pc
+config.status: creating libxslt/Makefile
+config.status: creating libxslt/xsltconfig.h
+config.status: creating libxslt/xsltwin32config.h
+config.status: creating libexslt/Makefile
+config.status: creating libexslt/exsltconfig.h
+config.status: creating xsltproc/Makefile
+config.status: creating python/Makefile
+config.status: creating python/tests/Makefile
+config.status: creating tests/Makefile
+config.status: creating tests/docs/Makefile
+config.status: creating tests/REC1/Makefile
+config.status: creating tests/REC2/Makefile
+config.status: creating tests/REC/Makefile
+config.status: creating tests/general/Makefile
+config.status: creating tests/reports/Makefile
+config.status: creating tests/extensions/Makefile
+config.status: creating tests/namespaces/Makefile
+config.status: creating tests/keys/Makefile
+config.status: creating tests/numbers/Makefile
+config.status: creating tests/documents/Makefile
+config.status: creating tests/xmlspec/Makefile
+config.status: creating tests/multiple/Makefile
+config.status: creating tests/xinclude/Makefile
+config.status: creating tests/XSLTMark/Makefile
+config.status: creating tests/docbook/Makefile
+config.status: creating tests/exslt/Makefile
+config.status: creating tests/exslt/common/Makefile
+config.status: creating tests/exslt/functions/Makefile
+config.status: creating tests/exslt/math/Makefile
+config.status: creating tests/exslt/saxon/Makefile
+config.status: creating tests/exslt/sets/Makefile
+config.status: creating tests/exslt/strings/Makefile
+config.status: creating tests/exslt/date/Makefile
+config.status: creating tests/exslt/dynamic/Makefile
+config.status: creating tests/exslt/crypto/Makefile
+config.status: creating tests/plugins/Makefile
+config.status: creating doc/Makefile
+config.status: creating xslt-config
+config.status: creating libxslt.spec
+config.status: creating config.h
+config.status: executing depfiles commands
+config.status: executing libtool commands
+rm: libtoolT: No such file or directory
+=> Modifying libtool scripts to use pkgsrc libtool
+=> Modifying libtool scripts to use pkgsrc depcomp
+===> build-message [compat32_libxslt-1.1.33] ===> Building for compat32_libxslt-1.1.33
+/usr/pkg/bin/gmake  all-recursive
+gmake[1]: Entering directory '/usr/pkgsrc/wip/libxslt-32/work/libxslt-1.1.33'
+Making all in libxslt
+gmake[2]: Entering directory '/usr/pkgsrc/wip/libxslt-32/work/libxslt-1.1.33/libxslt'
+  CC       attrvt.lo
+  CC       xslt.lo
+  CC       xsltutils.lo
+  CC       pattern.lo
+  CC       xsltlocale.lo
+  CC       templates.lo
+  CC       variables.lo
+  CC       keys.lo
+  CC       numbers.lo
+  CC       extensions.lo
+  CC       extra.lo
+  CC       functions.lo
+  CC       namespaces.lo
+  CC       imports.lo
+  CC       documents.lo
+  CC       preproc.lo
+  CC       attributes.lo
+  CC       security.lo
+  CC       transform.lo
+  CCLD     libxslt.la
+ld: skipping incompatible /usr/pkgsrc/wip/libxslt-32/work/.buildlink/lib/libxml2.so when searching for -lxml2
+ld: skipping incompatible /usr/pkgsrc/wip/libxslt-32/work/.buildlink/lib/libxml2.a when searching for -lxml2
+ld: cannot find -lxml2
+gmake[2]: *** [Makefile:533: libxslt.la] Error 1
+gmake[2]: Leaving directory '/usr/pkgsrc/wip/libxslt-32/work/libxslt-1.1.33/libxslt'
+gmake[1]: *** [Makefile:614: all-recursive] Error 1
+gmake[1]: Leaving directory '/usr/pkgsrc/wip/libxslt-32/work/libxslt-1.1.33'
+gmake: *** [Makefile:440: all] Error 2
+*** Error code 2
+
+Stop.
+make[1]: stopped in /usr/pkgsrc/wip/libxslt-32
+*** Error code 1
+
+Stop.
+make: stopped in /usr/pkgsrc/wip/libxslt-32
+
diff --git a/compat32_libxslt/make.log b/compat32_libxslt/make.log
new file mode 100644
index 0000000000..13fd59e211
--- /dev/null
+++ b/compat32_libxslt/make.log
@@ -0,0 +1,334 @@
+=> Bootstrap dependency digest>=20010302: found digest-20190127
+===> _pkgformat-check-vulnerable [compat32_libxslt-1.1.33] ===> Skipping vulnerability checks.
+WARNING: No /var/db/pkg/pkg-vulnerabilities file found.
+WARNING: To fix run: `/usr/sbin/pkg_admin -K /var/db/pkg fetch-pkg-vulnerabilities'.
+=> Checksum SHA1 OK for libxslt-1.1.33.tar.gz
+=> Checksum RMD160 OK for libxslt-1.1.33.tar.gz
+=> Checksum SHA512 OK for libxslt-1.1.33.tar.gz
+===> depends-message [compat32_libxslt-1.1.33] ===> Installing dependencies for compat32_libxslt-1.1.33
+=> Tool dependency libtool-base>=2.4.2nb9: found libtool-base-2.4.6nb2
+=> Tool dependency gmake>=3.81: found gmake-4.2.1nb1
+=> Tool dependency perl>=5.0: found perl-5.28.2
+=> Tool dependency checkperms>=1.1: found checkperms-1.12
+=> Build dependency docbook-xml-[0-9]*: found docbook-xml-4.5
+=> Build dependency docbook-xsl-[0-9]*: found docbook-xsl-1.79.1nb3
+=> Build dependency libxml2>=2.8.0nb2: found libxml2-2.9.9
+=> Build dependency cwrappers>=20150314: found cwrappers-20180325
+=> Full dependency compat32_libgcrypt>=1.6.0: found compat32_libgcrypt-1.8.4
+=> Full dependency compat32_libxml2>=2.8.0nb2: found compat32_libxml2-2.9.9
+===> tools-message [compat32_libxslt-1.1.33] ===> Overriding tools for compat32_libxslt-1.1.33
+===> extract-message [compat32_libxslt-1.1.33] ===> Extracting for compat32_libxslt-1.1.33
+cp /usr/pkgsrc/wip/libxslt-32/work/libxslt-1.1.33/libxslt/libxslt.syms /usr/pkgsrc/wip/libxslt-32/work/libxslt-1.1.33/libxslt/libxslt_solaris.syms
+===> patch-message [compat32_libxslt-1.1.33] ===> Patching for compat32_libxslt-1.1.33
+=> Applying pkgsrc patches for compat32_libxslt-1.1.33
+=> Verifying /usr/pkgsrc/wip/libxslt-32/../../textproc/libxslt/patches/patch-libexslt_date.c
+=> Applying pkgsrc patch /usr/pkgsrc/wip/libxslt-32/../../textproc/libxslt/patches/patch-libexslt_date.c
+Hmm...  Looks like a unified diff to me...
+The text leading up to this was:
+--------------------------
+|$NetBSD: patch-libexslt_date.c,v 1.1 2019/01/09 19:12:14 adam Exp $
+|
+|--- libexslt/date.c.orig	2012-09-12 05:58:38.000000000 +0000
+|+++ libexslt/date.c
+--------------------------
+Patching file libexslt/date.c using Plan A...
+Hunk #1 succeeded at 31.
+done
+===> wrapper-message [compat32_libxslt-1.1.33] ===> Creating toolchain wrappers for compat32_libxslt-1.1.33
+===> configure-message [compat32_libxslt-1.1.33] ===> Configuring for compat32_libxslt-1.1.33
+=> Modifying GNU configure scripts to avoid --recheck
+=> Replacing config-guess with pkgsrc versions
+=> Replacing config-sub with pkgsrc versions
+=> Replacing install-sh with pkgsrc version
+=> Adding run-time search paths to pkg-config files.
+INFO: [subst.mk:_pkgconfig] Nothing changed in ./libxslt.pc.in.
+INFO: [subst.mk:_pkgconfig] Nothing changed in ./libexslt.pc.in.
+=> Checking for portability problems in extracted files
+checking build system type... x86_64--netbsd
+checking host system type... x86_64--netbsd
+checking for x86_64--netbsd-gcc... gcc
+checking whether the C compiler works... yes
+checking for C compiler default output file name... a.out
+checking for suffix of executables... 
+checking whether we are cross compiling... no
+checking for suffix of object files... o
+checking whether we are using the GNU C compiler... yes
+checking whether gcc accepts -g... yes
+checking for gcc option to accept ISO C89... none needed
+checking whether gcc understands -c and -o together... yes
+checking how to run the C preprocessor... gcc -E
+checking for grep that handles long lines and -e... (cached) /usr/bin/grep
+checking for egrep... (cached) /usr/bin/egrep
+checking for ANSI C header files... yes
+checking for sys/types.h... yes
+checking for sys/stat.h... yes
+checking for stdlib.h... yes
+checking for string.h... yes
+checking for memory.h... yes
+checking for strings.h... yes
+checking for inttypes.h... yes
+checking for stdint.h... yes
+checking for unistd.h... yes
+checking minix/config.h usability... no
+checking minix/config.h presence... no
+checking for minix/config.h... no
+checking whether it is safe to define __EXTENSIONS__... yes
+checking for a BSD-compatible install... /usr/bin/install -c -o zer -g users
+checking whether build environment is sane... yes
+checking for a thread-safe mkdir -p... ./install-sh -c -d
+checking for gawk... /usr/bin/awk
+checking whether make sets $(MAKE)... yes
+checking for style of include used by make... GNU
+checking whether make supports nested variables... yes
+checking dependency style of gcc... gcc3
+checking whether make supports nested variables... (cached) yes
+checking for x86_64--netbsd-gcc... (cached) gcc
+checking whether we are using the GNU C compiler... (cached) yes
+checking whether gcc accepts -g... (cached) yes
+checking for gcc option to accept ISO C89... (cached) none needed
+checking whether gcc understands -c and -o together... (cached) yes
+checking how to run the C preprocessor... gcc -E
+checking for xmllint... /usr/pkg/bin/xmllint
+checking for xsltproc... /usr/pkg/bin/xsltproc
+checking for ANSI C header files... (cached) yes
+checking how to print strings... printf
+checking for a sed that does not truncate output... /usr/bin/sed
+checking for fgrep... /usr/bin/grep -F
+checking for ld used by gcc... /usr/pkgsrc/wip/libxslt-32/work/.cwrapper/bin/ld
+checking if the linker (/usr/pkgsrc/wip/libxslt-32/work/.cwrapper/bin/ld) is GNU ld... yes
+checking for BSD- or MS-compatible name lister (nm)... /usr/bin/nm -B
+checking the name lister (/usr/bin/nm -B) interface... BSD nm
+checking whether ln -s works... yes
+checking the maximum length of command line arguments... (cached) 262144
+checking how to convert x86_64--netbsd file names to x86_64--netbsd format... func_convert_file_noop
+checking how to convert x86_64--netbsd file names to toolchain format... func_convert_file_noop
+checking for /usr/pkgsrc/wip/libxslt-32/work/.cwrapper/bin/ld option to reload object files... -r
+checking for x86_64--netbsd-objdump... no
+checking for objdump... objdump
+checking how to recognize dependent libraries... match_pattern /lib[^/]+(\.so|_pic\.a)$
+checking for x86_64--netbsd-dlltool... no
+checking for dlltool... no
+checking how to associate runtime and link libraries... printf %s\n
+checking for x86_64--netbsd-ar... no
+checking for ar... ar
+checking for archiver @FILE support... @
+checking for x86_64--netbsd-strip... no
+checking for strip... strip
+checking for x86_64--netbsd-ranlib... no
+checking for ranlib... ranlib
+checking command to parse /usr/bin/nm -B output from gcc object... ok
+checking for sysroot... no
+checking for a working dd... /bin/dd
+checking how to truncate binary pipes... /bin/dd bs=4096 count=1
+checking for x86_64--netbsd-mt... no
+checking for mt... mt
+checking if mt is a manifest tool... no
+checking for dlfcn.h... yes
+checking for objdir... .libs
+checking if gcc supports -fno-rtti -fno-exceptions... no
+checking for gcc option to produce PIC... -fPIC -DPIC
+checking if gcc PIC flag -fPIC -DPIC works... yes
+checking if gcc static flag -static works... yes
+checking if gcc supports -c -o file.o... rm: conftest*: No such file or directory
+yes
+checking if gcc supports -c -o file.o... (cached) yes
+checking whether the gcc linker (/usr/pkgsrc/wip/libxslt-32/work/.cwrapper/bin/ld) supports shared libraries... yes
+checking whether -lc should be explicitly linked in... rm: conftest*: No such file or directory
+no
+checking dynamic linker characteristics... NetBSD ld.elf_so
+checking how to hardcode library paths into programs... immediate
+checking whether stripping libraries is possible... no
+checking if libtool supports shared libraries... yes
+checking whether to build shared libraries... yes
+checking whether to build static libraries... yes
+checking for sys/types.h... (cached) yes
+checking sys/time.h usability... yes
+checking sys/time.h presence... yes
+checking for sys/time.h... yes
+checking for stdlib.h... (cached) yes
+checking for unistd.h... (cached) yes
+checking for string.h... (cached) yes
+checking how to pass version script to the linker (/usr/pkgsrc/wip/libxslt-32/work/.cwrapper/bin/ld)... -Wl,--version-script=
+checking pthread.h usability... yes
+checking pthread.h presence... yes
+checking for pthread.h... yes
+checking for pthread_join in -lpthread... yes
+checking locale.h usability... yes
+checking locale.h presence... yes
+checking for locale.h... yes
+checking xlocale.h usability... no
+checking xlocale.h presence... no
+checking for xlocale.h... no
+checking for strxfrm_l... yes
+checking ieeefp.h usability... yes
+checking ieeefp.h presence... yes
+checking for ieeefp.h... yes
+checking nan.h usability... no
+checking nan.h presence... no
+checking for nan.h... no
+checking math.h usability... yes
+checking math.h presence... yes
+checking for math.h... yes
+checking fp_class.h usability... no
+checking fp_class.h presence... no
+checking for fp_class.h... no
+checking float.h usability... yes
+checking float.h presence... yes
+checking for float.h... yes
+checking ansidecl.h usability... no
+checking ansidecl.h presence... no
+checking for ansidecl.h... no
+checking sys/timeb.h usability... yes
+checking sys/timeb.h presence... yes
+checking for sys/timeb.h... yes
+checking time.h usability... yes
+checking time.h presence... yes
+checking for time.h... yes
+checking for sys/stat.h... (cached) yes
+checking sys/select.h usability... yes
+checking sys/select.h presence... yes
+checking for sys/select.h... yes
+checking stdarg.h usability... yes
+checking stdarg.h presence... yes
+checking for stdarg.h... yes
+checking errno.h usability... yes
+checking errno.h presence... yes
+checking for errno.h... yes
+checking for stat... yes
+checking for _stat... no
+checking for pow... no
+checking for pow in -lm... yes
+checking for floor... no
+checking for floor in -lm... yes
+checking for fabs... yes
+checking for gettimeofday... yes
+checking for localtime... yes
+checking for localtime_r... yes
+checking for time... yes
+checking for gmtime... yes
+checking for gmtime_r... yes
+checking for ftime... no
+checking for printf... yes
+checking for sprintf... yes
+checking for fprintf... yes
+checking for snprintf... yes
+checking for vfprintf... yes
+checking for vsprintf... yes
+checking for vsnprintf... yes
+checking for sscanf... yes
+checking for clock_gettime... yes
+checking for perl... /usr/pkg/bin/perl
+checking for x86_64--netbsd-libgcrypt-config... no
+checking for libgcrypt-config... /usr/pkg/bin/libgcrypt-config
+Crypto extensions will be available.
+Enabling debugger
+checking for x86_64--netbsd-xml2-config... no
+checking for xml2-config... /usr/pkg/bin/xml2-config
+checking for libxml libraries >= 2.6.27... 2.9.9 found
+checking whether shared libraries will be built (required for plugins)... yes
+checking libxml2 module support... yes
+checking that generated files are newer than configure... done
+configure: creating ./config.status
+config.status: creating Makefile
+config.status: creating libxslt.pc
+config.status: creating libexslt.pc
+config.status: creating libxslt/Makefile
+config.status: creating libxslt/xsltconfig.h
+config.status: creating libxslt/xsltwin32config.h
+config.status: creating libexslt/Makefile
+config.status: creating libexslt/exsltconfig.h
+config.status: creating xsltproc/Makefile
+config.status: creating python/Makefile
+config.status: creating python/tests/Makefile
+config.status: creating tests/Makefile
+config.status: creating tests/docs/Makefile
+config.status: creating tests/REC1/Makefile
+config.status: creating tests/REC2/Makefile
+config.status: creating tests/REC/Makefile
+config.status: creating tests/general/Makefile
+config.status: creating tests/reports/Makefile
+config.status: creating tests/extensions/Makefile
+config.status: creating tests/namespaces/Makefile
+config.status: creating tests/keys/Makefile
+config.status: creating tests/numbers/Makefile
+config.status: creating tests/documents/Makefile
+config.status: creating tests/xmlspec/Makefile
+config.status: creating tests/multiple/Makefile
+config.status: creating tests/xinclude/Makefile
+config.status: creating tests/XSLTMark/Makefile
+config.status: creating tests/docbook/Makefile
+config.status: creating tests/exslt/Makefile
+config.status: creating tests/exslt/common/Makefile
+config.status: creating tests/exslt/functions/Makefile
+config.status: creating tests/exslt/math/Makefile
+config.status: creating tests/exslt/saxon/Makefile
+config.status: creating tests/exslt/sets/Makefile
+config.status: creating tests/exslt/strings/Makefile
+config.status: creating tests/exslt/date/Makefile
+config.status: creating tests/exslt/dynamic/Makefile
+config.status: creating tests/exslt/crypto/Makefile
+config.status: creating tests/plugins/Makefile
+config.status: creating doc/Makefile
+config.status: creating xslt-config
+config.status: creating libxslt.spec
+config.status: creating config.h
+config.status: executing depfiles commands
+config.status: executing libtool commands
+rm: libtoolT: No such file or directory
+=> Modifying libtool scripts to use pkgsrc libtool
+=> Modifying libtool scripts to use pkgsrc depcomp
+===> build-message [compat32_libxslt-1.1.33] ===> Building for compat32_libxslt-1.1.33
+/usr/pkg/bin/gmake  all-recursive
+gmake[1]: Entering directory '/usr/pkgsrc/wip/libxslt-32/work/libxslt-1.1.33'
+Making all in libxslt
+gmake[2]: Entering directory '/usr/pkgsrc/wip/libxslt-32/work/libxslt-1.1.33/libxslt'
+  CC       attrvt.lo
+  CC       xslt.lo
+  CC       xsltlocale.lo
+  CC       pattern.lo
+  CC       xsltutils.lo
+  CC       templates.lo
+  CC       variables.lo
+  CC       keys.lo
+  CC       numbers.lo
+  CC       extensions.lo
+  CC       extra.lo
+  CC       functions.lo
+  CC       namespaces.lo
+  CC       imports.lo
+  CC       attributes.lo
+  CC       documents.lo
+  CC       preproc.lo
+  CC       transform.lo
+  CC       security.lo
+  CCLD     libxslt.la
+gmake[2]: Leaving directory '/usr/pkgsrc/wip/libxslt-32/work/libxslt-1.1.33/libxslt'
+Making all in libexslt
+gmake[2]: Entering directory '/usr/pkgsrc/wip/libxslt-32/work/libxslt-1.1.33/libexslt'
+  CC       exslt.lo
+  CC       common.lo
+  CC       crypto.lo
+  CC       math.lo
+  CC       functions.lo
+  CC       sets.lo
+  CC       strings.lo
+  CC       date.lo
+  CC       saxon.lo
+  CC       dynamic.lo
+  CCLD     libexslt.la
+ld: skipping incompatible /usr/pkgsrc/wip/libxslt-32/work/.buildlink/lib/libgpg-error.so when searching for -lgpg-error
+ld: skipping incompatible /usr/pkgsrc/wip/libxslt-32/work/.buildlink/lib/libgpg-error.a when searching for -lgpg-error
+ld: cannot find -lgpg-error
+gmake[2]: *** [Makefile:493: libexslt.la] Error 1
+gmake[2]: Leaving directory '/usr/pkgsrc/wip/libxslt-32/work/libxslt-1.1.33/libexslt'
+gmake[1]: *** [Makefile:614: all-recursive] Error 1
+gmake[1]: Leaving directory '/usr/pkgsrc/wip/libxslt-32/work/libxslt-1.1.33'
+gmake: *** [Makefile:440: all] Error 2
+*** Error code 2
+
+Stop.
+make[1]: stopped in /usr/pkgsrc/wip/libxslt-32
+*** Error code 1
+
+Stop.
+make: stopped in /usr/pkgsrc/wip/libxslt-32
diff --git a/compat32_libxslt/patches/patch-libexslt_date.c b/compat32_libxslt/patches/patch-libexslt_date.c
new file mode 100644
index 0000000000..7933aa0e5d
--- /dev/null
+++ b/compat32_libxslt/patches/patch-libexslt_date.c
@@ -0,0 +1,12 @@
+$NetBSD: patch-libexslt_date.c,v 1.1 2019/01/09 19:12:14 adam Exp $
+
+--- libexslt/date.c.orig	2012-09-12 05:58:38.000000000 +0000
++++ libexslt/date.c
+@@ -31,6 +31,7 @@
+ #if defined(HAVE_LOCALTIME_R) && defined(__GLIBC__)	/* _POSIX_SOURCE required by gnu libc */
+ #ifndef _AIX51		/* but on AIX we're not using gnu libc */
+ #define _POSIX_SOURCE
++#define _POSIX_C_SOURCE 199506L /* POSIX.1c */
+ #endif
+ #endif
+ 
diff --git a/compat32_libxslt/xsltproc-nonet.mk b/compat32_libxslt/xsltproc-nonet.mk
new file mode 100644
index 0000000000..1fa6f31a1b
--- /dev/null
+++ b/compat32_libxslt/xsltproc-nonet.mk
@@ -0,0 +1,15 @@
+# $NetBSD: xsltproc-nonet.mk,v 1.3 2015/07/09 01:56:44 richard Exp $
+
+BUILD_DEPENDS+=	libxslt-[0-9]*:../../textproc/libxslt
+
+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 .'
+create-xsltproc-wrapper:
+	${PRINTF} "#! ${SH}\\n\
+	${LOCALBASE}/bin/xsltproc --nonet \
+	--path ${XSLTPROC_PATH:U.:O:u:ts::Q} \$$*\\n\
+	" > ${BUILDLINK_DIR}/bin/xsltproc
+	${CHMOD} +x ${BUILDLINK_DIR}/bin/xsltproc
diff --git a/libxslt-32/DESCR b/libxslt-32/DESCR
deleted file mode 100644
index 97da94e582..0000000000
--- a/libxslt-32/DESCR
+++ /dev/null
@@ -1,7 +0,0 @@
-Libxslt is the XSLT C library developed for the Gnome project. XSLT itself is
-an XML language to define transformation for XML. Libxslt is based on libxml2
-the XML C library developed for the Gnome project. It also implements most of
-the EXSLT set of extensions functions and some of Saxon's evaluate and
-expressions extensions.
-
-This package is intended to crosscompile libxslt for i386.
diff --git a/libxslt-32/Makefile b/libxslt-32/Makefile
deleted file mode 100644
index d3a9a30d3a..0000000000
--- a/libxslt-32/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# $NetBSD: Makefile,v 1.108 2019/01/09 19:12:14 adam Exp $
-
-.include "Makefile.common"
-
-BUILD_DEPENDS+=	docbook-xml-[0-9]*:../../textproc/docbook-xml
-BUILD_DEPENDS+=	docbook-xsl-[0-9]*:../../textproc/docbook-xsl
-
-USE_LIBTOOL=		yes
-USE_TOOLS+=		gmake perl
-GNU_CONFIGURE=		yes
-GNU_CONFIGURE_PREFIX=   ${PREFIX}/emul/netbsd32/
-CONFIGURE_ARGS+=	--with-libxml-prefix=${BUILDLINK_PREFIX.compat32_libxml2}
-CONFIGURE_ARGS+=	--without-python
-CONFIGURE_ARGS+=	--with-html-subdir=libxslt
-CFLAGS+=                -m32
-
-PKGCONFIG_OVERRIDE=	libxslt.pc.in
-PKGCONFIG_OVERRIDE+=	libexslt.pc.in
-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*)
-CPPFLAGS+=	-Dsocklen_t=int
-.endif
-
-BUILDLINK_API_DEPENDS.libxml2+=	libxml2>=2.6.27
-
-.include "../../wip/libgcrypt-32/buildlink3.mk"
-.include "../../wip/libgpg-error-32/buildlink3.mk"
-.include "../../wip/libxml2-32/buildlink3.mk"
-.include "../../mk/bsd.pkg.mk"
diff --git a/libxslt-32/Makefile.common b/libxslt-32/Makefile.common
deleted file mode 100644
index 62f4611595..0000000000
--- a/libxslt-32/Makefile.common
+++ /dev/null
@@ -1,21 +0,0 @@
-# $NetBSD: Makefile.common,v 1.5 2019/01/09 19:12:14 adam Exp $
-#
-# used by textproc/libxslt/Makefile
-# used by textproc/py-libxslt/Makefile
-
-DISTNAME=	libxslt-1.1.33
-CATEGORIES=	textproc
-MASTER_SITES=	ftp://xmlsoft.org/libxslt/
-MASTER_SITES+=	http://xmlsoft.org/sources/
-ABI?=           	32
-PKGNAME=		compat${ABI}_libxslt-1.1.33
-MAINTAINER=	pkgsrc-users%NetBSD.org@localhost
-HOMEPAGE=	http://xmlsoft.org/XSLT/
-COMMENT=	XSLT parser library from the GNOME project
-LICENSE=	mit # with advertisement clause
-
-PATCHDIR=	${.CURDIR}/../../textproc/libxslt/patches
-DISTINFO_FILE=	${.CURDIR}/../../textproc/libxslt/distinfo
-
-post-extract:
-	cp ${WRKSRC}/libxslt/libxslt.syms ${WRKSRC}/libxslt/libxslt_solaris.syms
diff --git a/libxslt-32/PLIST b/libxslt-32/PLIST
deleted file mode 100644
index 53205757f3..0000000000
--- a/libxslt-32/PLIST
+++ /dev/null
@@ -1,127 +0,0 @@
-@comment $NetBSD$
-emul/netbsd32/bin/xslt-config
-emul/netbsd32/bin/xsltproc
-emul/netbsd32/include/libexslt/exslt.h
-emul/netbsd32/include/libexslt/exsltconfig.h
-emul/netbsd32/include/libexslt/exsltexports.h
-emul/netbsd32/include/libxslt/attributes.h
-emul/netbsd32/include/libxslt/documents.h
-emul/netbsd32/include/libxslt/extensions.h
-emul/netbsd32/include/libxslt/extra.h
-emul/netbsd32/include/libxslt/functions.h
-emul/netbsd32/include/libxslt/imports.h
-emul/netbsd32/include/libxslt/keys.h
-emul/netbsd32/include/libxslt/namespaces.h
-emul/netbsd32/include/libxslt/numbersInternals.h
-emul/netbsd32/include/libxslt/pattern.h
-emul/netbsd32/include/libxslt/preproc.h
-emul/netbsd32/include/libxslt/security.h
-emul/netbsd32/include/libxslt/templates.h
-emul/netbsd32/include/libxslt/transform.h
-emul/netbsd32/include/libxslt/variables.h
-emul/netbsd32/include/libxslt/xslt.h
-emul/netbsd32/include/libxslt/xsltInternals.h
-emul/netbsd32/include/libxslt/xsltconfig.h
-emul/netbsd32/include/libxslt/xsltexports.h
-emul/netbsd32/include/libxslt/xsltlocale.h
-emul/netbsd32/include/libxslt/xsltutils.h
-emul/netbsd32/lib/libexslt.la
-emul/netbsd32/lib/libxslt.la
-emul/netbsd32/lib/pkgconfig/libexslt.pc
-emul/netbsd32/lib/pkgconfig/libxslt.pc
-emul/netbsd32/lib/xsltConf.sh
-emul/netbsd32/man/man1/xsltproc.1
-emul/netbsd32/man/man3/libexslt.3
-emul/netbsd32/man/man3/libxslt.3
-emul/netbsd32/share/aclocal/libxslt.m4
-emul/netbsd32/share/doc/libxslt/API.html
-emul/netbsd32/share/doc/libxslt/APIchunk0.html
-emul/netbsd32/share/doc/libxslt/APIchunk1.html
-emul/netbsd32/share/doc/libxslt/APIchunk10.html
-emul/netbsd32/share/doc/libxslt/APIchunk11.html
-emul/netbsd32/share/doc/libxslt/APIchunk12.html
-emul/netbsd32/share/doc/libxslt/APIchunk13.html
-emul/netbsd32/share/doc/libxslt/APIchunk2.html
-emul/netbsd32/share/doc/libxslt/APIchunk3.html
-emul/netbsd32/share/doc/libxslt/APIchunk4.html
-emul/netbsd32/share/doc/libxslt/APIchunk5.html
-emul/netbsd32/share/doc/libxslt/APIchunk6.html
-emul/netbsd32/share/doc/libxslt/APIchunk7.html
-emul/netbsd32/share/doc/libxslt/APIchunk8.html
-emul/netbsd32/share/doc/libxslt/APIchunk9.html
-emul/netbsd32/share/doc/libxslt/APIconstructors.html
-emul/netbsd32/share/doc/libxslt/APIfiles.html
-emul/netbsd32/share/doc/libxslt/APIfunctions.html
-emul/netbsd32/share/doc/libxslt/APIsymbols.html
-emul/netbsd32/share/doc/libxslt/EXSLT/APIchunk0.html
-emul/netbsd32/share/doc/libxslt/EXSLT/APIconstructors.html
-emul/netbsd32/share/doc/libxslt/EXSLT/APIfiles.html
-emul/netbsd32/share/doc/libxslt/EXSLT/APIfunctions.html
-emul/netbsd32/share/doc/libxslt/EXSLT/APIsymbols.html
-emul/netbsd32/share/doc/libxslt/EXSLT/bugs.html
-emul/netbsd32/share/doc/libxslt/EXSLT/docs.html
-emul/netbsd32/share/doc/libxslt/EXSLT/downloads.html
-emul/netbsd32/share/doc/libxslt/EXSLT/exslt.html
-emul/netbsd32/share/doc/libxslt/EXSLT/help.html
-emul/netbsd32/share/doc/libxslt/EXSLT/index.html
-emul/netbsd32/share/doc/libxslt/EXSLT/intro.html
-emul/netbsd32/share/doc/libxslt/FAQ.html
-emul/netbsd32/share/doc/libxslt/Libxslt-Logo-180x168.gif
-emul/netbsd32/share/doc/libxslt/Libxslt-Logo-90x34.gif
-emul/netbsd32/share/doc/libxslt/bugs.html
-emul/netbsd32/share/doc/libxslt/contexts.gif
-emul/netbsd32/share/doc/libxslt/contribs.html
-emul/netbsd32/share/doc/libxslt/docbook.html
-emul/netbsd32/share/doc/libxslt/docs.html
-emul/netbsd32/share/doc/libxslt/downloads.html
-emul/netbsd32/share/doc/libxslt/extensions.html
-emul/netbsd32/share/doc/libxslt/help.html
-emul/netbsd32/share/doc/libxslt/html/book1.html
-emul/netbsd32/share/doc/libxslt/html/home.png
-emul/netbsd32/share/doc/libxslt/html/index.html
-emul/netbsd32/share/doc/libxslt/html/left.png
-emul/netbsd32/share/doc/libxslt/html/libxslt-attributes.html
-emul/netbsd32/share/doc/libxslt/html/libxslt-documents.html
-emul/netbsd32/share/doc/libxslt/html/libxslt-extensions.html
-emul/netbsd32/share/doc/libxslt/html/libxslt-extra.html
-emul/netbsd32/share/doc/libxslt/html/libxslt-functions.html
-emul/netbsd32/share/doc/libxslt/html/libxslt-imports.html
-emul/netbsd32/share/doc/libxslt/html/libxslt-keys.html
-emul/netbsd32/share/doc/libxslt/html/libxslt-lib.html
-emul/netbsd32/share/doc/libxslt/html/libxslt-namespaces.html
-emul/netbsd32/share/doc/libxslt/html/libxslt-numbersInternals.html
-emul/netbsd32/share/doc/libxslt/html/libxslt-pattern.html
-emul/netbsd32/share/doc/libxslt/html/libxslt-preproc.html
-emul/netbsd32/share/doc/libxslt/html/libxslt-security.html
-emul/netbsd32/share/doc/libxslt/html/libxslt-templates.html
-emul/netbsd32/share/doc/libxslt/html/libxslt-transform.html
-emul/netbsd32/share/doc/libxslt/html/libxslt-variables.html
-emul/netbsd32/share/doc/libxslt/html/libxslt-xslt.html
-emul/netbsd32/share/doc/libxslt/html/libxslt-xsltInternals.html
-emul/netbsd32/share/doc/libxslt/html/libxslt-xsltexports.html
-emul/netbsd32/share/doc/libxslt/html/libxslt-xsltlocale.html
-emul/netbsd32/share/doc/libxslt/html/libxslt-xsltutils.html
-emul/netbsd32/share/doc/libxslt/html/right.png
-emul/netbsd32/share/doc/libxslt/html/up.png
-emul/netbsd32/share/doc/libxslt/index.html
-emul/netbsd32/share/doc/libxslt/internals.html
-emul/netbsd32/share/doc/libxslt/intro.html
-emul/netbsd32/share/doc/libxslt/news.html
-emul/netbsd32/share/doc/libxslt/node.gif
-emul/netbsd32/share/doc/libxslt/object.gif
-emul/netbsd32/share/doc/libxslt/processing.gif
-emul/netbsd32/share/doc/libxslt/python.html
-emul/netbsd32/share/doc/libxslt/redhat.gif
-emul/netbsd32/share/doc/libxslt/smallfootonly.gif
-emul/netbsd32/share/doc/libxslt/stylesheet.gif
-emul/netbsd32/share/doc/libxslt/templates.gif
-emul/netbsd32/share/doc/libxslt/tutorial/libxslt_tutorial.c
-emul/netbsd32/share/doc/libxslt/tutorial/libxslttutorial.html
-emul/netbsd32/share/doc/libxslt/tutorial/libxslttutorial.xml
-emul/netbsd32/share/doc/libxslt/tutorial2/libxslt_pipes.c
-emul/netbsd32/share/doc/libxslt/tutorial2/libxslt_pipes.html
-emul/netbsd32/share/doc/libxslt/tutorial2/libxslt_pipes.xml
-emul/netbsd32/share/doc/libxslt/xslt.html
-emul/netbsd32/share/doc/libxslt/xsltproc.html
-emul/netbsd32/share/doc/libxslt/xsltproc2.html
-@pkgdir emul/netbsd32/lib/libxslt-plugins
diff --git a/libxslt-32/buildlink3.mk b/libxslt-32/buildlink3.mk
deleted file mode 100644
index 22ffb575ac..0000000000
--- a/libxslt-32/buildlink3.mk
+++ /dev/null
@@ -1,17 +0,0 @@
-# $NetBSD: buildlink3.mk,v 1.19 2014/01/01 11:52:03 wiz Exp $
-
-BUILDLINK_TREE+=	compat32_libxslt
-
-.if !defined(COMPAT32_LIBXSLT_BUILDLINK3_MK)
-COMPAT32_LIBXSLT_BUILDLINK3_MK:=
-
-BUILDLINK_API_DEPENDS.compat32_libxslt+=	compat32_libxslt>=1.1.8
-BUILDLINK_ABI_DEPENDS.compat32_libxslt+=	compat32_libxslt>=1.1.28nb2
-BUILDLINK_PKGSRCDIR.compat32_libxslt?=	../../wip/libxslt-32
-BUILDLINK.LIBDIRS.compat32_libxslt=	emul/netbsd32/lib
-
-.include "../../wip/libgcrypt-32/buildlink3.mk"
-.include "../../textproc/libxml2/buildlink3.mk"
-.endif # COMPAT32_LIBXSLT_BUILDLINK3_MK
-
-BUILDLINK_TREE+=	-compat32_libxslt
diff --git a/libxslt-32/distinfo b/libxslt-32/distinfo
deleted file mode 100644
index bb91698e31..0000000000
--- a/libxslt-32/distinfo
+++ /dev/null
@@ -1,7 +0,0 @@
-$NetBSD: distinfo,v 1.64 2019/01/09 19:12:14 adam 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 (patch-libexslt_date.c) = 40ce3940a93b6a2dc804f62676909d3313e0ea52
diff --git a/libxslt-32/patches/patch-libexslt_date.c b/libxslt-32/patches/patch-libexslt_date.c
deleted file mode 100644
index 7933aa0e5d..0000000000
--- a/libxslt-32/patches/patch-libexslt_date.c
+++ /dev/null
@@ -1,12 +0,0 @@
-$NetBSD: patch-libexslt_date.c,v 1.1 2019/01/09 19:12:14 adam Exp $
-
---- libexslt/date.c.orig	2012-09-12 05:58:38.000000000 +0000
-+++ libexslt/date.c
-@@ -31,6 +31,7 @@
- #if defined(HAVE_LOCALTIME_R) && defined(__GLIBC__)	/* _POSIX_SOURCE required by gnu libc */
- #ifndef _AIX51		/* but on AIX we're not using gnu libc */
- #define _POSIX_SOURCE
-+#define _POSIX_C_SOURCE 199506L /* POSIX.1c */
- #endif
- #endif
- 
diff --git a/libxslt-32/xsltproc-nonet.mk b/libxslt-32/xsltproc-nonet.mk
deleted file mode 100644
index 1fa6f31a1b..0000000000
--- a/libxslt-32/xsltproc-nonet.mk
+++ /dev/null
@@ -1,15 +0,0 @@
-# $NetBSD: xsltproc-nonet.mk,v 1.3 2015/07/09 01:56:44 richard Exp $
-
-BUILD_DEPENDS+=	libxslt-[0-9]*:../../textproc/libxslt
-
-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 .'
-create-xsltproc-wrapper:
-	${PRINTF} "#! ${SH}\\n\
-	${LOCALBASE}/bin/xsltproc --nonet \
-	--path ${XSLTPROC_PATH:U.:O:u:ts::Q} \$$*\\n\
-	" > ${BUILDLINK_DIR}/bin/xsltproc
-	${CHMOD} +x ${BUILDLINK_DIR}/bin/xsltproc



Home | Main Index | Thread Index | Old Index