pkgsrc-Changes archive

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

CVS commit: pkgsrc/misc/libreoffice



Module Name:    pkgsrc
Committed By:   wiz
Date:           Thu Feb 18 12:52:21 UTC 2021

Modified Files:
        pkgsrc/misc/libreoffice: Makefile

Log Message:
libreoffice: switch to using bsdtar instead of gtar


To generate a diff of this commit:
cvs rdiff -u -r1.251 -r1.252 pkgsrc/misc/libreoffice/Makefile

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

Modified files:

Index: pkgsrc/misc/libreoffice/Makefile
diff -u pkgsrc/misc/libreoffice/Makefile:1.251 pkgsrc/misc/libreoffice/Makefile:1.252
--- pkgsrc/misc/libreoffice/Makefile:1.251      Sat Feb  6 06:47:24 2021
+++ pkgsrc/misc/libreoffice/Makefile    Thu Feb 18 12:52:20 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.251 2021/02/06 06:47:24 ryoon Exp $
+# $NetBSD: Makefile,v 1.252 2021/02/18 12:52:20 wiz Exp $
 
 VERREL=                7.1.0
 VERRC=         3
@@ -139,7 +139,7 @@ DISTFILES+=         ${md2}
 .include "options.mk"
 
 # tar: Invalid header, starting valid header search.
-EXTRACT_USING=         gtar
+EXTRACT_USING=         bsdtar
 
 WRKSRC=                ${WRKDIR}/${LO_BOOTSTRAP}
 



Home | Main Index | Thread Index | Old Index