diff options
author | Ruben Schuller <sb@rbn.im> | 2017-01-22 08:52:43 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2017-01-24 07:22:56 +0700 |
commit | 56c28defc8b3f8be4d786d3bf565126a468a3b75 (patch) | |
tree | 07f94a8d5bb93281e72b4070a20bd4e69d232485 /system/heirloom-doctools/patches | |
parent | 71c04ee12226c6063d688ba6581a86b7d2b77f31 (diff) |
system/heirloom-doctools: Updated for version 160308.
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-141029 | 59 | ||||
-rw-r--r-- | system/heirloom-doctools/patches/mk.config.patch-150406 | 32 | ||||
-rw-r--r-- | system/heirloom-doctools/patches/mk.config.patch-160308 (renamed from system/heirloom-doctools/patches/mk.config.patch-141217) | 0 | ||||
-rw-r--r-- | system/heirloom-doctools/patches/mk.config.patch-latest | 47 |
4 files changed, 0 insertions, 138 deletions
diff --git a/system/heirloom-doctools/patches/mk.config.patch-141029 b/system/heirloom-doctools/patches/mk.config.patch-141029 deleted file mode 100644 index f7205fcede475..0000000000000 --- a/system/heirloom-doctools/patches/mk.config.patch-141029 +++ /dev/null @@ -1,59 +0,0 @@ ---- 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. diff --git a/system/heirloom-doctools/patches/mk.config.patch-150406 b/system/heirloom-doctools/patches/mk.config.patch-150406 deleted file mode 100644 index 493eef5be7b7f..0000000000000 --- a/system/heirloom-doctools/patches/mk.config.patch-150406 +++ /dev/null @@ -1,32 +0,0 @@ ---- 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. diff --git a/system/heirloom-doctools/patches/mk.config.patch-141217 b/system/heirloom-doctools/patches/mk.config.patch-160308 index 493eef5be7b7f..493eef5be7b7f 100644 --- a/system/heirloom-doctools/patches/mk.config.patch-141217 +++ b/system/heirloom-doctools/patches/mk.config.patch-160308 diff --git a/system/heirloom-doctools/patches/mk.config.patch-latest b/system/heirloom-doctools/patches/mk.config.patch-latest deleted file mode 100644 index 58c7540cb0dc7..0000000000000 --- a/system/heirloom-doctools/patches/mk.config.patch-latest +++ /dev/null @@ -1,47 +0,0 @@ ---- heirloom-doctools/mk.config 2008-04-07 20:55:15.000000000 +0200 -+++ heirloom-doctools/mk.config.new 2013-03-22 19:18:29.311264770 +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. -@@ -111,7 +111,7 @@ - # - # A Bourne-compatible shell. - # --SHELL=/sbin/sh -+SHELL=/bin/sh - - # - # Run ranlib if it is in the current path. This should take care |