pkgsrc-Changes archive

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

CVS commit: pkgsrc/cross/mingw-w64



Module Name:    pkgsrc
Committed By:   ryoon
Date:           Wed Sep 18 15:40:56 UTC 2019

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

Log Message:
Add winpthreads packages to meta-pkg, bump PKGREVISION


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/cross/mingw-w64/Makefile
cvs rdiff -u -r1.1 -r1.2 pkgsrc/cross/mingw-w64/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/Makefile
diff -u pkgsrc/cross/mingw-w64/Makefile:1.2 pkgsrc/cross/mingw-w64/Makefile:1.3
--- pkgsrc/cross/mingw-w64/Makefile:1.2 Fri May 10 19:30:03 2019
+++ pkgsrc/cross/mingw-w64/Makefile     Wed Sep 18 15:40:56 2019
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.2 2019/05/10 19:30:03 ryoon Exp $
+# $NetBSD: Makefile,v 1.3 2019/09/18 15:40:56 ryoon Exp $
 
 DISTNAME=              mingw-w64-6.0.0
+PKGREVISION=           1
 CATEGORIES=            cross
 MASTER_SITES=          # empty
 DISTFILES=             # empty
@@ -12,6 +13,8 @@ COMMENT=              Cross toolchains for win32 and
 META_PACKAGE=          yes
 
 DEPENDS+=              mingw-w64-x86_64-gcc-[0-9]*:../../cross/mingw-w64-x86_64-gcc
+DEPENDS+=              mingw-w64-x86_64-gcc-winpthreads-[0-9]*:../../cross/mingw-w64-x86_64-gcc-winpthreads
 DEPENDS+=              mingw-w64-i686-gcc-[0-9]*:../../cross/mingw-w64-i686-gcc
+DEPENDS+=              mingw-w64-i686-gcc-winpthreads-[0-9]*:../../cross/mingw-w64-i686-gcc-winpthreads
 
 .include "../../mk/bsd.pkg.mk"

Index: pkgsrc/cross/mingw-w64/Makefile.common
diff -u pkgsrc/cross/mingw-w64/Makefile.common:1.1 pkgsrc/cross/mingw-w64/Makefile.common:1.2
--- pkgsrc/cross/mingw-w64/Makefile.common:1.1  Thu Jun  7 19:09:24 2018
+++ pkgsrc/cross/mingw-w64/Makefile.common      Wed Sep 18 15:40:56 2019
@@ -1,10 +1,12 @@
-# $NetBSD: Makefile.common,v 1.1 2018/06/07 19:09:24 ryoon Exp $
+# $NetBSD: Makefile.common,v 1.2 2019/09/18 15:40:56 ryoon Exp $
 #
 # used by cross/mingw-w64-x86_64-binutils/Makefile.common
 # used by cross/mingw-w64-x86_64-headers/Makefile.common
 # used by cross/mingw-w64-x86_64-gcc-bootstrap/Makefile.common
+# used by cross/mingw-w64-x86_64-gcc-winpthreads/Makefile.common
 # used by cross/mingw-w64-x86_64-gcc/Makefile.common
 # used by cross/mingw-w64-x86_64-crt/Makefile.common
+# used by cross/mingw-w64-x86_64-winpthreads/Makefile.common
 
 .if !defined(MINGW_MAKEFILECOMMON)
 MINGW_MAKEFILECOMMON=  # defined



Home | Main Index | Thread Index | Old Index