pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/posh posh: mark as not for NetBSD and Solaris



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fdbdf58f29f2
branches:  trunk
changeset: 317765:fdbdf58f29f2
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jan 15 17:24:20 2019 +0000

description:
posh: mark as not for NetBSD and Solaris

Needs GNU getopt to work properly.

Reported by Michael B?uerle.

diffstat:

 shells/posh/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r f003c79e6e6d -r fdbdf58f29f2 shells/posh/Makefile
--- a/shells/posh/Makefile      Tue Jan 15 15:49:17 2019 +0000
+++ b/shells/posh/Makefile      Tue Jan 15 17:24:20 2019 +0000
@@ -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 @@
 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