Github messages for voidlinux
 help / color / mirror / Atom feed
From: voidlinux-github@inbox.vuxu.org
To: ml@inbox.vuxu.org
Subject: [PR PATCH] libxslt: update to 1.1.34
Date: Tue, 12 Nov 2019 00:06:32 +0100	[thread overview]
Message-ID: <gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-16391@inbox.vuxu.org> (raw)

[-- 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

             reply	other threads:[~2019-11-11 23:06 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-11-11 23:06 voidlinux-github [this message]
2019-11-12 11:56 ` [PR PATCH] [Merged]: " voidlinux-github

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=gh-mailinglist-notifications-41a7ca26-5023-4802-975b-f1789d68868e-void-packages-16391@inbox.vuxu.org \
    --to=voidlinux-github@inbox.vuxu.org \
    --cc=ml@inbox.vuxu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).