pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/shells/zsh zsh: Restore SunOS patch lost in previous u...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/eba567537ce9
branches:  trunk
changeset: 313308:eba567537ce9
user:      jperkin <jperkin%pkgsrc.org@localhost>
date:      Tue Sep 25 13:24:39 2018 +0000

description:
zsh: Restore SunOS patch lost in previous update.

diffstat:

 shells/zsh/distinfo                   |   4 ++--
 shells/zsh/patches/patch-configure.ac |  13 +++++++++++--
 2 files changed, 13 insertions(+), 4 deletions(-)

diffs (45 lines):

diff -r 3f7712f6b83a -r eba567537ce9 shells/zsh/distinfo
--- a/shells/zsh/distinfo       Tue Sep 25 12:59:25 2018 +0000
+++ b/shells/zsh/distinfo       Tue Sep 25 13:24:39 2018 +0000
@@ -1,8 +1,8 @@
-$NetBSD: distinfo,v 1.65 2018/09/15 13:40:34 wen Exp $
+$NetBSD: distinfo,v 1.66 2018/09/25 13:24:39 jperkin Exp $
 
 SHA1 (zsh-5.6.2.tar.xz) = f10d17431ce2c867f7c99e3f539c6cf458461874
 RMD160 (zsh-5.6.2.tar.xz) = 565369ebdba7d89c1ff46df0d42f20ffc93e34b8
 SHA512 (zsh-5.6.2.tar.xz) = f0a49e41b55eb478692ab5471d7c9828956b7e96bc82944202b0ef1c49a889b21a0e7682aa5f59fd0054ebfd866c2244c8a622e7aa46c13038af5c226c48a3a2
 Size (zsh-5.6.2.tar.xz) = 3077368 bytes
 SHA1 (patch-aczsh.m4) = 36c270d8d7cf727f48787ef889b2bd89cbf065e2
-SHA1 (patch-configure.ac) = 3f59bed777db389aaae72ad7564b16e99e17fee6
+SHA1 (patch-configure.ac) = b25808ef62acaa029d624b08c2ab23805161856e
diff -r 3f7712f6b83a -r eba567537ce9 shells/zsh/patches/patch-configure.ac
--- a/shells/zsh/patches/patch-configure.ac     Tue Sep 25 12:59:25 2018 +0000
+++ b/shells/zsh/patches/patch-configure.ac     Tue Sep 25 13:24:39 2018 +0000
@@ -1,4 +1,4 @@
-$NetBSD: patch-configure.ac,v 1.6 2018/09/09 00:46:52 wen Exp $
+$NetBSD: patch-configure.ac,v 1.7 2018/09/25 13:24:39 jperkin Exp $
 
 Use a compile test, not a run test, for whether various rlimit values
 are equivalent.  A compile test is sufficient because zsh uses these
@@ -7,7 +7,7 @@
 
 Fix SunOS flags.
 
---- configure.ac.orig  2018-09-09 00:27:38.000000000 +0000
+--- configure.ac.orig  2018-09-14 12:56:33.000000000 +0000
 +++ configure.ac
 @@ -1881,77 +1881,9 @@ zsh_LIMIT_PRESENT(RLIMIT_NPTS)
  zsh_LIMIT_PRESENT(RLIMIT_SWAP)
@@ -90,3 +90,12 @@
  
  dnl --------------------------------------------
  dnl Check for members of struct rusage
+@@ -2813,7 +2745,7 @@ char *argv[];
+     sunos*)       DLLDFLAGS="${DLLDFLAGS=-assert nodefinitions}" ;;
+     sysv4*|esix*) DLLDFLAGS="${DLLDFLAGS=-G $ldflags}" ;;
+     aix*)         DLLDFLAGS="${DLLDFLAGS=-G -bexpall -lc}" ;;
+-    solaris*|sysv4*|esix*) DLLDFLAGS="${DLLDFLAGS=-G}" ;;
++    solaris*|sysv4*|esix*) DLLDFLAGS="${DLLDFLAGS=-shared}" ;;
+     darwin*)      DLLDFLAGS="${DLLDFLAGS=-bundle -flat_namespace -undefined suppress}" ;;
+     beos*|haiku*) DLLDFLAGS="${DLLDFLAGS=-nostart}" ;;
+     openbsd*)



Home | Main Index | Thread Index | Old Index