Ticket #38641: couchdb.38641.1.patch
File couchdb.38641.1.patch, 2.1 KB (added by jeff@…, 12 years ago) |
---|
-
Portfile
6 6 7 7 name couchdb 8 8 conflicts couchdb-devel 9 version 1.2.1 10 revision 3 9 version 1.2.2 11 10 12 11 categories databases 13 12 platforms darwin … … 24 23 license Apache-2 25 24 26 25 master_sites apache 27 master_sites.mirror_subdir ${name}/ ${version}/26 master_sites.mirror_subdir ${name}/source/${version}/ 28 27 distname apache-${name}-${version} 29 28 30 checksums rmd160 b89604089565c1f909046329c7e9d5faf84f036f\31 sha256 b54e643f3ca5f046cfd2f329a001efeaae8a3094365fa6c1cb5dcf68c1b25ccd29 checksums rmd160 9d2df26af8556ef7065484e604d2e59addbeecb5 \ 30 sha256 6824b9eec0c05d022ef52f663074c67eca5493d848574ff2d73611e92bff8701 32 31 33 32 depends_build port:help2man 34 33 … … 40 39 # erlang is not universal 41 40 universal_variant no 42 41 43 patchfiles patch-configure.diff \ 44 patch-etc-launchd-org.apache.couchdb.plist.tpl.in.diff \ 42 patchfiles patch-etc-launchd-org.apache.couchdb.plist.tpl.in.diff \ 45 43 patch-src-couchdb-priv-Makefile.in.diff \ 46 44 patch-parameterized-modules-r16b-bug.38395.patch 47 45 -
files/patch-configure.diff
1 --- configure.orig 2012-12-20 15:28:51.000000000 -06002 +++ configure 2013-01-14 05:01:03.000000000 -06003 @@ -17889,7 +17889,7 @@4 fi5 6 7 -has_crypto=`${ERL} -eval "case application:load(crypto) of ok -> ok; _ -> exit(no_crypto) end." -noshell -s init stop`8 +has_crypto=""9 10 if test -n "$has_crypto"; then11 as_fn_error $? "Could not find the Erlang crypto library. Has Erlang been compiled with OpenSSL support?" "$LINENO" 5