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: dholland
Date: Wed Jan 16 18:28:03 UTC 2019
Modified Files:
pkgsrc/shells/posh: Makefile
Log Message:
posh is BROKEN_ON_PLATFORM.
To generate a diff of this commit:
cvs rdiff -u -r1.22 -r1.23 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.22 pkgsrc/shells/posh/Makefile:1.23
--- pkgsrc/shells/posh/Makefile:1.22 Tue Jan 15 17:24:20 2019
+++ pkgsrc/shells/posh/Makefile Wed Jan 16 18:28:03 2019
@@ -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 @@ GNU_CONFIGURE= YES
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