ports/149030: databases/couchdb: Addition to the Makefile (pre-fetch notice)

Till Klampaeckel till at php.net
Wed Jul 28 12:00:12 UTC 2010


>Number:         149030
>Category:       ports
>Synopsis:       databases/couchdb: Addition to the Makefile (pre-fetch notice)
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 28 12:00:11 UTC 2010
>Closed-Date:
>Last-Modified:
>Originator:     Till Klampaeckel
>Release:        n/a
>Organization:
n/a
>Environment:
>Description:
I feel this is a necessary addition since CouchDB underwent some BC breaking changes on the road to 1.0.

Especially with larger data sets rebuilding a view can cause serious downtime since a view would be virtually unaccessible during the build process.
>How-To-Repeat:

>Fix:


Patch attached with submission follows:

--- Makefile.orig	2010-07-28 13:43:51.000000000 +0200
+++ Makefile	2010-07-28 13:45:38.000000000 +0200
@@ -44,6 +44,7 @@ MAN1=	couchdb.1 couchjs.1
 pre-fetch:
 	@${ECHO_MSG} ""
 	@${ECHO_MSG} "If you are upgrading CouchDB, please double-check that the datafile is compatible."
+	@${ECHO_MSG} "Upgrading also might require you to rebuild your views entirely."
 	@${ECHO_MSG} ""
 
 post-patch:



>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list