[86026] trunk/dports/graphics/podofo/Portfile
devans at macports.org
devans at macports.org
Tue Oct 18 09:06:25 PDT 2011
Revision: 86026
http://trac.macports.org/changeset/86026
Author: devans at macports.org
Date: 2011-10-18 09:06:25 -0700 (Tue, 18 Oct 2011)
Log Message:
-----------
podofo: revert accidental commit in r68020.
Revision Links:
--------------
http://trac.macports.org/changeset/68020
Modified Paths:
--------------
trunk/dports/graphics/podofo/Portfile
Modified: trunk/dports/graphics/podofo/Portfile
===================================================================
--- trunk/dports/graphics/podofo/Portfile 2011-10-18 16:06:12 UTC (rev 86025)
+++ trunk/dports/graphics/podofo/Portfile 2011-10-18 16:06:25 UTC (rev 86026)
@@ -34,32 +34,14 @@
port:openssl \
port:lua
-pre-fetch {
- if {[file exists ${prefix}/lib/libpodofo.dylib]} {
- set deactivate_proc registry_deactivate_composite
- if {[info commands registry_deactivate_composite] == {}} {
- set deactivate_proc registry_deactivate
- }
- $deactivate_proc podofo "" [list ports_nodepcheck 1]
- }
-}
-
-pre-patch {
- file copy ${worksrcpath}/cmake/modules/FindFREETYPE.cmake ${worksrcpath}/cmake/modules/FindFREETYPE.cmake.orig
-}
-
-#patchfiles patch-cmake-modules-FindFREETYPE.cmake.diff
-
configure.cmd cmake
configure.args-append -G \"Unix Makefiles\" \
-DWANT_FONTCONFIG:BOOL=TRUE \
-DPODOFO_BUILD_SHARED:BOOL=TRUE \
-DPODOFO_BUILD_STATIC:BOOL=TRUE \
- -DCMAKE_PREFIX_PATH=${prefix}
+ -DCMAKE_INCLUDE_PATH=${prefix}/include/ \
+ -DCMAKE_LIBRARY_PATH=${prefix}/lib
-# -DCMAKE_INCLUDE_PATH=${prefix}/include/ \
-# -DCMAKE_LIBRARY_PATH=${prefix}/lib \
-
#
# FIXME: will build universal if there is no
# previous non-universal build installed
@@ -69,7 +51,6 @@
#
universal_variant no
-use_parallel_build no
livecheck.type regex
livecheck.url http://podofo.sourceforge.net/download.html
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20111018/9e3c1c5e/attachment.html>
More information about the macports-changes
mailing list