summaryrefslogtreecommitdiffstats
path: root/system/heirloom-doctools/patches
diff options
context:
space:
mode:
author Ruben Schuller2014-12-08 00:51:11 +0100
committer Willy Sudiarto Raharjo2014-12-08 04:17:10 +0100
commit460649dfb6693a633d52bab690ab300095d72610 (patch)
tree58b76878f19597387bc5c785f71cec692b114289 /system/heirloom-doctools/patches
parent8c18aeb3d406aa84fc291368d9fd0c74fde66851 (diff)
downloadslackbuilds-460649dfb6693a633d52bab690ab300095d72610.tar.gz
system/heirloom-doctools: Updated for version 141029.
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/heirloom-doctools/patches')
-rw-r--r--system/heirloom-doctools/patches/mk.config.patch-08040738
-rw-r--r--system/heirloom-doctools/patches/mk.config.patch-14102959
2 files changed, 59 insertions, 38 deletions
diff --git a/system/heirloom-doctools/patches/mk.config.patch-080407 b/system/heirloom-doctools/patches/mk.config.patch-080407
deleted file mode 100644
index ac84179f25..0000000000
--- a/system/heirloom-doctools/patches/mk.config.patch-080407
+++ /dev/null
@@ -1,38 +0,0 @@
---- mk.config 2008-04-07 20:42:01.000000000 +0200
-+++ mk.config.tarball 2013-03-25 00:42:05.491153492 +0100
-@@ -1,22 +1,22 @@
- #
- # A BSD-compatible install command.
- #
--INSTALL=/usr/ucb/install
-+INSTALL=/usr/bin/install
-
- #
- # Packaging prefix.
- #
--PREFIX=/usr
-+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/man/5man
-+MANDIR=$(PREFIX)/man
-
- #
- # Where to place the troff macro packages.
diff --git a/system/heirloom-doctools/patches/mk.config.patch-141029 b/system/heirloom-doctools/patches/mk.config.patch-141029
new file mode 100644
index 0000000000..f7205fcede
--- /dev/null
+++ b/system/heirloom-doctools/patches/mk.config.patch-141029
@@ -0,0 +1,59 @@
+--- mk.config 2014-12-07 12:21:28.266555391 +0100
++++ mk.config.new 2014-12-07 12:12:19.892411011 +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/man
++MANDIR=$(PREFIX)/man
+
+ #
+ # Where to place the troff macro packages.
+@@ -68,7 +68,7 @@
+ #
+ # Binaries are stripped with this command after installation.
+ #
+-STRIP=strip -s -R .comment -R .note
++STRIP=strip
+
+ #
+ # The C compiler.
+@@ -83,7 +83,7 @@
+ #
+ # Compiler flags.
+ #
+-CFLAGS=-O
++#CFLAGS=-O
+
+ #
+ # C preprocessor flags.
+@@ -101,7 +101,7 @@
+ #
+ # Linker flags.
+ #
+-LDFLAGS=
++#LDFLAGS=
+
+ #
+ # Additional libraries to link with.