[gimp/osx-build: 36/55] Remove OpenSSL dependency



commit b93c5d63e83e4cf8cb95b48db8d5d1ccf53c0b9a
Author: Sven Claussner <sclaussner src gnome org>
Date:   Sat May 31 15:54:01 2014 +0200

    Remove OpenSSL dependency
    
    Compiling OpenSSL on OS X (64 bit) is an error-prone and fragile
    process.
    Thus removing it for now and let GIMP rely on the system's OpenSSL
    implementation (on OS X Mavericks (10.9) currently version 0.9.8y,
    without the Heartbleed bug).

 build/osx/gimp.modules |   15 ---------------
 1 files changed, 0 insertions(+), 15 deletions(-)
---
diff --git a/build/osx/gimp.modules b/build/osx/gimp.modules
index caa7e99..f09325e 100755
--- a/build/osx/gimp.modules
+++ b/build/osx/gimp.modules
@@ -17,9 +17,6 @@
 
        <repository type="tarball" name="xmlsoft.org" href="ftp://xmlsoft.org/libxml2/"; />
 
-       <repository type="tarball" name="openssl"
-               href="http://www.openssl.org/source/"; />
-
        <repository type="tarball" name="ftp.gnome.org" default="yes"
                href="http://ftp.gnome.org/pub/gnome/sources/"; />
 
@@ -605,18 +602,6 @@
                <branch module="nettle-2.7.1.tar.gz" version="2.7.1" repo="nettle" />
                <dependencies>
                        <dep package="gmp5" />
-                       <dep package="openssl" />
-               </dependencies>
-       </autotools>
-
-       <autotools id="openssl" autogen-sh="Configure"
-               autogen-template="%(srcdir)s/%(autogen-sh)s --prefix=%(prefix)s --install_prefix= 
-L%(libdir)s %(autogenargs)s"
-               autogenargs="zlib shared darwin64-x86_64-cc" makeinstallargs="install_sw">
-               <branch module="openssl-1.0.1g.tar.gz" version="1.0.1g" repo="openssl">
-                       <patch file="0005-OpenSSL_install_to_DESTDIR.patch" strip="1" />
-               </branch>
-               <dependencies>
-                       <dep package="zlib" />
                </dependencies>
        </autotools>
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]