Ticket #38641: couchdb.38641.1.patch

File couchdb.38641.1.patch, 2.1 KB (added by jeff@…, 11 years ago)
  • Portfile

     
    66
    77name                    couchdb
    88conflicts               couchdb-devel
    9 version                 1.2.1
    10 revision                3
     9version                 1.2.2
    1110
    1211categories              databases
    1312platforms               darwin
     
    2423license                 Apache-2
    2524
    2625master_sites            apache
    27 master_sites.mirror_subdir ${name}/${version}/
     26master_sites.mirror_subdir ${name}/source/${version}/
    2827distname                apache-${name}-${version}
    2928
    30 checksums               rmd160  b89604089565c1f909046329c7e9d5faf84f036f \
    31                         sha256  b54e643f3ca5f046cfd2f329a001efeaae8a3094365fa6c1cb5dcf68c1b25ccd
     29checksums               rmd160  9d2df26af8556ef7065484e604d2e59addbeecb5 \
     30                        sha256  6824b9eec0c05d022ef52f663074c67eca5493d848574ff2d73611e92bff8701
    3231
    3332depends_build           port:help2man
    3433
     
    4039# erlang is not universal
    4140universal_variant       no
    4241
    43 patchfiles              patch-configure.diff \
    44                         patch-etc-launchd-org.apache.couchdb.plist.tpl.in.diff \
     42patchfiles              patch-etc-launchd-org.apache.couchdb.plist.tpl.in.diff \
    4543                        patch-src-couchdb-priv-Makefile.in.diff \
    4644                        patch-parameterized-modules-r16b-bug.38395.patch
    4745
  • files/patch-configure.diff

     
    1 --- configure.orig      2012-12-20 15:28:51.000000000 -0600
    2 +++ configure   2013-01-14 05:01:03.000000000 -0600
    3 @@ -17889,7 +17889,7 @@
    4  fi
    5  
    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"; then
    11      as_fn_error $? "Could not find the Erlang crypto library. Has Erlang been compiled with OpenSSL support?" "$LINENO" 5