diff options
author | jperkin <jperkin@pkgsrc.org> | 2015-09-08 11:57:48 +0000 |
---|---|---|
committer | jperkin <jperkin@pkgsrc.org> | 2015-09-08 11:57:48 +0000 |
commit | 889f6fdb119d6459e6075a3a698cc86adb2bddad (patch) | |
tree | ac5bb8192eb735b234109e3220171135027a6e78 /sysutils | |
parent | 0ccf9cfceb24ba9ab0a7e8428e7fea6075af11d2 (diff) | |
download | pkgsrc-889f6fdb119d6459e6075a3a698cc86adb2bddad.tar.gz |
Remove INCOMPAT_CURSES settings for NetBSD 0.x and 1.x. Tighten up some
globs to ensure NetBSD 10 is not incorrectly matched when it is released.
Diffstat (limited to 'sysutils')
-rw-r--r-- | sysutils/ccze/Makefile | 4 | ||||
-rw-r--r-- | sysutils/ncdu/Makefile | 4 | ||||
-rw-r--r-- | sysutils/vifm/Makefile | 5 |
3 files changed, 4 insertions, 9 deletions
diff --git a/sysutils/ccze/Makefile b/sysutils/ccze/Makefile index 3a7e4060558..6fc6112f7d4 100644 --- a/sysutils/ccze/Makefile +++ b/sysutils/ccze/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.15 2015/08/18 07:31:17 wiz Exp $ +# $NetBSD: Makefile,v 1.16 2015/09/08 11:57:50 jperkin Exp $ DISTNAME= ccze-0.2.1 PKGREVISION= 4 @@ -9,8 +9,6 @@ MAINTAINER= pkgsrc-users@NetBSD.org HOMEPAGE= http://bonehunter.rulez.org/software/ccze/ COMMENT= Log coloriser, fast and light on resources -INCOMPAT_CURSES= NetBSD-1.5*-* NetBSD-1.6*-* - GNU_CONFIGURE= yes USE_TOOLS+= gmake BUILDLINK_TRANSFORM+= rm:-Wmulticharacter diff --git a/sysutils/ncdu/Makefile b/sysutils/ncdu/Makefile index 3c17d8e0c61..9c1f2ba120e 100644 --- a/sysutils/ncdu/Makefile +++ b/sysutils/ncdu/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2015/08/18 07:31:18 wiz Exp $ +# $NetBSD: Makefile,v 1.5 2015/09/08 11:57:50 jperkin Exp $ DISTNAME= ncdu-1.10 PKGREVISION= 2 @@ -11,7 +11,7 @@ HOMEPAGE= http://dev.yorhel.nl/ncdu LICENSE= modified-bsd GNU_CONFIGURE= yes -INCOMPAT_CURSES= NetBSD-[0-5]*-* +INCOMPAT_CURSES= NetBSD-[0-5].*-* .include "../../devel/ncurses/buildlink3.mk" .include "../../mk/bsd.pkg.mk" diff --git a/sysutils/vifm/Makefile b/sysutils/vifm/Makefile index 665b1d87f66..a4bfb57d452 100644 --- a/sysutils/vifm/Makefile +++ b/sysutils/vifm/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2015/08/17 17:11:29 wiz Exp $ +# $NetBSD: Makefile,v 1.24 2015/09/08 11:57:50 jperkin Exp $ # DISTNAME= vifm-0.7.8 @@ -14,9 +14,6 @@ COMMENT= Ncurses based file manager with vi like keybindings GNU_CONFIGURE= yes USE_TOOLS+= gmake perl -INCOMPAT_CURSES= NetBSD-1.5*-* NetBSD-1.6[-_.]*-* -INCOMPAT_CURSES+= NetBSD-1.6[A-Z]-* NetBSD-1.6Z[A-C]*-* - ppre-configure: @${SED} -e "s/cfg.use_screen = 0/cfg.use_screen = 1/" \ -e "s,/usr/local,${PREFIX},g" \ |