diff options
author | ryoon <ryoon@pkgsrc.org> | 2012-08-16 16:26:46 +0000 |
---|---|---|
committer | ryoon <ryoon@pkgsrc.org> | 2012-08-16 16:26:46 +0000 |
commit | 94998b5055b0de74ccfd65dacfc80289276034d4 (patch) | |
tree | 5e407f6d1ea090dde2b78f7e25927373f866f2fd /shells/zsh | |
parent | 64686045a101334abf04c7021b2dd87396871d87 (diff) | |
download | pkgsrc-94998b5055b0de74ccfd65dacfc80289276034d4.tar.gz |
Remove unnecessary patches. These patches do not work anything.
Pointed out by wiz@. Thank you.
Diffstat (limited to 'shells/zsh')
-rw-r--r-- | shells/zsh/distinfo | 4 | ||||
-rw-r--r-- | shells/zsh/patches/patch-af | 12 | ||||
-rw-r--r-- | shells/zsh/patches/patch-ag | 12 |
3 files changed, 1 insertions, 27 deletions
diff --git a/shells/zsh/distinfo b/shells/zsh/distinfo index f9b576615b6..604fd853e4f 100644 --- a/shells/zsh/distinfo +++ b/shells/zsh/distinfo @@ -1,4 +1,4 @@ -$NetBSD: distinfo,v 1.36 2012/08/16 14:19:34 wiz Exp $ +$NetBSD: distinfo,v 1.37 2012/08/16 16:26:46 ryoon Exp $ SHA1 (zsh-5.0.0.tar.bz2) = 692669243433c55384a54b397a1cc926e582e9f2 RMD160 (zsh-5.0.0.tar.bz2) = d2aff295e245dd5e805215c6dcca1e76af8b9725 @@ -7,5 +7,3 @@ SHA1 (patch-Src_prototypes.h) = 14a766668bda382b3fc736ef4fccf49670e1be9c SHA1 (patch-Src_zsh__system.h) = 1d5827a571b897ae139cb7b0c31d3e5a429aa190 SHA1 (patch-ab) = 1162d9dff51a55abba0a983846181407f4f051df SHA1 (patch-ac) = 52e53fa75cfa1443594a603409bdce53b14f75aa -SHA1 (patch-af) = cedd6fb7369b0fc9debbaab29aaf40c25c587123 -SHA1 (patch-ag) = e18e26bae0996d42fa9f98730a8fb844ce4b7a44 diff --git a/shells/zsh/patches/patch-af b/shells/zsh/patches/patch-af deleted file mode 100644 index 81784227c97..00000000000 --- a/shells/zsh/patches/patch-af +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-af,v 1.4 2012/07/22 10:03:40 ryoon Exp $ - ---- Config/defs.mk.in.orig 2011-04-19 15:05:00.000000000 +0000 -+++ Config/defs.mk.in -@@ -81,6 +81,7 @@ TEXI2PDF = @TEXI2PDF@ - - # install utility - INSTALL_PROGRAM = @INSTALL_PROGRAM@ -+INSTALL_SCRIPT = @INSTALL_SCRIPT@ - INSTALL_DATA = @INSTALL_DATA@ - - # variables used in determining what to install diff --git a/shells/zsh/patches/patch-ag b/shells/zsh/patches/patch-ag deleted file mode 100644 index ab78060dcb1..00000000000 --- a/shells/zsh/patches/patch-ag +++ /dev/null @@ -1,12 +0,0 @@ -$NetBSD: patch-ag,v 1.4 2012/07/22 10:03:40 ryoon Exp $ - ---- Makefile.in.orig 2009-03-14 18:27:05.000000000 +0000 -+++ Makefile.in -@@ -87,6 +87,7 @@ install.fns: - scriptdir="$(scriptdir)" \ - FUNCTIONS_SUBDIRS="$(FUNCTIONS_SUBDIRS)" \ - INSTALL_DATA="$(INSTALL_DATA)" \ -+ INSTALL_SCRIPT="$(INSTALL_SCRIPT)" \ - INSTALL_PROGRAM="$(INSTALL_PROGRAM)" \ - DESTDIR="$(DESTDIR)" VERSION="$(VERSION)" \ - $(SHELL) $(sdir_top)/Config/installfns.sh || exit 1; \ |