Apache 2.2 now sets the APR version as 1.3.0. mod_lisp2 looks for an APR version of 1.2.2-1.2.inf. This patch allows it to correctly see the bump in the minor, allowing mod_lisp2 to compile against apache22. How-To-Repeat: cd /usr/ports/www/apache22 && make instll && cd ../mod_lisp2 && make
Maintainer of www/mod_lisp2, Please note that PR ports/131649 has just been submitted. If it contains a patch for an upgrade, an enhancement or a bug fix you agree on, reply to this email stating that you approve the patch and a committer will take care of it. The full text of the PR can be found at: http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/131649 -- Edwin Groothuis via the GNATS Auto Assign Tool edwin@FreeBSD.org
State Changed From-To: open->feedback Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
I approve the patch. On Sat, Feb 14, 2009 at 1:20 AM, Edwin Groothuis <edwin@freebsd.org> wrote: > Maintainer of www/mod_lisp2, > > Please note that PR ports/131649 has just been submitted. > > If it contains a patch for an upgrade, an enhancement or a bug fix > you agree on, reply to this email stating that you approve the patch > and a committer will take care of it. > > The full text of the PR can be found at: > http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/131649 > > -- > Edwin Groothuis via the GNATS Auto Assign Tool > edwin@FreeBSD.org >
State Changed From-To: feedback->open Maintainer approved.
Responsible Changed From-To: freebsd-ports-bugs->itetcu I'll take it.
itetcu 2009-02-18 13:44:10 UTC FreeBSD ports repository Modified files: www/mod_lisp2/files patch-mod_lisp2.c Log: Apache 2.2 now sets the APR version as 1.3.0. mod_lisp2 looks for an APR version of 1.2.2-1.2.inf. This patch allows it to correctly see the bump in the minor, allowing mod_lisp2 to compile against apache22. PR: ports/131649 Submitted by: Erik Greenwald Approved by: maintainer Revision Changes Path 1.2 +8 -3 ports/www/mod_lisp2/files/patch-mod_lisp2.c _______________________________________________ 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!