[62132] trunk/dports/sysutils/testdisk/Portfile

snc at macports.org snc at macports.org
Tue Dec 29 09:59:57 PST 2009


Revision: 62132
          http://trac.macports.org/changeset/62132
Author:   snc at macports.org
Date:     2009-12-29 09:59:54 -0800 (Tue, 29 Dec 2009)
Log Message:
-----------
enable ext2,ntfs,ewf support, derived from ticket #21677

Modified Paths:
--------------
    trunk/dports/sysutils/testdisk/Portfile

Modified: trunk/dports/sysutils/testdisk/Portfile
===================================================================
--- trunk/dports/sysutils/testdisk/Portfile	2009-12-29 17:26:03 UTC (rev 62131)
+++ trunk/dports/sysutils/testdisk/Portfile	2009-12-29 17:59:54 UTC (rev 62132)
@@ -5,7 +5,7 @@
 
 name            testdisk
 version         6.11
-revision        1
+revision        2
 categories      sysutils
 platforms       darwin
 maintainers     snc openmaintainer
@@ -26,9 +26,8 @@
                 port:ncurses \
                 port:ntfsprogs \
                 port:openssl \
-                port:zlib
-# port:ossp-uuid
-# provided by port:e2fsprogs
+                port:zlib \
+		port:libewf
 
 use_bzip2       yes
 
@@ -43,5 +42,7 @@
 configure.args-append   --with-ncurses-lib=${prefix}/lib \
                         --with-ncurses-includes=${prefix}/include/ncurses \
                         --with-iconv-lib=${prefix}/lib \
-                        --with-iconv-includes=${prefix}/include \
-                        --without-ewf
+                        --with-iconv-includes=${prefix}/include
+
+# needed for testdisk 6.11's configure script
+configure.cflags-append	-fnested-functions
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091229/bf59de56/attachment.html>


More information about the macports-changes mailing list