pkgsrc-Changes archive

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

CVS commit: pkgsrc/lang/mono6



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Feb 18 16:35:37 UTC 2021

Modified Files:
        pkgsrc/lang/mono6: Makefile

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


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/lang/mono6/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/lang/mono6/Makefile
diff -u pkgsrc/lang/mono6/Makefile:1.25 pkgsrc/lang/mono6/Makefile:1.26
--- pkgsrc/lang/mono6/Makefile:1.25     Mon Jan  4 11:41:52 2021
+++ pkgsrc/lang/mono6/Makefile  Thu Feb 18 16:35:37 2021
@@ -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 @@ CONFLICTS=  pnet-[0-9]* mcsim-[0-9]* lc-[
 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