#34636: podofo @0.9.1 - Build error ---------------------------------------+------------------------------------ Reporter: jose.exposito89@… | Owner: devans@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 2.1.1 Keywords: | Port: podofo ---------------------------------------+------------------------------------ Comment(by jose.exposito89@…): Hi! [[BR]] The problem is with the CppUnit test included with PoDoFo, that really are not necessaries. I don't know how to make this in a Portfile, but I hope that something can change the current PoDoFo Portfile to solve the bug. [[BR]] Compile is easiest than: [[BR]] [[BR]] {{{ # Download and extract the source code $ curl -O http://ignum.dl.sourceforge.net/project/podofo/podofo/0.9/podofo-0.9.1.tar.g... $ tar -zxvf podofo-0.9.1.tar.gz # Make the build directory $ cd podofo-0.9.1 $ mkdir build $ cd build # Compile (replace /opt/local with ${prefix} in the Portfile) $ cmake -G "Unix Makefiles" -DWANT_FONTCONFIG:BOOL=TRUE -DPODOFO_BUILD_SHARED:BOOL=TRUE -DCMAKE_INSTALL_PREFIX=/opt/local -DCMAKE_INCLUDE_PATH=/opt/local/include -DCMAKE_LIBRARY_PATH=/opt/local/lib -DCMAKE_BUILD_TYPE=RELEASE .. $ make podofo_shared $ sudo make install }}} I don't know how to do "make podofo_shared" in the Portfile :S If someone can help me to do this or fix the port.... -- Ticket URL: <https://trac.macports.org/ticket/34636#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS