~alpine/aports

testing/docbook2x: Fix for literal ${prefix} in docbook2x-man v1 PROPOSED

Ben Allen: 1
 testing/docbook2x: Fix for literal ${prefix} in docbook2x-man

 1 files changed, 3 insertions(+), 2 deletions(-)
Export patchset (mbox)
How do I use this?

Copy & paste the following snippet into your terminal to import this patchset into git:

curl -s https://lists.alpinelinux.org/~alpine/aports/patches/2039/mbox | git am -3
Learn more about email & git

[alpine-aports] [PATCH] testing/docbook2x: Fix for literal ${prefix} in docbook2x-man Export this patch

Run autoreconf --install before ./configure to fix literal ${prefix} being included in docbook2x-man. Without the autoreconf, 01_fix_static_datadir_evaluation.patch isn't actually effective. Same bug reported in Debian package: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=800142 and fixed in 0.8.8-12.
---
 testing/docbook2x/APKBUILD | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/testing/docbook2x/APKBUILD b/testing/docbook2x/APKBUILD
index 70fa97d..7e29233 100644
--- a/testing/docbook2x/APKBUILD
+++ b/testing/docbook2x/APKBUILD
@@ -2,14 +2,14 @@
# Maintainer: Sören Tempel <soeren+alpine@soeren-tempel.net>
pkgname=docbook2x
pkgver=0.8.8
pkgrel=1
pkgrel=2
pkgdesc="DocBook converter to UNIX manpage and GNU Texinfo format"
url="http://docbook2x.sourceforge.net"
arch="all"
license="MIT"
depends="texinfo openjade docbook-xml docbook-xsl perl-xml-sax libxslt"
depends_dev=""
makedepends=""
makedepends="autoconf automake"
install=""
subpackages="$pkgname-doc"
source="http://downloads.sourceforge.net/$pkgname/docbook2X-$pkgver.tar.gz
@@ -33,6 +33,7 @@ prepare() {

build() {
	cd "$_builddir"
	autoreconf --install
	./configure \
		--build=$CBUILD \
		--host=$CHOST \
-- 
2.7.0



---
Unsubscribe:  alpine-aports+unsubscribe@lists.alpinelinux.org
Help:         alpine-aports+help@lists.alpinelinux.org
---