Tue Jan 15 17:24:20 2019 UTC ()
posh: mark as not for NetBSD and Solaris

Needs GNU getopt to work properly.

Reported by Michael Bčľ°uerle.


(wiz)
diff -r1.21 -r1.22 pkgsrc/shells/posh/Makefile

cvs diff -r1.21 -r1.22 pkgsrc/shells/posh/Makefile (expand / switch to unified diff)

--- pkgsrc/shells/posh/Makefile 2018/09/29 12:34:07 1.21
+++ pkgsrc/shells/posh/Makefile 2019/01/15 17:24:20 1.22
@@ -1,24 +1,25 @@ @@ -1,24 +1,25 @@
1# $NetBSD: Makefile,v 1.21 2018/09/29 12:34:07 tnn Exp $ 1# $NetBSD: Makefile,v 1.22 2019/01/15 17:24:20 wiz Exp $
2# 
3 2
4DISTNAME= posh_0.12.6 3DISTNAME= posh_0.12.6
5PKGNAME= ${DISTNAME:S/_/-/} 4PKGNAME= ${DISTNAME:S/_/-/}
6CATEGORIES= shells 5CATEGORIES= shells
7MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/p/posh/} 6MASTER_SITES= ${MASTER_SITE_DEBIAN:=pool/main/p/posh/}
8EXTRACT_SUFX= .tar.xz 7EXTRACT_SUFX= .tar.xz
9 8
10MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
11HOMEPAGE= http://packages.debian.org/posh 10HOMEPAGE= http://packages.debian.org/posh
12COMMENT= Debian Policy-compliant Ordinary SHell 11COMMENT= Debian Policy-compliant Ordinary SHell
13LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
14 13
15GNU_CONFIGURE= YES 14GNU_CONFIGURE= YES
16PKG_SHELL= bin/posh 15PKG_SHELL= bin/posh
17WRKSRC= ${WRKDIR}/${PKGBASE} 16WRKSRC= ${WRKDIR}/${PKGBASE}
18 17
 18NOT_FOR_PLATFORM= NetBSD-*-* SunOS-*-*
 19
19INSTALLATION_DIRS= share/doc/posh 20INSTALLATION_DIRS= share/doc/posh
20 21
21post-install: 22post-install:
22 ${INSTALL_DATA} ${WRKSRC}/debian/changelog ${DESTDIR}${PREFIX}/share/doc/posh 23 ${INSTALL_DATA} ${WRKSRC}/debian/changelog ${DESTDIR}${PREFIX}/share/doc/posh
23 24
24.include "../../mk/bsd.pkg.mk" 25.include "../../mk/bsd.pkg.mk"