Date: Sun, 8 Jan 2006 14:52:48 -0500 (EST) From: Paul Dlug <paul@aps.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/91526: [PATCH] Fix www/p5-Apache-DBI so that it works with www/apache22 Message-ID: <200601081952.k08JqmGi055511@lugnut.aps.org> Resent-Message-ID: <200601082000.k08K0HRe001387@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 91526 >Category: ports >Synopsis: [PATCH] Fix www/p5-Apache-DBI so that it works with www/apache22 >Confidential: no >Severity: critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Jan 08 20:00:16 GMT 2006 >Closed-Date: >Last-Modified: >Originator: Paul Dlug >Release: FreeBSD 6.0-STABLE i386 >Organization: >Environment: System: FreeBSD lugnut.aps.org 6.0-STABLE FreeBSD 6.0-STABLE #8: Mon Jan 2 14:35:30 EST >Description: When www/apache22 and www/mod_perl2 are installed www/p5-Apache-DBI will not install. This is because it explicitly looks for PREFIX/libexec/apache2/mod_perl.so when WITH_MODPERL2 is defined. With www/apache22 the path is PREFIX/libexec/apache22/mod_perl.so My submitted patch dynamically looks up the libexec path for apache modules with a call to apxs, it falls back to the hardcoded path. This approach is used successfully by other modules (see www/mod_auth_kerb or www/p5-CGI-SpeedyCGI for example). Port maintainer (pgollucci@p6m7g8.com) is cc'd. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: begin 644 p5-Apache-DBI-0.98.patch ` end >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601081952.k08JqmGi055511>