Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 19 Oct 2009 08:36:02 +1100 (EST)
From:      Timothy Bourke <timbob@bigpond.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/139735: [MAINTAINER] lang/polyml: update to 5.2.1
Message-ID:  <200910182136.n9ILa2ou013795@triptrop.cse.unsw.edu.au>
Resent-Message-ID: <200910182200.n9IM0GH4047490@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         139735
>Category:       ports
>Synopsis:       [MAINTAINER] lang/polyml: update to 5.2.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:   Sun Oct 18 22:00:15 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Timothy Bourke
>Release:        FreeBSD 6.4-RELEASE i386
>Organization:
>Environment:
System: FreeBSD triptrop 6.4-RELEASE FreeBSD 6.4-RELEASE #6: Sun Nov 30 20:46:29 EST 2008
>Description:
- Update to 5.2.1

Removed file(s):
- files/patch-libpolyml-sighandler.cpp

Generated with FreeBSD Port Tools 0.99
>How-To-Repeat:
>Fix:

--- polyml-5.2.1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/lang/polyml/Makefile,v
retrieving revision 1.8
diff -u -r1.8 Makefile
--- Makefile	22 Aug 2009 00:24:34 -0000	1.8
+++ Makefile	18 Oct 2009 21:35:09 -0000
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	polyml
-PORTVERSION=	5.2
+PORTVERSION=	5.2.1
 CATEGORIES=	lang
 MASTER_SITES=	SF
 DISTNAME=	${PORTNAME}.${PORTVERSION}
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/lang/polyml/distinfo,v
retrieving revision 1.6
diff -u -r1.6 distinfo
--- distinfo	15 Aug 2008 00:42:08 -0000	1.6
+++ distinfo	18 Oct 2009 21:35:09 -0000
@@ -1,3 +1,3 @@
-MD5 (polyml/polyml.5.2.tar.gz) = 5c0a291990f6dbce6baed857068cda06
-SHA256 (polyml/polyml.5.2.tar.gz) = bffdbe469406a746929965474fdcfff6cea1aa72e189fef1f97bfa32f862546f
-SIZE (polyml/polyml.5.2.tar.gz) = 4116253
+MD5 (polyml/polyml.5.2.1.tar.gz) = 303ba7d26c262999685ddd54b36dd16b
+SHA256 (polyml/polyml.5.2.1.tar.gz) = c84148ae9a28e782f48208bcb8c5b82ee7bfdc178784fe81694cf1f0789ae62e
+SIZE (polyml/polyml.5.2.1.tar.gz) = 4114551
Index: files/patch-libpolyml-sighandler.cpp
===================================================================
RCS file: files/patch-libpolyml-sighandler.cpp
diff -N files/patch-libpolyml-sighandler.cpp
--- files/patch-libpolyml-sighandler.cpp	15 Aug 2008 00:42:08 -0000	1.2
+++ /dev/null	1 Jan 1970 00:00:00 -0000
@@ -1,20 +0,0 @@
---- libpolyml/sighandler.cpp.orig	2008-02-28 00:20:51.000000000 +1100
-+++ libpolyml/sighandler.cpp	2008-07-27 21:26:41.000000000 +1000
-@@ -357,7 +357,7 @@
-     struct sigaltstack ex_stack;
- #endif
-     memset(&ex_stack, 0, sizeof(ex_stack));
--    ex_stack.ss_sp    = taskData->signalStack;
-+    ex_stack.ss_sp    = (char *)taskData->signalStack;
-     ex_stack.ss_size  = SIGSTKSZ;
-     ex_stack.ss_flags = 0; /* not SS_DISABLE */
-     int sigaltstack_result = sigaltstack(&ex_stack, NULL);
-@@ -526,7 +526,7 @@
-     pthread_attr_init(&attrs);
-     pthread_attr_setdetachstate(&attrs, PTHREAD_CREATE_DETACHED);
- #ifdef PTHREAD_STACK_MIN
--    pthread_attr_setstacksize(&attrs, PTHREAD_STACK_MIN); // Only small stack.
-+    pthread_attr_setstacksize(&attrs, PTHREAD_STACK_MIN + 100); // Only small stack.
- #endif
-     pthread_create(&detectionThreadId, &attrs, SignalDetectionThread, 0);
-     pthread_attr_destroy(&attrs);
--- polyml-5.2.1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200910182136.n9ILa2ou013795>