Bug 83644

Summary: www/apache20 add support for ndbm
Product: Ports & Packages Reporter: Oliver Brandmueller <ob>
Component: Individual Port(s)Assignee: freebsd-apache (Nobody) <apache>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Oliver Brandmueller 2005-07-18 05:40:25 UTC
using ndbm databases in the apache2 port can be easily added. ndbm is is available in the base system, so in some cases this is a preferred option over other hash databases.

Fix: In /usr/ports/www/apache2 apply the following patch:
Comment 1 Thierry Thomas freebsd_committer freebsd_triage 2005-07-18 06:25:38 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clement


Assign to maintainer.
Comment 2 Philip M. Gollucci freebsd_committer freebsd_triage 2008-12-27 20:28:32 UTC
Responsible Changed
From-To: clement->apache

apache team
Comment 3 Philip M. Gollucci freebsd_committer freebsd_triage 2009-01-14 05:17:47 UTC
State Changed
From-To: open->analyzed

blocked by: ports/130479
Comment 4 dfilter service freebsd_committer freebsd_triage 2010-05-07 06:04:57 UTC
pgollucci    2010-05-07 05:04:43 UTC

  FreeBSD ports repository

  Modified files:
    www/apache20         Makefile.modules 
  Log:
  - Add DBM=ndbm support
  
  PR:             ports/83644
  Submitted by:   Oliver Brandmueller <ob@gruft.de>
  With Hat:       apache@
  
  Revision  Changes    Path
  1.30      +3 -1      ports/www/apache20/Makefile.modules
_______________________________________________
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 Philip M. Gollucci freebsd_committer freebsd_triage 2010-05-07 06:04:58 UTC
State Changed
From-To: analyzed->closed

Committed. Thanks!