pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/misc/screen Use bsdtar to extract, so we don't get war...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/9310574163ef
branches:  trunk
changeset: 365475:9310574163ef
user:      kim <kim%pkgsrc.org@localhost>
date:      Tue Jul 18 10:35:28 2017 +0000

description:
Use bsdtar to extract, so we don't get warnings about the tar file.

diffstat:

 misc/screen/Makefile |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 625e45914d09 -r 9310574163ef misc/screen/Makefile
--- a/misc/screen/Makefile      Tue Jul 18 10:22:57 2017 +0000
+++ b/misc/screen/Makefile      Tue Jul 18 10:35:28 2017 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.101 2017/04/15 22:31:49 kim Exp $
+# $NetBSD: Makefile,v 1.102 2017/07/18 10:35:28 kim Exp $
 
 DISTNAME=      screen-4.5.1
 #PKGREVISION=  1
@@ -10,6 +10,8 @@
 COMMENT=       Multi-screen window manager
 LICENSE=       gnu-gpl-v3
 
+EXTRACT_USING= bsdtar
+
 # In file included from list_display.c:36:
 # In file included from ./screen.h:150:
 # ./display.h:154:19: error: use of undeclared identifier 'T_N'



Home | Main Index | Thread Index | Old Index