ports/179064: devel/ace: Update to version 6.2.0
KATO Tsuguru
tkato432 at yahoo.com
Tue May 28 18:40:03 UTC 2013
>Number: 179064
>Category: ports
>Synopsis: devel/ace: Update to version 6.2.0
>Confidential: no
>Severity: non-critical
>Priority: low
>Responsible: freebsd-ports-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: change-request
>Submitter-Id: current-users
>Arrival-Date: Tue May 28 18:40:03 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator: KATO Tsuguru
>Release: FreeBSD 8.4-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 6.2.0
New file:
files/patch-tests__TkReactor_Test.cpp
>How-To-Repeat:
>Fix:
diff -urN /usr/ports/devel/ace/Makefile devel/ace/Makefile
--- /usr/ports/devel/ace/Makefile 2013-05-28 00:37:20.000000000 +0900
+++ devel/ace/Makefile 2013-05-29 00:00:00.000000000 +0900
@@ -2,7 +2,7 @@
# $FreeBSD: head/devel/ace/Makefile 319248 2013-05-27 14:25:20Z miwi $
PORTNAME= ace
-PORTVERSION= 6.1.9
+PORTVERSION= 6.2.0
CATEGORIES= devel
MASTER_SITES= ftp://download.dre.vanderbilt.edu/previous_versions/ \
http://download.dre.vanderbilt.edu/previous_versions/
diff -urN /usr/ports/devel/ace/distinfo devel/ace/distinfo
--- /usr/ports/devel/ace/distinfo 2013-05-28 00:37:20.000000000 +0900
+++ devel/ace/distinfo 2013-05-29 00:00:00.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (ACE-6.1.9.tar.bz2) = 6388b44d3b38947ccde1062764f88516f225a5333fd043403cb28ed9e9b54fe6
-SIZE (ACE-6.1.9.tar.bz2) = 8023410
+SHA256 (ACE-6.2.0.tar.bz2) = 750f0ddee3d7abd75fcd6a47c86b84e2455543f7a6db9710e68cef7ddc27365f
+SIZE (ACE-6.2.0.tar.bz2) = 8026844
diff -urN /usr/ports/devel/ace/files/patch-tests__TkReactor_Test.cpp devel/ace/files/patch-tests__TkReactor_Test.cpp
--- /usr/ports/devel/ace/files/patch-tests__TkReactor_Test.cpp 1970-01-01 09:00:00.000000000 +0900
+++ devel/ace/files/patch-tests__TkReactor_Test.cpp 2013-05-29 00:00:00.000000000 +0900
@@ -0,0 +1,11 @@
+--- tests/TkReactor_Test.cpp.orig
++++ tests/TkReactor_Test.cpp
+@@ -248,7 +248,7 @@
+ tk = Tk_MainWindow(tcl_interp);
+ if (tk == 0)
+ {
+- ACE_ERROR_RETURN ((LM_ERROR, "Tk_Reactor_Test: %s\n", tcl_interp->result),1);
++ ACE_ERROR_RETURN ((LM_ERROR, "Tk_Reactor_Test: %s\n", Tcl_GetStringResult(tcl_interp)),1);
+ }
+
+ char tcl_cmd[] = "source TkReactor_Test.tcl";
>Release-Note:
>Audit-Trail:
>Unformatted:
More information about the freebsd-ports-bugs
mailing list