pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/zsh-current Fix build when ZSH_STATIC=yes; from...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c0cf88682492
branches:  trunk
changeset: 533569:c0cf88682492
user:      uebayasi <uebayasi%pkgsrc.org@localhost>
date:      Fri Sep 21 13:59:16 2007 +0000

description:
Fix build when ZSH_STATIC=yes; from Kouichirou Hiratsuka.

diffstat:

 shells/zsh-current/PLIST         |  5 +----
 shells/zsh-current/PLIST.dynamic |  5 ++++-
 2 files changed, 5 insertions(+), 5 deletions(-)

diffs (41 lines):

diff -r bdc8bb3b746e -r c0cf88682492 shells/zsh-current/PLIST
--- a/shells/zsh-current/PLIST  Fri Sep 21 13:42:54 2007 +0000
+++ b/shells/zsh-current/PLIST  Fri Sep 21 13:59:16 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.8 2007/09/21 05:24:43 uebayasi Exp $
+@comment $NetBSD: PLIST,v 1.9 2007/09/21 13:59:16 uebayasi Exp $
 bin/${PKGNAME}
 bin/zsh
 info/zsh.info
@@ -648,12 +648,9 @@
 share/zsh/${PKGVERSION}/functions/zrecompile
 share/zsh/${PKGVERSION}/functions/zsh-mime-handler
 share/zsh/${PKGVERSION}/functions/zsh-mime-setup
-share/zsh/${PKGVERSION}/functions/zsh-newuser-install
 share/zsh/${PKGVERSION}/functions/zstyle+
-share/zsh/${PKGVERSION}/scripts/newuser
 @exec ${MKDIR} %D/share/zsh/site-functions
 @dirrm share/zsh/site-functions
-@dirrm share/zsh/${PKGVERSION}/scripts
 @dirrm share/zsh/${PKGVERSION}/functions
 @dirrm share/zsh/${PKGVERSION}
 @dirrm share/zsh
diff -r bdc8bb3b746e -r c0cf88682492 shells/zsh-current/PLIST.dynamic
--- a/shells/zsh-current/PLIST.dynamic  Fri Sep 21 13:42:54 2007 +0000
+++ b/shells/zsh-current/PLIST.dynamic  Fri Sep 21 13:59:16 2007 +0000
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST.dynamic,v 1.3 2006/03/11 13:20:15 uebayasi Exp $
+@comment $NetBSD: PLIST.dynamic,v 1.4 2007/09/21 13:59:16 uebayasi Exp $
 lib/zsh/${PKGVERSION}/zsh/cap.so
 lib/zsh/${PKGVERSION}/zsh/clone.so
 lib/zsh/${PKGVERSION}/zsh/compctl.so
@@ -77,6 +77,9 @@
 share/zsh/${PKGVERSION}/functions/zftype
 share/zsh/${PKGVERSION}/functions/zfuget
 share/zsh/${PKGVERSION}/functions/zfuput
+share/zsh/${PKGVERSION}/functions/zsh-newuser-install
+share/zsh/${PKGVERSION}/scripts/newuser
+@dirrm share/zsh/${PKGVERSION}/scripts
 @dirrm lib/zsh/${PKGVERSION}/zsh/net
 @dirrm lib/zsh/${PKGVERSION}/zsh
 @dirrm lib/zsh/${PKGVERSION}



Home | Main Index | Thread Index | Old Index