Bug 119711 - [PATCH] www/apache22 use BDB from bsd.databases.mk
Summary: [PATCH] www/apache22 use BDB from bsd.databases.mk
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: Clement Laforet
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-16 11:10 UTC by Martin Matuska
Modified: 2008-01-20 11:40 UTC (History)
0 users

See Also:


Attachments
file.diff (4.83 KB, patch)
2008-01-16 11:10 UTC, Martin Matuska
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Matuska freebsd_committer freebsd_triage 2008-01-16 11:10:00 UTC
- Use bsd.databases.mk for bdb selection
	This adds support for version definition via WITH_BDB_VER or
	APACHE22_WITH_BDB_VER, defines dependencies etc.
	In the only case of db40 apache requires "--with-dbm=db4", 
	so a substitution "--with-dbm=db${BDB_VER:S/40/4/}" is used	
- Add option WITH_BDB for BerkeleyDB DBM
	If defined, BerkeleyDB DBM module is built and used
	Default version is BDB default in bsd.databases.mk
- Add knob WITH_BDB_BASE for BerkeleyDB 1.85 from base install
	If defined, bsd.databases.mk is NOT used and bdb comes from base
- Remove WITH_BERKELEYDB
	Use of bsd.databases.mk makes WITH_BERKELEYDB obsolete
- Bump PORTREVISION
	Not absolutely sure if we need this but we are adding a new option

Successfully tested with APACHE22_WITH_BDB_VER or WITH_BDB_VER with values
2 3 40 41 42 43 44 45 46 (=all possibilities)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-01-16 11:10:13 UTC
Responsible Changed
From-To: freebsd-ports-bugs->clement

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2008-01-20 11:29:36 UTC
clement     2008-01-20 11:29:31 UTC

  FreeBSD ports repository

  Modified files:
    .                    UPDATING 
    www/apache22         Makefile Makefile.doc Makefile.modules 
                         distinfo 
    www/apache22/files   patch-docs_conf_httpd.conf.in 
  Removed files:
    www/apache22/files   
                         patch-srclib-apr-network_io-unix-multicast.c 
  Log:
  - Update to 2.2.8
  - Update documentation
  - Use BDB from bsd.databases.mk instead of homebrew [1]
  
  PR:             ports/119711 [1]
  Submitted by:   mm [1]
  
  Revision  Changes    Path
  1.576     +10 -1     ports/UPDATING
  1.217     +3 -3      ports/www/apache22/Makefile
  1.12      +17 -11    ports/www/apache22/Makefile.doc
  1.26      +15 -42    ports/www/apache22/Makefile.modules
  1.74      +3 -6      ports/www/apache22/distinfo
  1.2       +13 -13    ports/www/apache22/files/patch-docs_conf_httpd.conf.in
  1.2       +0 -23     ports/www/apache22/files/patch-srclib-apr-network_io-unix-multicast.c (dead)
_______________________________________________
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 3 Clement Laforet freebsd_committer freebsd_triage 2008-01-20 11:30:00 UTC
State Changed
From-To: open->closed

Patch committed, thanks!