Apache module has the same package name for various apache versions. Fix: Add PKGNAMEPREFIX variable for create package name into Mk/bsd.apache.mk Patch attached with submission follows: How-To-Repeat: 1. Install www/apache20. 2. Install some apache module, like www/mod_python3 3. pkg_info -qO www/mod_python3 4. Deinstall www/apache20 and install apache22 5. Reinstall apache module(www/mod_python3) 6. pkg_info -qO www/mod_python3 Compare output for item 3 and 6
Responsible Changed From-To: freebsd-ports-bugs->clement bsd.apache.mk is clement territory
Are you remember about this bug?
State Changed From-To: open->suspended It was discussed already in the past. No consensus were found. The first step was bsd.apache.mk (and the removal of apache2). Now, all (or most of) apache modules must use USE_APACHE properly (i.e. no USE_APACHE=YES). When it gets done, we can add uniq prefix to modules. BTW, you can help us to make this happen. Thanks, clem
Responsible Changed From-To: clement->apache over to apache@
Responsible Changed From-To: apache->pgollucci 99% of modules now USE_APACHE != yes (wee!)
State Changed From-To: suspended->open unstalled, not too far off
State Changed From-To: open->closed consolidate to 141688
pgollucci 2010-05-19 23:01:04 UTC FreeBSD ports repository Modified files: Mk bsd.apache.mk Log: ***************************************************************************** Implement PKGNAMEPREFIX=ap13|ap20|ap22 ***************************************************************************** - Create packages for USE_APACHE=x ports with PKGNAMEPREFIX [1] - Rephrase IGNORE statement, kill EOL spaces, reformat in Mk/bsd.apache.mk [2] - Remove USE_APACHE=yes, USE_APACHE=apr, and APR_DEPS=foo - Remove APACHE_COMPAT=X - Drop support for 21 [dev only release, not in tree for years now] PR: ports/115461 [1], ports/133197 [2], ports/141688 Submitted by: myself (pgollucci@), Alexey Rubtsov <arubtsov@swsoft.com> [1], dafne [2] Requested by: Several [1] Tested by: 2 -exp runs by pav Approved by: portmgr (pav) With Hat: apache@ Revision Changes Path 1.22 +8 -49 ports/Mk/bsd.apache.mk _______________________________________________ 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"