#41218: fityk @1.2.1_1 +universal compile error - build failure ---------------------+-------------------------------- Reporter: uvw2@… | Owner: macports-tickets@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.2.1 Resolution: | Keywords: mavericks Port: fityk | ---------------------+-------------------------------- Comment (by uvw2@…): I want to use fityk as soon as possible in mavericks. So, I have patched some files in /opt/local/var/macports/build/ to complete the installation of makeicns and xylib, when errors are happened. xylib can be installed by using the folloing patch. {{{ *** /Users/xxxx/Downloads/cache.h 2013-11-07 09:19:38.000000000 +0900 --- xylib-1.2/xylib/cache.h 2013-11-07 09:28:23.000000000 +0900 *************** *** 28,34 **** #endif #if XYLIB_USE_TR1_MEMORY ! # include <tr1/memory> using std::tr1::shared_ptr; #else # include <boost/shared_ptr.hpp> --- 28,34 ---- #endif #if XYLIB_USE_TR1_MEMORY ! # include <boost/tr1/memory.hpp> using std::tr1::shared_ptr; #else # include <boost/shared_ptr.hpp> }}} makeicns can be installed by the patch "patch-IconFamily.m.diff" described in ticket #40869. Unfortunately, new revision of makeicns does not reflected repository, yet. -- Ticket URL: <https://trac.macports.org/ticket/41218#comment:2> MacPorts <http://www.macports.org/> Ports system for OS X