ports/107250: [devel/mingw32-pthreads] Bump to 2.8.0

Ed Schouten ed at fxq.nl
Wed Dec 27 18:50:17 UTC 2006


>Number:         107250
>Category:       ports
>Synopsis:       [devel/mingw32-pthreads] Bump to 2.8.0
>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:   Wed Dec 27 18:50:16 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Ed Schouten
>Release:        FreeBSD 6.2-PRERELEASE i386
>Organization:
>Environment:
System: FreeBSD palm.hoeg.nl 6.2-PRERELEASE FreeBSD 6.2-PRERELEASE #0: Sun Dec 10 13:48:08 CET 2006 root at palm.hoeg.nl:/usr/obj/usr/src/sys/PALM i386
>Description:
A new version of pthreads-win32 is available for download: 2.8.0. This
release fixes some small bugs in semaphore handling, but more important
for us: it fixes the Makefile, so we can remove an awful hack from the
port itself.
>How-To-Repeat:
>Fix:
Apply the patch below:

--- devel/mingw32-pthreads/Makefile	Sun May  7 17:12:51 2006
+++ devel/mingw32-pthreads/Makefile	Wed Dec 27 19:22:26 2006
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	pthreads
-PORTVERSION=	2.7.0
+PORTVERSION=	2.8.0
 CATEGORIES=	devel
 MASTER_SITES=	ftp://sources.redhat.com/pub/${PORTNAME}-win32/
 PKGNAMEPREFIX=	mingw32-
@@ -21,7 +21,7 @@
 USE_GMAKE=	yes
 
 do-build:
-	@${GMAKE} -C ${WRKSRC} MAKE=${GMAKE} CROSS=${PKGNAMEPREFIX} GC
+	@${GMAKE} -C ${WRKSRC} CROSS=${PKGNAMEPREFIX} GC
 
 do-install:
 .for f in pthread.h sched.h semaphore.h
--- devel/mingw32-pthreads/distinfo	Sun May  7 17:12:51 2006
+++ devel/mingw32-pthreads/distinfo	Wed Dec 27 19:23:25 2006
@@ -1,3 +1,3 @@
-MD5 (pthreads-w32-2-7-0-release.tar.gz) = e2a5cd5672bfd987abda6a4195925eb9
-SHA256 (pthreads-w32-2-7-0-release.tar.gz) = 11b736a1e33e67fddc5efba5dd412028914a63f887d0e175e6927eeeb1292b9d
-SIZE (pthreads-w32-2-7-0-release.tar.gz) = 375000
+MD5 (pthreads-w32-2-8-0-release.tar.gz) = 6d30c693233b1464ef8983fedd8ccb22
+SHA256 (pthreads-w32-2-8-0-release.tar.gz) = ff7a2874b04581ed344f7d3bb0548d7798891216eebcee830887b37c85ab48fd
+SIZE (pthreads-w32-2-8-0-release.tar.gz) = 331327
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list