- Update to 6.2.0
PR: 179064 Submitted by: Ports Fury
This commit is contained in:
parent
01b1a609cc
commit
6d87f42e78
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=319341
3 changed files with 14 additions and 3 deletions
|
@ -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/
|
||||
|
|
|
@ -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
|
||||
|
|
11
devel/ace/files/patch-tests__TkReactor_Test.cpp
Normal file
11
devel/ace/files/patch-tests__TkReactor_Test.cpp
Normal file
|
@ -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";
|
Loading…
Reference in a new issue