#25375: couchdb missing default.d local.d ---------------------------------------+------------------------------------ Reporter: daniel.terreros@… | Owner: jwa@… Type: defect | Status: new Priority: Normal | Milestone: Component: ports | Version: 1.9.1 Keywords: | Port: couchdb ---------------------------------------+------------------------------------ Comment(by oree@…): I had the same issue with couchdb @0.11.0 and erlang @R14A The patch pointed out by luke.driscoll helped me out (https://issues.apache.org/jira/secure/attachment/12447524/couch_app.patch) To build manually, copy the diff file to ${portpath}/files/patch-src- couchdb-couch_app.erl.diff and apply the following to Portfile: {{{ --- Portfile.orig 2010-04-10 23:30:00.000000000 +0300 +++ Portfile 2010-06-29 23:04:38.000000000 +0300 @@ -41,6 +41,8 @@ set plistdir /Library/LaunchDaemons startupitem.uniquename org.apache.couchdb +patchfiles patch-src-couchdb-couch_app.erl.diff + post-destroot { addgroup ${dbgroup} adduser ${dbuser} gid=[existsgroup ${dbgroup}] }}} Now couchdb works again! -- Ticket URL: <http://trac.macports.org/ticket/25375#comment:8> MacPorts <http://www.macports.org/> Ports system for Mac OS