[83828] trunk/dports/security/afflib
ryandesign at macports.org
ryandesign at macports.org
Sun Sep 11 07:40:37 PDT 2011
Revision: 83828
http://trac.macports.org/changeset/83828
Author: ryandesign at macports.org
Date: 2011-09-11 07:40:31 -0700 (Sun, 11 Sep 2011)
Log Message:
-----------
afflib: update to 3.6.12; see #29833 (maintainer timeout)
Modified Paths:
--------------
trunk/dports/security/afflib/Portfile
Added Paths:
-----------
trunk/dports/security/afflib/files/
trunk/dports/security/afflib/files/patch-configure.ac.diff
Modified: trunk/dports/security/afflib/Portfile
===================================================================
--- trunk/dports/security/afflib/Portfile 2011-09-11 14:16:51 UTC (rev 83827)
+++ trunk/dports/security/afflib/Portfile 2011-09-11 14:40:31 UTC (rev 83828)
@@ -3,7 +3,7 @@
PortSystem 1.0
name afflib
-version 3.6.2
+version 3.6.12
categories security
maintainers darkart.com:opendarwin.org
description The Advanced Forensic Format
@@ -15,15 +15,19 @@
master_sites http://www.afflib.org/downloads/
-checksums md5 c30468c762c8e06776410ca8fb56b782 \
- sha1 9bae100779d9f93f3ab05013d502882705bfb2e5 \
- rmd160 63ca47f5e0dd6b0c897ebb5d946bb936d0d0d74b
+checksums sha1 1bd156a7e970253c3e2df5b55046142073b311fe \
+ rmd160 aebb740513992d6ef24cf6a54a965ff3c1a5d9cb
depends_lib port:libewf \
port:openssl \
port:readline \
+ port:expat \
port:zlib
+patchfiles patch-configure.ac.diff
+
+use_autoreconf yes
+
configure.args --enable-fuse=no \
--enable-s3=no
@@ -35,8 +39,7 @@
configure.args-append --enable-s3=yes \
--with-curl=${prefix}/lib
configure.args-delete --enable-s3=no
- depends_lib-append port:curl \
- port:expat
+ depends_lib-append port:curl
}
Added: trunk/dports/security/afflib/files/patch-configure.ac.diff
===================================================================
--- trunk/dports/security/afflib/files/patch-configure.ac.diff (rev 0)
+++ trunk/dports/security/afflib/files/patch-configure.ac.diff 2011-09-11 14:40:31 UTC (rev 83828)
@@ -0,0 +1,25 @@
+--- configure.ac.orig 2011-05-23 16:59:38.000000000 -0500
++++ configure.ac 2011-06-29 05:28:59.000000000 -0500
+@@ -31,21 +31,7 @@
+ m4_include([m4/acinclude.m4])
+ ACX_PTHREAD()
+
+-if test x"${cross_compiling}" = "xno" ; then
+- # Bring additional directories where things might be found into our
+- # search path. I don't know why autoconf doesn't do this by default
+- for spfx in /usr/local /opt/local /sw ${prefix} ; do
+- AC_MSG_NOTICE([checking ${spfx}/include])
+- if test -d ${spfx}/include; then
+- CPPFLAGS="-I${spfx}/include $CPPFLAGS"
+- LDFLAGS="-L${spfx}/lib $LDFLAGS"
+- AC_MSG_NOTICE([ *** ADDING ${spfx}/include to CPPFLAGS *** ])
+- AC_MSG_NOTICE([ *** ADDING ${spfx}/lib to LDFLAGS *** ])
+- fi
+- done
+- AC_MSG_NOTICE([ CPPFLAGS = ${CPPFLAGS} ])
+- AC_MSG_NOTICE([ LDFLAGS = ${LDFLAGS} ])
+-else
++if test x"${cross_compiling}" != "xno" ; then
+ AC_MSG_NOTICE([Cross Compiling --- will not update CPPFALGS or LDFLAGS with /usr/local, /opt/local or /sw])
+ LIBS="$LIBS -lws2_32 -lgdi32"
+ fi
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20110911/4b51c7eb/attachment.html>
More information about the macports-changes
mailing list