pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/cross/mingw-w64 Add winpthreads packages to meta-pkg, ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/ebbacce9529d
branches:  trunk
changeset: 339921:ebbacce9529d
user:      ryoon <ryoon%pkgsrc.org@localhost>
date:      Wed Sep 18 15:40:56 2019 +0000

description:
Add winpthreads packages to meta-pkg, bump PKGREVISION

diffstat:

 cross/mingw-w64/Makefile        |  5 ++++-
 cross/mingw-w64/Makefile.common |  4 +++-
 2 files changed, 7 insertions(+), 2 deletions(-)

diffs (38 lines):

diff -r 0522b9a8bf31 -r ebbacce9529d cross/mingw-w64/Makefile
--- a/cross/mingw-w64/Makefile  Wed Sep 18 15:39:54 2019 +0000
+++ b/cross/mingw-w64/Makefile  Wed Sep 18 15:40:56 2019 +0000
@@ -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 @@
 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"
diff -r 0522b9a8bf31 -r ebbacce9529d cross/mingw-w64/Makefile.common
--- a/cross/mingw-w64/Makefile.common   Wed Sep 18 15:39:54 2019 +0000
+++ b/cross/mingw-w64/Makefile.common   Wed Sep 18 15:40:56 2019 +0000
@@ -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