pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/38195: Can't build pkgsrc/shells/tcsh on Solaris
The following reply was made to PR pkg/38195; it has been noted by GNATS.
From: OBATA Akio <obache%NetBSD.org@localhost>
To: gnats-bugs%NetBSD.org@localhost
Cc: sd4dfg2%hotmail.com@localhost
Subject: Re: pkg/38195: Can't build pkgsrc/shells/tcsh on Solaris
Date: Sat, 08 Mar 2008 16:54:14 +0900
Does following patch fixes the problem?
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/shells/tcsh/Makefile,v
retrieving revision 1.62
diff -u -r1.62 Makefile
--- Makefile 2 Mar 2008 07:08:39 -0000 1.62
+++ Makefile 8 Mar 2008 07:49:26 -0000
@@ -26,8 +26,7 @@
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
-OS_VER_cmd= ${ECHO} ${OS_VERSION} | ${SED} -e 's|5\.|2.|'
-LOWER_OPSYS= solaris${OS_VER_cmd:sh}
+LOWER_OPSYS_VERSUFFIX= ${OS_VERSION:S/5./2./}
.endif
PKG_SHELL?= bin/tcsh
Home |
Main Index |
Thread Index |
Old Index