[59874] trunk/dports/lang/erlang/Portfile

bfulgham at macports.org bfulgham at macports.org
Sat Oct 24 21:46:18 PDT 2009


Revision: 59874
          http://trac.macports.org/changeset/59874
Author:   bfulgham at macports.org
Date:     2009-10-24 21:46:15 -0700 (Sat, 24 Oct 2009)
Log Message:
-----------
Exclude use of missing symbol for Leopard (and prior) builds.

Modified Paths:
--------------
    trunk/dports/lang/erlang/Portfile

Modified: trunk/dports/lang/erlang/Portfile
===================================================================
--- trunk/dports/lang/erlang/Portfile	2009-10-25 04:30:45 UTC (rev 59873)
+++ trunk/dports/lang/erlang/Portfile	2009-10-25 04:46:15 UTC (rev 59874)
@@ -3,7 +3,7 @@
 PortSystem 1.0
 name            erlang
 version         R13B02
-revision        2
+revision        3
 categories      lang erlang
 maintainers     bfulgham
 platforms       darwin
@@ -60,6 +60,7 @@
                 patch-erts_emulator_hipe_hipe_amd64.c.diff \
                 patch-erts_emulator_sys_unix_sys_float.c.diff \
                 patch-erts_configure.diff \
+		patch-lib_ssl_c_src_esock_openssl.c \
                 patch-lib_wx_configure.in \
                 patch-lib_wx_configure
 
@@ -75,6 +76,8 @@
     # 10.6 comes with wxWidgets and since it requires libsdl, which
     # current doesn't compile (bug #20235), we can avoid it here.
     depends_build-delete    port:wxWidgets
+
+    patchfiles-delete	patch-lib_ssl_c_src_esock_openssl.c
 }
 
 variant ssl description {Build SSL support}	{
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20091024/54d0f0fb/attachment.html>


More information about the macports-changes mailing list