Fix lefetover during package building During deinstall apxs -e -A ... is executed, this will normally remove the LoadModule $modulename line if there is any, else a line with an '#' in front of LoadModule $modulename is added. Since apxs is not executed during port install the commented line will be added during deinstall into httpd.conf and this leads to a build failed with leftover in tinderbox and pointyhat.FreeBSD.org How-To-Repeat: Build the module with apache22 and inspect httpd.conf after install and deinstall of the port Reference: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/147009 http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/a.8-exp.20110129080700/suphp-0.7.1_3.log
Responsible Changed From-To: freebsd-ports-bugs->yzlin Over to maintainer (via the GNATS Auto Assign Tool)
ohauer 2011-02-22 00:05:41 UTC FreeBSD ports repository Modified files: www/suphp Makefile distinfo Log: - fix pkg-plist if installed from port (leftover in httpd.conf) - remove MD5 from distfile PR: ports/154754 Submitted by: myself Approved by: maintainer timeout Revision Changes Path 1.42 +2 -1 ports/www/suphp/Makefile 1.14 +0 -1 ports/www/suphp/distinfo _______________________________________________ cvs-all@freebsd.org mailing list http://lists.freebsd.org/mailman/listinfo/cvs-all To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
State Changed From-To: open->closed Committed!
Responsible Changed From-To: yzlin->ohauer Committed!