diff options
author | jperkin <jperkin@pkgsrc.org> | 2018-09-25 13:24:39 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2018-09-25 13:24:39 +0000 |
commit | 686aa424a3cd565a89c3c44410337b0b932d101f (patch) | |
tree | 908a6323be18320ca015adf1e87a7e49e421283e /shells | |
parent | eb55974a5d8eec5501f957e70773532952386fa3 (diff) | |
download | pkgsrc-686aa424a3cd565a89c3c44410337b0b932d101f.tar.gz |
zsh: Restore SunOS patch lost in previous update.
Diffstat (limited to 'shells')
-rw-r--r-- | shells/zsh/distinfo | 4 | ||||
-rw-r--r-- | shells/zsh/patches/patch-configure.ac | 13 |
2 files changed, 13 insertions, 4 deletions
diff --git a/shells/zsh/distinfo b/shells/zsh/distinfo index edf2091d3ce..5d0f65879db 100644 --- a/shells/zsh/distinfo +++ b/shells/zsh/distinfo @@ -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 --git a/shells/zsh/patches/patch-configure.ac b/shells/zsh/patches/patch-configure.ac index 6db43f899ba..9a1c034d05d 100644 --- a/shells/zsh/patches/patch-configure.ac +++ b/shells/zsh/patches/patch-configure.ac @@ -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 @@ preprocessor-time, constants. 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 @@ Fix SunOS flags. 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*) |