| Summary: | [PATCH] Update www/apache24 to 2.4.27 | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Cy Schubert <cy> | ||||
| Component: | Individual Port(s) | Assignee: | freebsd-apache (Nobody) <apache> | ||||
| Status: | Closed FIXED | ||||||
| Severity: | Affects Only Me | CC: | brnrd, i.dani, ohauer, rootservice | ||||
| Priority: | --- | Keywords: | patch | ||||
| Version: | Latest | Flags: | bugzilla:
maintainer-feedback?
(apache) |
||||
| Hardware: | Any | ||||||
| OS: | Any | ||||||
| Attachments: |
|
||||||
*** Bug 220615 has been marked as a duplicate of this bug. *** Looks good to me, sucessfully built and installed on FBSD10.3. The only thing i just saw when building 2.4.27 is the following: =========================================================================== ====> Running Q/A tests (stage-qa) Error: /usr/local/bin/ab is linked to /usr/local/lib/libdb-5.3.so.0 from databases/db5 but it is not declared as a dependency Warning: you need USES+=bdb Error: /usr/local/bin/ab is linked to /usr/local/lib/libgdbm.so.4 from databases/gdbm but it is not declared as a dependency Warning: you need LIB_DEPENDS+=libgdbm.so:databases/gdbm Maybe we could/should fix this, while updating to the latest release? Oops. Forgot to enable DEVELOPER=yes in make.conf. I'll fix that. Do you want me to commit after fixing? (In reply to Cy Schubert from comment #3) Sure, go for it! Thanks! Even `ab' does not use any functionality from db5 and gdbm they are recorded from over linking. In case apr-util is build with different options this will change because`apu-1-config --libs' will return different values It is a little chicken egg issue where I haven't found a solution for. For the update there is a full blown request from Bernhard on phab. where also apr and apr-util is lifted to the new 1.6.2/1.6.0 release https://reviews.freebsd.org/D11285 Hi ohauer@, Do you mind if I commit this and PR 220662 or would you rather? I'm good ether way. This was closed with ports r445603 See also: https://reviews.freebsd.org/D11285 |
Created attachment 184283 [details] [PATCH] Update www/apache24 to 2.4.27 The attached patch updates www/apache24 to 2.4.27.