o) ports/115461 pgollucci [patch] bsd.apache.mk - Create packages for apache modules with unique names o) ports/133197 pgollucci [bsd.apache.mk] Rephrase IGNORE statement, kill EOL spaces, reformat o) Remove USE_APACHE=yes, USE_APACHE=apr, and APR_DEPS=foo o) Remove APACHE_COMPAT=X o) Drop support for 21 [dev only release, not in tree for years now] From: Alexey Rubtsov <arubtsov@swsoft.com> - 115461 From: Alexey Dokuchaev <danfe@regency.nsu.ru> - 133197 P6 TB Test: ------------ http://tb.p6m7g8.net/index.php [despite its name, apache22's only delta is the below diff] 9-CURRENT-amd64-apache 9-CURRENT (amd64)/apache: lrdeps:=www/apache* 974 - 22 5 - - 1001 9-CURRENT-amd64-apache22 9-CURRENT (amd64)/apache22: bsd.apache.mk mods, WITH_APACHE=yes 968 - 26 7 - - 1001 Thats 4 failures by my count. Please queue for a -exp run. Once this is worked out, the next step will be to change the default apache version from 1.3 to 2.2 It'll be just in time for 2.4.x release which is getting closer (2.3.4 alphas are out)
Responsible Changed From-To: freebsd-ports-bugs->clement bsd.apache.mk is clement territory (via the GNATS Auto Assign Tool)
Responsible Changed From-To: clement->portmgr Queue for -exp run
Responsible Changed From-To: portmgr->pav Running exp-run
Responsible Changed From-To: pav->pgollucci I think the exprun was completed
pgollucci 2010-04-28 04:26:55 UTC FreeBSD ports repository Modified files: www/bricolage Makefile Log: - Fix pkg-plist PR: ports/141688 [1] Reported by: pav via -exp run for [1] Revision Changes Path 1.27 +2 -2 ports/www/bricolage/Makefile _______________________________________________ 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"
pgollucci 2010-04-28 18:33:09 UTC FreeBSD ports repository Modified files: www/p5-Apache-Clean2 Makefile Log: - Fix dependency PR: ports/141688 [1] With hat: perl@ Reported by: pav via -exp run for [1] Revision Changes Path 1.9 +2 -1 ports/www/p5-Apache-Clean2/Makefile _______________________________________________ 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"
pgollucci 2010-04-28 18:44:29 UTC FreeBSD ports repository Modified files: mail/p5-qpsmtpd Makefile Log: - Fix dependency PR: ports/141688 [1] Reported by: pav via -exp run for [1] Revision Changes Path 1.19 +2 -1 ports/mail/p5-qpsmtpd/Makefile _______________________________________________ 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"
Either approve ports/146123 & ports/146124 or we wait 14 days more. The only breakage of the 6 left is www/thundercache. Thats not fixable with massive surgey to one or all of Mk/bsd.apache.mk Mk/bsd.php.mk lang/php
Responsible Changed From-To: pgollucci->apache Over to maintainer.
Responsible Changed From-To: apache->pav Steal for exprun
Responsible Changed From-To: pav->pgollucci Tested OK on cluster
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"
State Changed From-To: open->closed Committed. Thanks!