Sun Sep 20 21:54:40 2015 UTC ()
Require gmake for building.
works around issue seen on NetBSD-6:
make: don't know how to make ./mc.hint.*. Stop
make: stopped in work/mc-4.8.14/doc/hints/l10n


(tnn)
diff -r1.99 -r1.100 pkgsrc/sysutils/mc/Makefile
diff -r1.16 -r1.17 pkgsrc/sysutils/mc46/Makefile

cvs diff -r1.99 -r1.100 pkgsrc/sysutils/mc/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/mc/Makefile 2015/08/28 07:47:08 1.99
+++ pkgsrc/sysutils/mc/Makefile 2015/09/20 21:54:39 1.100
@@ -1,26 +1,26 @@ @@ -1,26 +1,26 @@
1# $NetBSD: Makefile,v 1.99 2015/08/28 07:47:08 wiz Exp $ 1# $NetBSD: Makefile,v 1.100 2015/09/20 21:54:39 tnn Exp $
2 2
3DISTNAME= mc-4.8.14 3DISTNAME= mc-4.8.14
4CATEGORIES= sysutils 4CATEGORIES= sysutils
5MASTER_SITES= http://www.midnight-commander.org/downloads/ 5MASTER_SITES= http://www.midnight-commander.org/downloads/
6EXTRACT_SUFX= .tar.bz2 6EXTRACT_SUFX= .tar.bz2
7 7
8MAINTAINER= cheusov@NetBSD.org 8MAINTAINER= cheusov@NetBSD.org
9HOMEPAGE= http://www.midnight-commander.org/ 9HOMEPAGE= http://www.midnight-commander.org/
10COMMENT= User-friendly file manager and visual shell 10COMMENT= User-friendly file manager and visual shell
11LICENSE= gnu-gpl-v2 11LICENSE= gnu-gpl-v2
12 12
13USE_TOOLS+= pkg-config unzip:run perl:build 13USE_TOOLS+= pkg-config unzip:run perl:build gmake
14GNU_CONFIGURE= yes 14GNU_CONFIGURE= yes
15USE_PKGLOCALEDIR= yes 15USE_PKGLOCALEDIR= yes
16 16
17# don't want to pull in python 17# don't want to pull in python
18CHECK_INTERPRETER_SKIP+= libexec/mc/extfs.d/s3+ 18CHECK_INTERPRETER_SKIP+= libexec/mc/extfs.d/s3+
19CHECK_INTERPRETER_SKIP+= libexec/mc/extfs.d/uc1541 19CHECK_INTERPRETER_SKIP+= libexec/mc/extfs.d/uc1541
20 20
21# save copies of the configure arguments, harmless 21# save copies of the configure arguments, harmless
22CHECK_WRKREF_SKIP+= bin/mc 22CHECK_WRKREF_SKIP+= bin/mc
23CHECK_WRKREF_SKIP+= bin/mcdiff 23CHECK_WRKREF_SKIP+= bin/mcdiff
24CHECK_WRKREF_SKIP+= bin/mcedit 24CHECK_WRKREF_SKIP+= bin/mcedit
25CHECK_WRKREF_SKIP+= bin/mcview 25CHECK_WRKREF_SKIP+= bin/mcview
26 26

cvs diff -r1.16 -r1.17 pkgsrc/sysutils/mc46/Makefile (expand / switch to unified diff)

--- pkgsrc/sysutils/mc46/Makefile 2015/08/18 07:31:17 1.16
+++ pkgsrc/sysutils/mc46/Makefile 2015/09/20 21:54:39 1.17
@@ -1,26 +1,26 @@ @@ -1,26 +1,26 @@
1# $NetBSD: Makefile,v 1.16 2015/08/18 07:31:17 wiz Exp $ 1# $NetBSD: Makefile,v 1.17 2015/09/20 21:54:39 tnn Exp $
2 2
3DISTNAME= mc-4.6.1 3DISTNAME= mc-4.6.1
4PKGREVISION= 19 4PKGREVISION= 19
5CATEGORIES= sysutils 5CATEGORIES= sysutils
6MASTER_SITES= http://www.ibiblio.org/pub/Linux/utils/file/managers/mc/ \ 6MASTER_SITES= http://www.ibiblio.org/pub/Linux/utils/file/managers/mc/ \
7 ${MASTER_SITE_SUNSITE:=utils/file/managers/mc/} 7 ${MASTER_SITE_SUNSITE:=utils/file/managers/mc/}
8 8
9MAINTAINER= pavel.arnost@clnet.cz 9MAINTAINER= pavel.arnost@clnet.cz
10HOMEPAGE= http://www.ibiblio.org/mc/ 10HOMEPAGE= http://www.ibiblio.org/mc/
11COMMENT= User-friendly file manager and visual shell (old 4.6 branch) 11COMMENT= User-friendly file manager and visual shell (old 4.6 branch)
12 12
13USE_TOOLS+= pkg-config unzip:run zip:run 13USE_TOOLS+= pkg-config unzip:run zip:run gmake
14GNU_CONFIGURE= YES 14GNU_CONFIGURE= YES
15USE_PKGLOCALEDIR= YES 15USE_PKGLOCALEDIR= YES
16 16
17.include "../../mk/bsd.prefs.mk" 17.include "../../mk/bsd.prefs.mk"
18 18
19.if ${OPSYS} == "Linux" 19.if ${OPSYS} == "Linux"
20PLIST_SRC+= ${PKGDIR}/PLIST.cons.saver 20PLIST_SRC+= ${PKGDIR}/PLIST.cons.saver
21.endif 21.endif
22 22
23# we need working e2fsprogs and gpm packages first 23# we need working e2fsprogs and gpm packages first
24CONFIGURE_ARGS+= --without-ext2undel 24CONFIGURE_ARGS+= --without-ext2undel
25CONFIGURE_ARGS+= --without-gpm-mouse 25CONFIGURE_ARGS+= --without-gpm-mouse
26CONFIGURE_ARGS+= UNZIP=${TOOLS_PATH.unzip} ZIP=${TOOLS_PATH.zip} 26CONFIGURE_ARGS+= UNZIP=${TOOLS_PATH.unzip} ZIP=${TOOLS_PATH.zip}