pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/sysutils/coreutils Add build fix for Solaris taken from
details: https://anonhg.NetBSD.org/pkgsrc/rev/cdc289b3f2c7
branches: trunk
changeset: 550874:cdc289b3f2c7
user: tron <tron%pkgsrc.org@localhost>
date: Tue Dec 02 10:16:30 2008 +0000
description:
Add build fix for Solaris taken from
http://www.nabble.com/coreutils-6.12-fails-to-build-on-Solaris-td20137586.html
as suggested by Tim Zingelman in private e-mail.
diffstat:
sysutils/coreutils/distinfo | 3 ++-
sysutils/coreutils/patches/patch-aa | 22 ++++++++++++++++++++++
2 files changed, 24 insertions(+), 1 deletions(-)
diffs (40 lines):
diff -r e1e99e91f53e -r cdc289b3f2c7 sysutils/coreutils/distinfo
--- a/sysutils/coreutils/distinfo Tue Dec 02 09:00:28 2008 +0000
+++ b/sysutils/coreutils/distinfo Tue Dec 02 10:16:30 2008 +0000
@@ -1,8 +1,9 @@
-$NetBSD: distinfo,v 1.16 2008/10/29 22:34:18 tron Exp $
+$NetBSD: distinfo,v 1.17 2008/12/02 10:16:30 tron Exp $
SHA1 (coreutils-6.12.tar.gz) = 1bb297fdf8b38ca19ab5252c6179b1b2aecd020e
RMD160 (coreutils-6.12.tar.gz) = 95b941657242cfc3f67d721e582a60a4090802ec
Size (coreutils-6.12.tar.gz) = 9001890 bytes
+SHA1 (patch-aa) = 0bfbfe0f60576d2bb8b996df297c79ccf0806115
SHA1 (patch-ab) = bc1e79814a6ebc177862eae1816a24e3a4a5c577
SHA1 (patch-ad) = 145a88a6731fbec315037a140677f2fc763e5026
SHA1 (patch-ag) = 3e24b8e025a151eb7bed4c778a326da5eed09ded
diff -r e1e99e91f53e -r cdc289b3f2c7 sysutils/coreutils/patches/patch-aa
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/coreutils/patches/patch-aa Tue Dec 02 10:16:30 2008 +0000
@@ -0,0 +1,22 @@
+$NetBSD: patch-aa,v 1.5 2008/12/02 10:16:30 tron Exp $
+
+--- configure.orig Sat May 31 16:23:27 2008
++++ configure Mon Dec 1 13:22:27 2008
+@@ -70407,7 +70407,7 @@
+ v=EXTRA_PROGRAMS
+ for gl_i in `sed -n '/^'$v' =/,/[^\]$/p' $mk \
+ | sed 's/^ *//;/^\$.*/d;/^'$v' =/d' \
+- | tr -s '\\015\\012\\\\' ' '`; do
++ | tr -s '\\015\\012\\\\' ' '`; do
+ {
+ if test -z "$optional_bin_progs"; then
+ optional_bin_progs=$gl_i
+@@ -70546,7 +70546,7 @@
+
+ # Change ginstall.1 to "install.h" in $MAN.
+ MAN=`for m in $MAN; do test $m = ginstall.1 && m=install.1; echo $m; done \
+- | tr '\015\012' ' '; echo`
++ | tr '\015\012' ' '; echo`
+
+ # Remove [.1, since writing a portable rule for it in man/Makefile.am
+ # is not practical. The sed LHS below uses the autoconf quadrigraph
Home |
Main Index |
Thread Index |
Old Index