#20326: apr upgrade ---------------------------------+------------------------------------------ Reporter: jochen@… | Owner: dluke@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: | Port: ---------------------------------+------------------------------------------ Please update the Portfile for 1.3.6. {{{ svn diff Portfile Index: Portfile =================================================================== --- Portfile (revision 53847) +++ Portfile (working copy) @@ -3,7 +3,7 @@ PortSystem 1.0 name apr -version 1.3.5 +version 1.3.6 categories devel maintainers geeklair.net:dluke platforms darwin @@ -18,9 +18,9 @@ master_sites apache:apr use_bzip2 yes -checksums md5 9ac9a00eaa190937fdbbde7b4f03ac1e \ - sha1 d8efc666188b49d06d0c967980762370db31ee44 \ - rmd160 6141c7dd6e8961ab0b7721403b2259221086edf0 +checksums md5 1893d54f8ef3981c33ad2ad5fdee1f8a \ + sha1 25f442c00201889353359c2faec2ed4edaad27d0 \ + rmd160 db16ce80751d1198483848e6803f9b8e3117edec use_parallel_build yes configure.env ac_cv_prog_AWK=awk lt_cv_path_SED=sed }}} Btw, I could successfully install apr and apr-util +universal (i386 + x86_64) when I fixed the {{{ typedef long apr_int64_t; typedef unsigned long apr_uint64_t; }}} to {{{ typedef int64_t apr_int64_t; typedef uint64_t apr_uint64_t; }}} and {{{ #define APR_SIZEOF_VOIDP 8 }}} to {{{ #ifndef __LP64__ #define APR_SIZEOF_VOIDP 4 #else #define APR_SIZEOF_VOIDP 8 #endif }}} Nothing else. -- Ticket URL: <http://trac.macports.org/ticket/20326> MacPorts <http://www.macports.org/> Ports system for Mac OS