Tue Jul 18 10:35:28 2017 UTC ()
Use bsdtar to extract, so we don't get warnings about the tar file.


(kim)
diff -r1.101 -r1.102 pkgsrc/misc/screen/Makefile

cvs diff -r1.101 -r1.102 pkgsrc/misc/screen/Makefile (expand / switch to unified diff)

--- pkgsrc/misc/screen/Makefile 2017/04/15 22:31:49 1.101
+++ pkgsrc/misc/screen/Makefile 2017/07/18 10:35:28 1.102
@@ -1,25 +1,27 @@ @@ -1,25 +1,27 @@
1# $NetBSD: Makefile,v 1.101 2017/04/15 22:31:49 kim Exp $ 1# $NetBSD: Makefile,v 1.102 2017/07/18 10:35:28 kim Exp $
2 2
3DISTNAME= screen-4.5.1 3DISTNAME= screen-4.5.1
4#PKGREVISION= 1 4#PKGREVISION= 1
5CATEGORIES= misc shells 5CATEGORIES= misc shells
6MASTER_SITES= ${MASTER_SITE_GNU:=screen/} 6MASTER_SITES= ${MASTER_SITE_GNU:=screen/}
7 7
8MAINTAINER= kimmo@suominen.com 8MAINTAINER= kimmo@suominen.com
9HOMEPAGE= http://www.gnu.org/software/screen/screen.html 9HOMEPAGE= http://www.gnu.org/software/screen/screen.html
10COMMENT= Multi-screen window manager 10COMMENT= Multi-screen window manager
11LICENSE= gnu-gpl-v3 11LICENSE= gnu-gpl-v3
12 12
 13EXTRACT_USING= bsdtar
 14
13# In file included from list_display.c:36: 15# In file included from list_display.c:36:
14# In file included from ./screen.h:150: 16# In file included from ./screen.h:150:
15# ./display.h:154:19: error: use of undeclared identifier 'T_N' 17# ./display.h:154:19: error: use of undeclared identifier 'T_N'
16#MAKE_JOBS_SAFE= no 18#MAKE_JOBS_SAFE= no
17 19
18.include "options.mk" 20.include "options.mk"
19 21
20NOT_FOR_PLATFORM= Interix-*-* # user auth and username size fixes needed 22NOT_FOR_PLATFORM= Interix-*-* # user auth and username size fixes needed
21 23
22PLIST_SUBST+= DISTNAME=${DISTNAME:Q} 24PLIST_SUBST+= DISTNAME=${DISTNAME:Q}
23 25
24GNU_CONFIGURE= yes 26GNU_CONFIGURE= yes
25CONFIGURE_ARGS+= --with-sys-screenrc=${PKG_SYSCONFDIR}/screenrc 27CONFIGURE_ARGS+= --with-sys-screenrc=${PKG_SYSCONFDIR}/screenrc