[MacPorts] #20326: apr upgrade
#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
#20326: apr upgrade ---------------------------------+------------------------------------------ Reporter: jochen@… | Owner: dluke@… Type: update | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: | Port: apr ---------------------------------+------------------------------------------ Changes (by macsforever2000@…): * cc: jochen@… (removed) * port: => apr Comment: - The reporter is automatically Cc'ed. - Please fill in the port field. - Attaching the patch files is preferred. -- Ticket URL: <http://trac.macports.org/ticket/20326#comment:2> MacPorts <http://www.macports.org/> Ports system for Mac OS
#20326: apr upgrade ---------------------------------+------------------------------------------ Reporter: jochen@… | Owner: snc@… Type: update | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: | Port: apr ---------------------------------+------------------------------------------ Changes (by snc@…): * owner: dluke@… => snc@… * status: new => assigned -- Ticket URL: <http://trac.macports.org/ticket/20326#comment:3> MacPorts <http://www.macports.org/> Ports system for Mac OS
#20326: apr upgrade ---------------------------------+------------------------------------------ Reporter: jochen@… | Owner: snc@… Type: update | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: | Port: apr ---------------------------------+------------------------------------------ Comment(by snc@…): `use_parallel_build yes` is the default now. I'd like to remove it. Clarifying, the changes you made are in `include/apr.hnw`? It seems the first set are actually `long long`, is this correct? -- Ticket URL: <http://trac.macports.org/ticket/20326#comment:4> MacPorts <http://www.macports.org/> Ports system for Mac OS
#20326: apr upgrade ---------------------------------+------------------------------------------ Reporter: jochen@… | Owner: snc@… Type: update | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: | Port: apr ---------------------------------+------------------------------------------ Comment(by snc@…): Please check the attachment, and let me know if you intend it to be added as a patchfile. -- Ticket URL: <http://trac.macports.org/ticket/20326#comment:5> MacPorts <http://www.macports.org/> Ports system for Mac OS
#20326: apr upgrade ---------------------------------+------------------------------------------ Reporter: jochen@… | Owner: snc@… Type: update | Status: assigned Priority: Normal | Milestone: Component: ports | Version: 1.7.1 Keywords: | Port: apr ---------------------------------+------------------------------------------ Comment(by dluke@…): Replying to [comment:4 snc@…]:
`use_parallel_build yes` is the default now. I'd like to remove it.
I don't think this is true for the current release (and I don't think it should be true for our next release - to many things don't work with parallel build turned on and no one has even tried it with many of the ports). the poll test fails (crashes) when I build 1.3.6, and I'd like to look at that before I version bump apr -- Ticket URL: <http://trac.macports.org/ticket/20326#comment:6> MacPorts <http://www.macports.org/> Ports system for Mac OS
#20326: apr upgrade ---------------------------------+------------------------------------------ Reporter: jochen@… | Owner: snc@… Type: update | Status: assigned Priority: Not set | Milestone: Component: ports | Version: 1.7.1 Keywords: | Port: apr ---------------------------------+------------------------------------------ Changes (by snc@…): * priority: Normal => Not set Comment: Replying to [comment:6 dluke@…]:
Replying to [comment:4 snc@…]:
`use_parallel_build yes` is the default now. I'd like to remove it. I don't think this is true for the current release (and I don't think it should be true for our next release - to many things don't work with parallel build turned on and no one has even tried it with many of the ports).
While it might not be default to build in parallel in 1.7.1, grepping base shows: `src/port1.0/portbuild.tcl:default use_parallel_build yes`
the poll test fails (crashes) when I build 1.3.6, and I'd like to look at that before I version bump apr
Holding off on the update until you've had a chance to check out the tests. -- Ticket URL: <http://trac.macports.org/ticket/20326#comment:7> MacPorts <http://www.macports.org/> Ports system for Mac OS
#20326: apr upgrade ---------------------------------+------------------------------------------ Reporter: jochen@… | Owner: dluke@… Type: update | Status: new Priority: Not set | Milestone: Component: ports | Version: 1.7.1 Keywords: | Port: apr ---------------------------------+------------------------------------------ Changes (by dluke@…): * owner: snc@… => dluke@… * status: assigned => new -- Ticket URL: <http://trac.macports.org/ticket/20326#comment:8> MacPorts <http://www.macports.org/> Ports system for Mac OS
#20326: apr upgrade ---------------------------------+------------------------------------------ Reporter: jochen@… | Owner: dluke@… Type: update | Status: assigned Priority: Not set | Milestone: Component: ports | Version: 1.7.1 Keywords: | Port: apr ---------------------------------+------------------------------------------ Changes (by dluke@…): * status: new => assigned -- Ticket URL: <http://trac.macports.org/ticket/20326#comment:9> MacPorts <http://www.macports.org/> Ports system for Mac OS
#20326: apr upgrade ----------------------------------+----------------------------------------- Reporter: jochen@… | Owner: dluke@… Type: update | Status: closed Priority: Not set | Milestone: Component: ports | Version: 1.7.1 Resolution: fixed | Keywords: Port: apr | ----------------------------------+----------------------------------------- Changes (by dluke@…): * status: assigned => closed * resolution: => fixed Comment: apr updated to 1.3.7 in r54257, will continue to track the universal issues in #17090 -- Ticket URL: <http://trac.macports.org/ticket/20326#comment:10> MacPorts <http://www.macports.org/> Ports system for Mac OS
participants (1)
-
MacPorts