Bug 83644 - www/apache20 add support for ndbm
Summary: www/apache20 add support for ndbm
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: freebsd-apache (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-07-18 05:40 UTC by Oliver Brandmueller
Modified: 2010-05-07 06:10 UTC (History)
0 users

See Also:


Attachments
file.diff (429 bytes, patch)
2005-07-18 05:40 UTC, Oliver Brandmueller
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!