Bug 114105 - [PATCH] www/mod_fcgid: Fix works on apache2.0.X
Summary: [PATCH] www/mod_fcgid: Fix works on apache2.0.X
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: Andrey Slusar
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-06-28 19:10 UTC by Andrey Slusar
Modified: 2007-06-28 19:50 UTC (History)
1 user (show)

See Also:


Attachments
mod_fcgid.diff (3.39 KB, patch)
2007-06-28 19:10 UTC, Andrey Slusar
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Slusar freebsd_committer freebsd_triage 2007-06-28 19:10:07 UTC
	On apache2.0.x apr_shm_remove() is not implemented. mod_fcgid is
	use the apr_shm_remove(), added patch is fixed this.

	This patch obtained from mod-fcgid cvs.

How-To-Repeat: 	Install www/apache20 and www/fcgid
	/usr/local/etc/rc.d/apache2 restart
	>mod_fcgid.so: undefined symbol: apr_shm_remove
	And not works.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-06-28 19:10:22 UTC
Responsible Changed
From-To: freebsd-ports-bugs->anray

Submitter has GNATS access
Comment 2 Edwin Groothuis freebsd_committer freebsd_triage 2007-06-28 19:10:29 UTC
State Changed
From-To: open->feedback

Awaiting maintainers feedback
Comment 3 Josh Tolbert 2007-06-28 19:35:10 UTC
On Thu, Jun 28, 2007 at 06:10:27PM +0000, Edwin Groothuis wrote:
> Maintainer of www/mod_fcgid,
> 
> Please note that PR ports/114105 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/114105

Patch looks good to me. I don't have an apache20 box to test it on, but it
should be fine.

Thanks,

Josh
-- 
Josh Tolbert
hemi@puresimplicity.net  ||  http://www.puresimplicity.net/~hemi/

Security is mostly a superstition. It does not exist in nature, nor
do the children of men as a whole experience it. Avoiding danger
is no safer in the long run than outright exposure. Life is either
a daring adventure, or nothing.
    -- Helen Keller
Comment 4 dfilter service freebsd_committer freebsd_triage 2007-06-28 19:48:02 UTC
anray       2007-06-28 18:47:54 UTC

  FreeBSD ports repository

  Modified files:
    www/mod_fcgid        Makefile 
  Added files:
    www/mod_fcgid/files  patch-arch-unix-fcgid_proctbl_unix.c 
  Log:
  - Support apr_shm_remove() in apache 2.0.X
  
  PR:             ports/114105
  Approved by:    Josh Tolbert (maintainer)
  Obtained from:  mod-fcgid cvs
  
  Revision  Changes    Path
  1.11      +1 -0      ports/www/mod_fcgid/Makefile
  1.1       +98 -0     ports/www/mod_fcgid/files/patch-arch-unix-fcgid_proctbl_unix.c (new)
_______________________________________________
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 5 Andrey Slusar freebsd_committer freebsd_triage 2007-06-28 19:48:59 UTC
State Changed
From-To: feedback->closed

Committed.