From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Mar 3 22:00:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A98CDC2F for ; Mon, 3 Mar 2014 22:00:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 858077D3 for ; Mon, 3 Mar 2014 22:00:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s23M00ta016463 for ; Mon, 3 Mar 2014 22:00:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s23M00T6016462; Mon, 3 Mar 2014 22:00:00 GMT (envelope-from gnats) Resent-Date: Mon, 3 Mar 2014 22:00:00 GMT Resent-Message-Id: <201403032200.s23M00T6016462@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Naram Qashat Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 648ADC23 for ; Mon, 3 Mar 2014 21:59:21 +0000 (UTC) Received: from qmta02.westchester.pa.mail.comcast.net (qmta02.westchester.pa.mail.comcast.net [IPv6:2001:558:fe14:43:76:96:62:24]) by mx1.freebsd.org (Postfix) with ESMTP id 10C2B7CB for ; Mon, 3 Mar 2014 21:59:20 +0000 (UTC) Received: from omta10.westchester.pa.mail.comcast.net ([76.96.62.28]) by qmta02.westchester.pa.mail.comcast.net with comcast id Z0zi1n0050cZkys519zLSl; Mon, 03 Mar 2014 21:59:20 +0000 Received: from kirby.cyberbotx.com ([107.5.48.95]) by omta10.westchester.pa.mail.comcast.net with comcast id Z9zL1n00823DSHF3W9zLyQ; Mon, 03 Mar 2014 21:59:20 +0000 Received: by kirby.cyberbotx.com (Postfix, from userid 0) id F01402844F; Mon, 3 Mar 2014 16:59:19 -0500 (EST) Message-Id: <20140303215919.F01402844F@kirby.cyberbotx.com> Date: Mon, 3 Mar 2014 16:59:19 -0500 (EST) From: Naram Qashat To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/187231: [MAINTAINER] devel/mingw32-bin-msvcrt: update to r4.0.3.1.a4.0.3.1 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 03 Mar 2014 22:00:00 -0000 >Number: 187231 >Category: ports >Synopsis: [MAINTAINER] devel/mingw32-bin-msvcrt: update to r4.0.3.1.a4.0.3.1 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Mar 03 22:00:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Naram Qashat >Release: FreeBSD 9.2-STABLE amd64 >Organization: >Environment: System: FreeBSD kirby.cyberbotx.com 9.2-STABLE FreeBSD 9.2-STABLE #0 r258460: Thu Nov 21 22:30:13 EST >Description: - Update to r4.0.3.1.a4.0.3.1 - Add staging support Generated with FreeBSD Port Tools 1.00.2014.02.18 (mode: update, diff: SVN) >How-To-Repeat: >Fix: --- mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1.patch begins here --- Index: Makefile =================================================================== --- Makefile (revision 346973) +++ Makefile (working copy) @@ -2,24 +2,26 @@ # $FreeBSD$ PORTNAME= bin-msvcrt -PORTVERSION= r${RUNTIMEVERSION}.a${APIVERSION:S/-/./} +PORTVERSION= r${RUNTIMEVERSION:S/-/./}.a${APIVERSION:S/-/./} CATEGORIES= devel -MASTER_SITES= SF/mingw/MinGW/Base/mingw-rt/mingwrt-${RUNTIMEVERSION}:runtime \ +MASTER_SITES= SF/mingw/MinGW/Base/mingw-rt/mingwrt-${RUNTIMEVERSION:C/-.*$//}:runtime \ SF/mingw/MinGW/Base/w32api/w32api-${APIVERSION:C/-.*$//}:api PKGNAMEPREFIX= mingw32- -DISTFILES= mingwrt-${RUNTIMEVERSION}-mingw32-dev${EXTRACT_SUFX}:runtime \ - mingwrt-${RUNTIMEVERSION}-mingw32-dll${EXTRACT_SUFX}:runtime \ - w32api-${APIVERSION}-mingw32-dev${EXTRACT_SUFX:S/.gz$/.lzma/}:api +DISTFILES= mingwrt-${RUNTIMEVERSION}-mingw32-dev.tar.lzma:runtime \ + mingwrt-${RUNTIMEVERSION}-mingw32-dll.tar.lzma:runtime \ + w32api-${APIVERSION}-mingw32-dev.tar.lzma:api DIST_SUBDIR= mingw MAINTAINER= cyberbotx@cyberbotx.com COMMENT= Headers and Libraries for Windows cross-development -CONFLICTS= mingw-bin-msvcrt-* +CONFLICTS= mingw-bin-msvcrt-[0-9]* -RUNTIMEVERSION= 3.20 -APIVERSION= 3.17-2 +USE_XZ= yes +RUNTIMEVERSION= 4.0.3-1 +APIVERSION= 4.0.3-1 + NO_MTREE= yes NO_WRKSUBDIR= yes @@ -27,8 +29,6 @@ MAKE_ARGS+= INSTALL_AS_USER=yes .endif -NO_STAGE= yes - post-extract: @${CP} ${FILESDIR}/Makefile ${WRKDIR} Index: distinfo =================================================================== --- distinfo (revision 346973) +++ distinfo (working copy) @@ -1,6 +1,6 @@ -SHA256 (mingw/mingwrt-3.20-mingw32-dev.tar.gz) = a41717c319093e2508a3034e384aaebbc0f94278f4d59d9d0681dd1c2f2828f2 -SIZE (mingw/mingwrt-3.20-mingw32-dev.tar.gz) = 883690 -SHA256 (mingw/mingwrt-3.20-mingw32-dll.tar.gz) = ad8f08d2761e4cba155d662514d8abc2cb513b533252bacccb9618ec11ed106e -SIZE (mingw/mingwrt-3.20-mingw32-dll.tar.gz) = 16073 -SHA256 (mingw/w32api-3.17-2-mingw32-dev.tar.lzma) = 672b60779bedb13b44aa519c4378394b04fca32f926056596bd439628819090a -SIZE (mingw/w32api-3.17-2-mingw32-dev.tar.lzma) = 1129114 +SHA256 (mingw/mingwrt-4.0.3-1-mingw32-dev.tar.lzma) = 809db2daf5a4f0bec45a8fa19b4aa3568d5a540216599ad63888535c3e2c9969 +SIZE (mingw/mingwrt-4.0.3-1-mingw32-dev.tar.lzma) = 702573 +SHA256 (mingw/mingwrt-4.0.3-1-mingw32-dll.tar.lzma) = be84358ef0d60f2cc04b80ee8533d69e28271387ea49f33408ca5a5ca8911711 +SIZE (mingw/mingwrt-4.0.3-1-mingw32-dll.tar.lzma) = 13106 +SHA256 (mingw/w32api-4.0.3-1-mingw32-dev.tar.lzma) = 2d58147218f92a1a1b6a04938920d46a89dc42513d84ede4c195a03c1e27bf11 +SIZE (mingw/w32api-4.0.3-1-mingw32-dev.tar.lzma) = 2318880 Index: files/Makefile =================================================================== --- files/Makefile (revision 346973) +++ files/Makefile (working copy) @@ -3,12 +3,12 @@ all: install: - mkdir -p ${PREFIX}/bin + mkdir -p ${DESTDIR}${PREFIX}/bin .if defined(INSTALL_AS_USER) - install -c -m 0755 bin/mingwm10.dll ${PREFIX}/bin + install -c -m 0755 bin/mingwm10.dll ${DESTDIR}${PREFIX}/bin .else - install -c -g wheel -o root -m 0755 bin/mingwm10.dll ${PREFIX}/bin -.endif - mkdir -p ${PREFIX}/mingw32 - cp -R lib include ${PREFIX}/mingw32 + install -c -g wheel -o root -m 0755 bin/mingwm10.dll ${DESTDIR}${PREFIX}/bin +.endif + mkdir -p ${DESTDIR}${PREFIX}/mingw32 + cp -R lib include ${DESTDIR}${PREFIX}/mingw32 Index: pkg-plist =================================================================== --- pkg-plist (revision 346973) +++ pkg-plist (working copy) @@ -8,8 +8,6 @@ mingw32/include/aclui.h mingw32/include/adsprop.h mingw32/include/afxres.h -mingw32/include/amaudio.h -mingw32/include/amvideo.h mingw32/include/assert.h mingw32/include/audevcod.h mingw32/include/aviriff.h @@ -173,7 +171,7 @@ mingw32/include/gdiplus/gdiplusstringformat.h mingw32/include/gdiplus/gdiplustypes.h mingw32/include/getopt.h -mingw32/include/gmon.h +mingw32/include/glob.h mingw32/include/httpext.h mingw32/include/icm.h mingw32/include/idispids.h @@ -308,6 +306,7 @@ mingw32/include/schnlsp.h mingw32/include/scrnsave.h mingw32/include/sddl.h +mingw32/include/sdkddkver.h mingw32/include/search.h mingw32/include/secext.h mingw32/include/security.h @@ -320,6 +319,7 @@ mingw32/include/shlguid.h mingw32/include/shlobj.h mingw32/include/shlwapi.h +mingw32/include/shobjidl.h mingw32/include/signal.h mingw32/include/snmp.h mingw32/include/specstrings.h @@ -406,13 +406,10 @@ mingw32/lib/CRT_fp8.o mingw32/lib/CRT_noglob.o mingw32/lib/binmode.o -mingw32/lib/crt1.o mingw32/lib/crt2.o mingw32/lib/crtmt.o mingw32/lib/crtst.o -mingw32/lib/dllcrt1.o mingw32/lib/dllcrt2.o -mingw32/lib/gcrt1.o mingw32/lib/gcrt2.o mingw32/lib/libaclui.a mingw32/lib/libadvapi32.a @@ -422,10 +419,8 @@ mingw32/lib/libbthprops.a mingw32/lib/libcap.a mingw32/lib/libcfgmgr32.a -mingw32/lib/libcoldname.a mingw32/lib/libcomctl32.a mingw32/lib/libcomdlg32.a -mingw32/lib/libcrtdll.a mingw32/lib/libcrypt32.a mingw32/lib/libctl3d32.a mingw32/lib/libd3d8.a @@ -591,3 +586,4 @@ @dirrm mingw32/include @dirrmtry mingw32/lib @dirrmtry mingw32 +@dirrmtry bin --- mingw32-bin-msvcrt-r4.0.3.1.a4.0.3.1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: