pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/shells/posh posh is BROKEN_ON_PLATFORM.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a78af2348192
branches:  trunk
changeset: 317916:a78af2348192
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Wed Jan 16 18:28:03 2019 +0000

description:
posh is BROKEN_ON_PLATFORM.

diffstat:

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

diffs (20 lines):

diff -r 61face1429b8 -r a78af2348192 shells/posh/Makefile
--- a/shells/posh/Makefile      Wed Jan 16 18:27:59 2019 +0000
+++ b/shells/posh/Makefile      Wed Jan 16 18:28:03 2019 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.22 2019/01/15 17:24:20 wiz Exp $
+# $NetBSD: Makefile,v 1.23 2019/01/16 18:28:03 dholland Exp $
 
 DISTNAME=      posh_0.12.6
 PKGNAME=       ${DISTNAME:S/_/-/}
@@ -15,7 +15,9 @@
 PKG_SHELL=             bin/posh
 WRKSRC=                        ${WRKDIR}/${PKGBASE}
 
-NOT_FOR_PLATFORM=      NetBSD-*-* SunOS-*-*
+# Requires GNU getopt to work properly; otherwise, will build but not run
+# correctly.
+BROKEN_ON_PLATFORM=    NetBSD-*-* SunOS-*-*
 
 INSTALLATION_DIRS=     share/doc/posh
 



Home | Main Index | Thread Index | Old Index