pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/shells/posh
Module Name: pkgsrc
Committed By: wiz
Date: Tue Jan 15 17:24:20 UTC 2019
Modified Files:
pkgsrc/shells/posh: Makefile
Log Message:
posh: mark as not for NetBSD and Solaris
Needs GNU getopt to work properly.
Reported by Michael Bäuerle.
To generate a diff of this commit:
cvs rdiff -u -r1.21 -r1.22 pkgsrc/shells/posh/Makefile
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/shells/posh/Makefile
diff -u pkgsrc/shells/posh/Makefile:1.21 pkgsrc/shells/posh/Makefile:1.22
--- pkgsrc/shells/posh/Makefile:1.21 Sat Sep 29 12:34:07 2018
+++ pkgsrc/shells/posh/Makefile Tue Jan 15 17:24:20 2019
@@ -1,5 +1,4 @@
-# $NetBSD: Makefile,v 1.21 2018/09/29 12:34:07 tnn Exp $
-#
+# $NetBSD: Makefile,v 1.22 2019/01/15 17:24:20 wiz Exp $
DISTNAME= posh_0.12.6
PKGNAME= ${DISTNAME:S/_/-/}
@@ -16,6 +15,8 @@ GNU_CONFIGURE= YES
PKG_SHELL= bin/posh
WRKSRC= ${WRKDIR}/${PKGBASE}
+NOT_FOR_PLATFORM= NetBSD-*-* SunOS-*-*
+
INSTALLATION_DIRS= share/doc/posh
post-install:
Home |
Main Index |
Thread Index |
Old Index