Bug 131649 - port patch fix - www/mod_lisp2 - fix for apache22
Summary: port patch fix - www/mod_lisp2 - fix for apache22
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Ion-Mihai "IOnut" Tetcu
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-02-13 16:20 UTC by Erik Greenwald
Modified: 2009-02-18 13:50 UTC (History)
1 user (show)

See Also:


Attachments
www_mod_lisp2.patch (1.14 KB, patch)
2009-02-13 16:20 UTC, Erik Greenwald
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Erik Greenwald 2009-02-13 16:20:01 UTC
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
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2009-02-13 16:20:16 UTC
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
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2009-02-13 16:20:18 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback (via the GNATS Auto Assign Tool)
Comment 3 Viktor Leis 2009-02-13 17:35:11 UTC
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
>
Comment 4 Mark Linimon freebsd_committer freebsd_triage 2009-02-13 22:39:31 UTC
State Changed
From-To: feedback->open

Maintainer approved.
Comment 5 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2009-02-18 13:04:27 UTC
Responsible Changed
From-To: freebsd-ports-bugs->itetcu

I'll take it.
Comment 6 dfilter service freebsd_committer freebsd_triage 2009-02-18 13:44:25 UTC
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"
Comment 7 Ion-Mihai "IOnut" Tetcu freebsd_committer freebsd_triage 2009-02-18 13:44:26 UTC
State Changed
From-To: open->closed

Committed. Thanks!