[107539] trunk/dports/databases/couchdb

larryv at macports.org larryv at macports.org
Tue Jul 2 10:37:01 PDT 2013


Revision: 107539
          https://trac.macports.org/changeset/107539
Author:   larryv at macports.org
Date:     2013-07-02 10:37:01 -0700 (Tue, 02 Jul 2013)
Log Message:
-----------
couchdb: Fix to work with Erlang R16B01 (maintainer, #39607).

Modified Paths:
--------------
    trunk/dports/databases/couchdb/Portfile

Added Paths:
-----------
    trunk/dports/databases/couchdb/files/patch-r16b01-compatability.39607.patch

Modified: trunk/dports/databases/couchdb/Portfile
===================================================================
--- trunk/dports/databases/couchdb/Portfile	2013-07-02 17:23:05 UTC (rev 107538)
+++ trunk/dports/databases/couchdb/Portfile	2013-07-02 17:37:01 UTC (rev 107539)
@@ -7,6 +7,7 @@
 name                    couchdb
 conflicts               couchdb-devel
 version                 1.3.1
+revision                1
 
 categories              databases
 platforms               darwin
@@ -41,7 +42,8 @@
 
 patchfiles              patch-etc-launchd-org.apache.couchdb.plist.tpl.in.diff \
                         patch-src-couchdb-priv-Makefile.in.diff \
-                        patch-parameterized-modules-r16b-bug.38395.patch
+                        patch-parameterized-modules-r16b-bug.38395.patch \
+                        patch-r16b01-compatability.39607.patch
 
 require_active_variants erlang ssl
 

Added: trunk/dports/databases/couchdb/files/patch-r16b01-compatability.39607.patch
===================================================================
--- trunk/dports/databases/couchdb/files/patch-r16b01-compatability.39607.patch	                        (rev 0)
+++ trunk/dports/databases/couchdb/files/patch-r16b01-compatability.39607.patch	2013-07-02 17:37:01 UTC (rev 107539)
@@ -0,0 +1,11 @@
+--- ../apache-couchdb-1.3.1.orig/src/couchdb/couch_app.erl	2013-06-10 06:21:37.000000000 -0500
++++ ./src/couchdb/couch_app.erl	2013-07-02 11:39:18.000000000 -0500
+@@ -20,7 +20,7 @@
+ 
+ start(_Type, DefaultIniFiles) ->
+     IniFiles = get_ini_files(DefaultIniFiles),
+-    case start_apps([crypto, public_key, sasl, inets, oauth, ssl, ibrowse, mochiweb, os_mon]) of
++    case start_apps([crypto, asn1, public_key, sasl, inets, oauth, ssl, ibrowse, mochiweb, os_mon]) of
+     ok ->
+         couch_server_sup:start_link(IniFiles);
+     {error, Reason} ->
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20130702/1988ea26/attachment.html>


More information about the macports-changes mailing list