pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/45109: zsh-current build with CHECK_FILES fail on NetBSD 5.99.54
The following reply was made to PR pkg/45109; it has been noted by GNATS.
From: "OBATA Akio" <obache%netbsd.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/45109: zsh-current build with CHECK_FILES fail on NetBSD
5.99.54
Date: Fri, 01 Jul 2011 11:34:44 +0900
(From configure script xattr for MacOS X is also supported).
Not sufficient but how about followings?
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/shells/zsh-current/Makefile,v
retrieving revision 1.21
diff -u -r1.21 Makefile
--- Makefile 5 Apr 2011 15:03:44 -0000 1.21
+++ Makefile 1 Jul 2011 02:20:40 -0000
@@ -9,6 +9,11 @@
CONFIGURE_ARGS+= --disable-gdbm
+PLIST_VARS+= xattr
+.if exists(/usr/include/sys/xattr.h)
+PLIST.xattr= yes
+.endif
+
SUBST_CLASSES+= prefix-fixup
SUBST_STAGE.prefix-fixup= pre-configure
SUBST_FILES.prefix-fixup= \
Index: PLIST
===================================================================
RCS file: /cvsroot/pkgsrc/shells/zsh-current/PLIST,v
retrieving revision 1.21
diff -u -r1.21 PLIST
--- PLIST 5 Apr 2011 15:03:44 -0000 1.21
+++ PLIST 1 Jul 2011 02:20:40 -0000
@@ -2,6 +2,7 @@
bin/zsh
bin/${PKGNAME}
info/zsh.info
+${PLIST.dynamic}${PLIST.xattr}lib/zsh/${PKGVERSION}/zsh/attr.so
${PLIST.dynamic}lib/zsh/${PKGVERSION}/zsh/cap.so
${PLIST.dynamic}lib/zsh/${PKGVERSION}/zsh/clone.so
${PLIST.dynamic}lib/zsh/${PKGVERSION}/zsh/compctl.so
--
OBATA Akio / obache%NetBSD.org@localhost
Home |
Main Index |
Thread Index |
Old Index