summaryrefslogtreecommitdiffstats
path: root/system
diff options
context:
space:
mode:
author Ruben Schuller <ruben@orgizm.net>2015-04-17 01:07:31 +0700
committer Willy Sudiarto Raharjo <willysr@slackbuilds.org>2015-04-17 01:07:31 +0700
commit517147a506887e555dd909f41e03e23c8714b47b (patch)
treefb79cab7acce2daa7986b64650021407310e10ef /system
parentcea3b5e0bd1dbbd71b3e8a3db3656feb9c8c6120 (diff)
downloadslackbuilds-517147a506887e555dd909f41e03e23c8714b47b.tar.gz
slackbuilds-517147a506887e555dd909f41e03e23c8714b47b.tar.xz
system/heirloom-doctools: Updated for version 150406.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system')
-rw-r--r--system/heirloom-doctools/heirloom-doctools.SlackBuild5
-rw-r--r--system/heirloom-doctools/heirloom-doctools.info6
-rw-r--r--system/heirloom-doctools/patches/mk.config.patch-15040632
3 files changed, 38 insertions, 5 deletions
diff --git a/system/heirloom-doctools/heirloom-doctools.SlackBuild b/system/heirloom-doctools/heirloom-doctools.SlackBuild
index 5b2e73a1b2..6febdcd52c 100644
--- a/system/heirloom-doctools/heirloom-doctools.SlackBuild
+++ b/system/heirloom-doctools/heirloom-doctools.SlackBuild
@@ -2,7 +2,7 @@
# Slackware build script for heirloom-doctools
-# Copyright 2013 Ruben Schuller
+# Copyright 2013 - 2015 Ruben Schuller
# All rights reserved.
#
# Redistribution and use of this script, with or without modification, is
@@ -23,7 +23,7 @@
# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
PRGNAM=heirloom-doctools
-VERSION=${VERSION:-141217}
+VERSION=${VERSION:-150406}
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
@@ -62,6 +62,7 @@ cd $TMP
rm -rf $PRGNAM-$VERSION
tar xvf $CWD/$PRGNAM-${VERSION}.tar.bz2
cd $PRGNAM-$VERSION
+
chown -R root:root .
find -L . \
\( -perm 777 -o -perm 775 -o -perm 750 -o -perm 711 -o -perm 555 \
diff --git a/system/heirloom-doctools/heirloom-doctools.info b/system/heirloom-doctools/heirloom-doctools.info
index 75e35ab342..73debbfab7 100644
--- a/system/heirloom-doctools/heirloom-doctools.info
+++ b/system/heirloom-doctools/heirloom-doctools.info
@@ -1,8 +1,8 @@
PRGNAM="heirloom-doctools"
-VERSION="141217"
+VERSION="150406"
HOMEPAGE="http://n-t-roff.github.io/heirloom/doctools.html"
-DOWNLOAD="https://github.com/n-t-roff/heirloom-doctools/releases/download/141217/heirloom-doctools-141217.tar.bz2"
-MD5SUM="fe85e4e295ae1223cbf100886a5d0742"
+DOWNLOAD="https://github.com/n-t-roff/heirloom-doctools/releases/download/150406/heirloom-doctools-150406.tar.bz2"
+MD5SUM="a612aa02565610f2eab5a26f2da261fe"
DOWNLOAD_x86_64=""
MD5SUM_x86_64=""
REQUIRES=""
diff --git a/system/heirloom-doctools/patches/mk.config.patch-150406 b/system/heirloom-doctools/patches/mk.config.patch-150406
new file mode 100644
index 0000000000..493eef5be7
--- /dev/null
+++ b/system/heirloom-doctools/patches/mk.config.patch-150406
@@ -0,0 +1,32 @@
+--- mk.config 2014-12-18 11:47:38.598721584 +0100
++++ mk.config.new 2014-12-18 11:54:05.831880503 +0100
+@@ -6,17 +6,17 @@
+ #
+ # Packaging prefix.
+ #
+-PREFIX=/usr/local
++PREFIX=/opt/heirloom
+
+ #
+ # Where to place binaries.
+ #
+-BINDIR=$(PREFIX)/ucb
++BINDIR=$(PREFIX)/bin
+
+ #
+ # Where to place libraries.
+ #
+-LIBDIR=$(PREFIX)/ucblib
++LIBDIR=$(PREFIX)/lib
+
+ #
+ # Where to place ASCII charts and the like.
+@@ -26,7 +26,7 @@
+ #
+ # Where to place manual pages.
+ #
+-MANDIR=$(PREFIX)/share/heirloom-doctools/man
++MANDIR=$(PREFIX)/man
+
+ #
+ # Where to place the troff macro packages.