pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/lang/mono6 mono6: does not need gtar, remove from tool...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/8b09991f76e2
branches:  trunk
changeset: 447259:8b09991f76e2
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Thu Feb 18 16:35:37 2021 +0000

description:
mono6: does not need gtar, remove from tools; switch to bsdtar

diffstat:

 lang/mono6/Makefile |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (23 lines):

diff -r 0df2939ca8a0 -r 8b09991f76e2 lang/mono6/Makefile
--- a/lang/mono6/Makefile       Thu Feb 18 16:01:35 2021 +0000
+++ b/lang/mono6/Makefile       Thu Feb 18 16:35:37 2021 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2021/01/04 11:41:52 wiz Exp $
+# $NetBSD: Makefile,v 1.26 2021/02/18 16:35:37 wiz Exp $
 
 DISTNAME=      mono-6.12.0.107
 CATEGORIES=    lang
@@ -17,11 +17,11 @@
 ALL_ENV+=      MONO_SHARED_DIR=${WRKDIR} PLATFORM=
 ALL_ENV+=      PAXCTL=${PAXCTL}
 
-USE_TOOLS+=    bash:run cmake gmake gtar msgfmt perl:run pkg-config
+USE_TOOLS+=    bash:run cmake gmake msgfmt perl:run pkg-config
 USE_TOOLS+=    bison autoconf automake
 USE_LIBTOOL=   yes
 USE_LANGUAGES+=        c c99 c++
-EXTRACT_USING= gtar
+EXTRACT_USING= bsdtar
 
 GNU_CONFIGURE=         yes
 GNU_CONFIGURE_STRICT=  no # has sub-configures



Home | Main Index | Thread Index | Old Index