By default, Bugzilla does not search the list of RESOLVED bugs.
You can force it to do so by putting the upper-case word ALL in front of your search query, e.g.: ALL tdelibs
We recommend searching for bugs this way, as you may discover that your bug has already been resolved and fixed in a later release.

Bug 2428

Summary: Patch for arts not compiling on FreeBSD 10.1
Product: TDE Reporter: Nikolaus Klepp <office>
Component: artsAssignee: Slávek Banko <slavek.banko>
Status: RESOLVED FIXED    
Severity: blocker CC: bugwatch, office, slavek.banko
Priority: P5    
Version: R14.1.x [Trinity]   
Hardware: All   
OS: Other   
Compiler Version: TDE Version String:
Application Version: Application Name:
Bug Depends on:    
Bug Blocks: 2246    
Attachments: patch to make arts compile on FreeBSD 10.1

Description Nikolaus Klepp 2015-04-23 09:09:27 CDT
Created attachment 2486 [details]
patch to make arts compile on FreeBSD 10.1

Arts does not compile on FreeBSD due to some trivial bugs, i.e. missing #include <string.h> and missing ::

This patch fixes it for FreeBSD and gcc4.9.

Apply patch from your tde source directory:
$ patch -p2 < arts-freebsd.patch 
patching file tde/main/dependencies/arts/mcop/tcpconnection.cc
patching file tde/main/dependencies/arts/mcop/unixconnection.cc
patching file tde/main/dependencies/arts/mcop/unixserver.cc
patching file tde/main/dependencies/arts/mcop_mt/threads_posix.cc
Comment 1 Slávek Banko 2015-04-23 12:15:42 CDT
It looks good. I perform a routine test, and then I'll push the patch.
Comment 2 Slávek Banko 2015-05-05 14:51:02 CDT
Pushed to GIT in hash 31a6127e (master) and c23ca441 (r14.0.x).
Thank you for the patch.