Github messages for voidlinux
 help / color / mirror / Atom feed
* [PR PATCH] libxslt: update to 1.1.34
@ 2019-11-11 23:06 voidlinux-github
  2019-11-12 11:56 ` [PR PATCH] [Merged]: " voidlinux-github
  0 siblings, 1 reply; 2+ messages in thread
From: voidlinux-github @ 2019-11-11 23:06 UTC (permalink / raw)
  To: ml

[-- Attachment #1: Type: text/plain, Size: 400 bytes --]

There is a new pull request by ndowens against master on the void-packages repository

https://github.com/ndowens/void-packages libxslt
https://github.com/void-linux/void-packages/pull/16391

libxslt: update to 1.1.34
Built some packages that depends on this and also one that uses it as a runtime dependency

A patch file from https://github.com/void-linux/void-packages/pull/16391.patch is attached

[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #2: github-pr-libxslt-16391.patch --]
[-- Type: text/x-diff, Size: 1926 bytes --]

From b81587e6546bc752e3a295b90bb79ad1b14a2375 Mon Sep 17 00:00:00 2001
From: Nathan Owens <ndowens04@gmail.com>
Date: Mon, 11 Nov 2019 15:56:22 -0600
Subject: [PATCH] libxslt: update to 1.1.34

---
 srcpkgs/libxslt/template | 19 +++++++++++++++----
 1 file changed, 15 insertions(+), 4 deletions(-)

diff --git a/srcpkgs/libxslt/template b/srcpkgs/libxslt/template
index c5d39e24fc7..54ef76cf2b7 100644
--- a/srcpkgs/libxslt/template
+++ b/srcpkgs/libxslt/template
@@ -1,16 +1,19 @@
 # Template file for 'libxslt'
 pkgname=libxslt
-version=1.1.33
+version=1.1.34
 revision=1
 build_style=gnu-configure
-configure_args="--disable-static"
+configure_args="--disable-static --disable-dependency-tracking"
+hostmakedepends="libtool"
 makedepends="python-devel libxml2-devel libxml2-python libgcrypt-devel"
 short_desc="XSLT parser library from the GNOME project"
 maintainer="Orphaned <orphan@voidlinux.org>"
 license="MIT"
 homepage="http://xmlsoft.org/XSLT/"
-distfiles="ftp://xmlsoft.org/${pkgname}/${pkgname}-${version}.tar.gz"
-checksum=8e36605144409df979cab43d835002f63988f3dc94d5d3537c12796db90e38c8
+distfiles="http://xmlsoft.org/sources/libxslt-${version}.tar.gz
+	ftp://xmlsoft.org/${pkgname}/${pkgname}-${version}.tar.gz"
+checksum="98b1bd46d6792925ad2dfe9a87452ea2adebf69dcb9919ffd55bf926a7f93f7f
+ 98b1bd46d6792925ad2dfe9a87452ea2adebf69dcb9919ffd55bf926a7f93f7f"
 
 if [ "$CROSS_BUILD" ]; then
 	hostmakedepends="libtool automake gettext-devel ${makedepends}"
@@ -21,6 +24,14 @@ if [ "$CROSS_BUILD" ]; then
 	}
 fi
 
+post_configure() {
+	# Remove missing seperators and errors
+	# on don't know how to make target, needed
+	# by Usage:
+	# Makefile is created after configure so fix here
+	find ${wrksrc} -type f -name Makefile | xargs sed -i '/Usage/,/--version/d'
+}
+
 post_install() {
 	# Remove references to the install(1) wrapper.
 	sed -e "s,${XBPS_WRAPPERDIR},/usr/bin,g" -i ${DESTDIR}/usr/bin/xslt-config

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-11-12 11:56 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-11 23:06 [PR PATCH] libxslt: update to 1.1.34 voidlinux-github
2019-11-12 11:56 ` [PR PATCH] [Merged]: " voidlinux-github

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).