pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/zsh Make this work on IRIX.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/d8cf0681f319
branches:  trunk
changeset: 490152:d8cf0681f319
user:      jschauma <jschauma%pkgsrc.org@localhost>
date:      Fri Mar 04 03:59:32 2005 +0000

description:
Make this work on IRIX.
NB: this needs an install-sh that supports "-S -f", as in rev. 1.3 of
bootstrap/files/install-sh.in.  After installing that install-sh, set
_STRIPFLAG_INSTALL?=    -S -f
in mk/platform/IRIX.mk and all should be peachy.  This will be done
correctly eventually, don't worry. :-)

diffstat:

 shells/zsh/Makefile.common |  9 +++++++--
 shells/zsh/PLIST.IRIX      |  2 ++
 2 files changed, 9 insertions(+), 2 deletions(-)

diffs (34 lines):

diff -r e70f43d1a9b7 -r d8cf0681f319 shells/zsh/Makefile.common
--- a/shells/zsh/Makefile.common        Fri Mar 04 03:11:50 2005 +0000
+++ b/shells/zsh/Makefile.common        Fri Mar 04 03:59:32 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.20 2005/01/25 13:13:55 tv Exp $
+# $NetBSD: Makefile.common,v 1.21 2005/03/04 03:59:32 jschauma Exp $
 
 DISTNAME=       zsh-${ZSH_VERSION}
 CATEGORIES=    shells
@@ -60,12 +60,17 @@
 .    else
 PLIST_SRC=     # empty
 .    endif
-PLIST_SRC+=    ${PKGDIR}/PLIST.shlibs ${PKGDIR}/PLIST.dynamic ${PKGDIR}/PLIST
+.    if ${OPSYS} != "IRIX"
+PLIST_SRC+=    ${PKGDIR}/PLIST.shlibs 
+.    endif
+PLIST_SRC+=    ${PKGDIR}/PLIST.dynamic ${PKGDIR}/PLIST
 .  endif
 .endif
 
 .if ${OPSYS} == "Interix"
 CONFIGURE_ARGS+=--without-tcsetpgrp
+.elif ${OPSYS} == "IRIX"
+CONFIGURE_ARGS+=--with-tcsetpgrp
 .endif
 
 .undef MANZ
diff -r e70f43d1a9b7 -r d8cf0681f319 shells/zsh/PLIST.IRIX
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/shells/zsh/PLIST.IRIX     Fri Mar 04 03:59:32 2005 +0000
@@ -0,0 +1,2 @@
+@comment $NetBSD: PLIST.IRIX,v 1.1 2005/03/04 03:59:32 jschauma Exp $
+lib/zsh/${PKGVERSION}/zsh/terminfo.so



Home | Main Index | Thread Index | Old Index