svn commit: r319341 - in head/devel/ace: . files
Martin Wilke
miwi at FreeBSD.org
Wed May 29 05:23:41 UTC 2013
Author: miwi
Date: Wed May 29 05:23:40 2013
New Revision: 319341
URL: http://svnweb.freebsd.org/changeset/ports/319341
Log:
- Update to 6.2.0
PR: 179064
Submitted by: Ports Fury
Added:
head/devel/ace/files/patch-tests__TkReactor_Test.cpp (contents, props changed)
Modified:
head/devel/ace/Makefile
head/devel/ace/distinfo
Modified: head/devel/ace/Makefile
==============================================================================
--- head/devel/ace/Makefile Wed May 29 05:23:13 2013 (r319340)
+++ head/devel/ace/Makefile Wed May 29 05:23:40 2013 (r319341)
@@ -2,7 +2,7 @@
# $FreeBSD$
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/
Modified: head/devel/ace/distinfo
==============================================================================
--- head/devel/ace/distinfo Wed May 29 05:23:13 2013 (r319340)
+++ head/devel/ace/distinfo Wed May 29 05:23:40 2013 (r319341)
@@ -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
Added: head/devel/ace/files/patch-tests__TkReactor_Test.cpp
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ head/devel/ace/files/patch-tests__TkReactor_Test.cpp Wed May 29 05:23:40 2013 (r319341)
@@ -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";
More information about the svn-ports-head
mailing list