Ticket #29833: aimage-3.2.4.diff
File aimage-3.2.4.diff, 1.8 KB (added by ryandesign (Ryan Carsten Schmidt), 13 years ago) |
---|
-
files/patch-configure.ac.diff
1 --- configure.ac.orig 2009-11-23 11:51:18.000000000 -0600 2 +++ configure.ac 2011-06-29 05:24:40.000000000 -0500 3 @@ -22,15 +22,6 @@ 4 5 6 7 -# Bring additional directories where things might be found into our 8 -# search path. I don't know why autoconf doesn't do this by default 9 -for spfx in /usr/local /opt/local /sw ; do 10 - echo checking ${spfx}/include 11 - if test -d ${spfx}/include; then 12 - CPPFLAGS="-I${spfx}/include $CPPFLAGS" 13 - LDFLAGS="-L${spfx}/lib $LDFLAGS" 14 - fi 15 -done 16 17 18 # Specific headers that I plan to use -
Portfile
3 3 PortSystem 1.0 4 4 5 5 name aimage 6 version 3.2.1 7 revision 1 6 version 3.2.4 8 7 categories security 9 8 maintainers darkart.com:opendarwin.org 10 9 description The Advanced Disk Imager … … 16 15 17 16 master_sites http://www.afflib.org/downloads/ 18 17 19 checksums md5 0afd3376fe2c8dd8e43571282505a9fb \ 20 sha1 5b25ad22333f56266f3c08f82d2a98dc19c45cf8 \ 21 rmd160 356a9f6af6301f4d6ea1578d2cb276ec062244d0 18 checksums sha1 a73cd1e2457fa07a63166dfed2f53387e8275923 \ 19 rmd160 23652de38aa74486e6de6eccdc8a0c82657353e2 22 20 23 use_bzip2 no24 25 21 depends_lib port:libewf \ 26 22 port:afflib \ 27 23 port:openssl \ 28 24 port:zlib 29 25 26 post-extract { 27 # aclocal: couldn't open directory `m4': No such file or directory 28 file mkdir ${worksrcpath}/m4 29 } 30 30 31 patchfiles patch-configure.ac.diff 32 33 use_autoreconf yes 34 35 31 36 # 32 37 ##EOF