pkgsrc-Changes archive

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

CVS commit: pkgsrc/cross/mingw-w64-x86_64-winpthreads



Module Name:    pkgsrc
Committed By:   tnn
Date:           Sun Mar 22 14:46:01 UTC 2020

Modified Files:
        pkgsrc/cross/mingw-w64-x86_64-winpthreads: Makefile.common

Log Message:
mingw-w64-x86_64-winpthreads: uses pax(1) during pre-install


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 \
    pkgsrc/cross/mingw-w64-x86_64-winpthreads/Makefile.common

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

Modified files:

Index: pkgsrc/cross/mingw-w64-x86_64-winpthreads/Makefile.common
diff -u pkgsrc/cross/mingw-w64-x86_64-winpthreads/Makefile.common:1.2 pkgsrc/cross/mingw-w64-x86_64-winpthreads/Makefile.common:1.3
--- pkgsrc/cross/mingw-w64-x86_64-winpthreads/Makefile.common:1.2       Sun Dec 29 01:08:14 2019
+++ pkgsrc/cross/mingw-w64-x86_64-winpthreads/Makefile.common   Sun Mar 22 14:46:01 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.2 2019/12/29 01:08:14 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.3 2020/03/22 14:46:01 tnn Exp $
 #
 # used by cross/mingw-w64-i686-winpthreads/Makefile
 # used by cross/mingw-w64-x86_64-winpthreads/Makefile
@@ -17,7 +17,7 @@ DISTINFO_FILE=                ${.CURDIR}/../../cross/m
 WRKSRC=                        ${WRKDIR}/${DISTNAME}/mingw-w64-libraries/winpthreads
 
 USE_LANGUAGES=         c c++
-USE_TOOLS+=            gmake perl:build
+USE_TOOLS+=            gmake pax perl:build
 
 USE_GNU_CONFIGURE_HOST=        no
 



Home | Main Index | Thread Index | Old Index