Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Jul 2008 16:22:29 +1000 (EST)
From:      Timothy Bourke <timbob@bigpond.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/126068: [MAINTAINER] lang/polyml: 5.1 -> 5.2
Message-ID:  <200807290622.m6T6MT5f013236@triptrop.cse.unsw.edu.au>
Resent-Message-ID: <200807290650.m6T6o2EU095272@freefall.freebsd.org>

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

>Number:         126068
>Category:       ports
>Synopsis:       [MAINTAINER] lang/polyml: 5.1 -> 5.2
>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:   Tue Jul 29 06:50:02 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Timothy Bourke
>Release:        FreeBSD 6.3-RELEASE i386
>Organization:
>Environment:
System: FreeBSD triptrop 6.3-RELEASE FreeBSD 6.3-RELEASE #4: Thu Mar 13 14:01:14 EST 2008
>Description:
[DESCRIBE CHANGES]

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

--- polyml-5.2.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/lang/polyml/Makefile,v
retrieving revision 1.6
diff -u -r1.6 Makefile
--- Makefile	25 Jul 2008 14:34:28 -0000	1.6
+++ Makefile	29 Jul 2008 06:25:26 -0000
@@ -2,11 +2,11 @@
 # Date created:        09 July 2005
 # Whom:                Timothy Bourke <timbob@bigpond.com>
 #
-# $FreeBSD: ports/lang/polyml/Makefile,v 1.6 2008/07/25 14:34:28 pav Exp $
+# $FreeBSD$
 #
 
 PORTNAME=	polyml
-PORTVERSION=	5.1
+PORTVERSION=	5.2
 CATEGORIES=	lang
 MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
 MASTER_SITE_SUBDIR=	${PORTNAME}
Index: distinfo
===================================================================
RCS file: /home/ncvs/ports/lang/polyml/distinfo,v
retrieving revision 1.5
diff -u -r1.5 distinfo
--- distinfo	4 Apr 2008 12:16:15 -0000	1.5
+++ distinfo	29 Jul 2008 06:25:26 -0000
@@ -1,3 +1,3 @@
-MD5 (polyml/polyml.5.1.tar.gz) = c7913285e56dc06ff401a3425c57b0d4
-SHA256 (polyml/polyml.5.1.tar.gz) = bb8c0d39c1f9b8eeb880efca1c118adaa7228854f656b842f3868530e88c988b
-SIZE (polyml/polyml.5.1.tar.gz) = 4215625
+MD5 (polyml/polyml.5.2.tar.gz) = 5c0a291990f6dbce6baed857068cda06
+SHA256 (polyml/polyml.5.2.tar.gz) = bffdbe469406a746929965474fdcfff6cea1aa72e189fef1f97bfa32f862546f
+SIZE (polyml/polyml.5.2.tar.gz) = 4116253
Index: files/patch-libpolyml-sighandler.cpp
===================================================================
RCS file: /home/ncvs/ports/lang/polyml/files/patch-libpolyml-sighandler.cpp,v
retrieving revision 1.1
diff -u -r1.1 patch-libpolyml-sighandler.cpp
--- files/patch-libpolyml-sighandler.cpp	5 Apr 2008 05:18:58 -0000	1.1
+++ files/patch-libpolyml-sighandler.cpp	29 Jul 2008 06:25:26 -0000
@@ -1,3 +1,23 @@
+--- 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);
 --- libpolyml/sighandler.cpp.orig	2008-04-05 16:03:20.000000000 +1100
 +++ libpolyml/sighandler.cpp	2008-04-05 16:03:29.000000000 +1100
 @@ -381,7 +381,7 @@
--- polyml-5.2.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?200807290622.m6T6MT5f013236>