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)

in progress patch for aimage 3.2.4

  • 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

     
    33PortSystem 1.0
    44
    55name            aimage
    6 version         3.2.1
    7 revision        1
     6version         3.2.4
    87categories      security
    98maintainers     darkart.com:opendarwin.org
    109description     The Advanced Disk Imager
     
    1615
    1716master_sites    http://www.afflib.org/downloads/
    1817
    19 checksums           md5     0afd3376fe2c8dd8e43571282505a9fb \
    20                     sha1    5b25ad22333f56266f3c08f82d2a98dc19c45cf8 \
    21                     rmd160  356a9f6af6301f4d6ea1578d2cb276ec062244d0
     18checksums       sha1    a73cd1e2457fa07a63166dfed2f53387e8275923 \
     19                rmd160  23652de38aa74486e6de6eccdc8a0c82657353e2
    2220
    23 use_bzip2       no
    24 
    2521depends_lib     port:libewf     \
    2622                port:afflib             \
    2723                port:openssl    \
    2824                port:zlib
    2925
     26post-extract {
     27    # aclocal: couldn't open directory `m4': No such file or directory
     28    file mkdir ${worksrcpath}/m4
     29}
    3030
     31patchfiles      patch-configure.ac.diff
     32
     33use_autoreconf  yes
     34
     35
    3136#
    3237##EOF