~alpine/aports

This thread contains a patchset. You're looking at the original emails, but you may wish to use the patch review UI. Review patch

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

Ben Allen <bensallen@me.com>
Details
Message ID
<1452232819-5334-1-git-send-email-bensallen@me.com>
Sender timestamp
1452232819
DKIM signature
missing
Download raw message
Patch: +3 -2
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
---
Reply to thread Export thread (mbox)