[154248] trunk/dports/www/QupZilla

ryandesign at macports.org ryandesign at macports.org
Tue Oct 25 13:19:19 CEST 2016


Revision: 154248
          https://trac.macports.org/changeset/154248
Author:   ryandesign at macports.org
Date:     2016-10-25 13:19:19 +0200 (Tue, 25 Oct 2016)
Log Message:
-----------
QupZilla: Use openssl from MacPorts not Homebrew

Modified Paths:
--------------
    trunk/dports/www/QupZilla/Portfile

Added Paths:
-----------
    trunk/dports/www/QupZilla/files/patch-src-lib-lib.pro.diff

Modified: trunk/dports/www/QupZilla/Portfile
===================================================================
--- trunk/dports/www/QupZilla/Portfile	2016-10-25 11:04:33 UTC (rev 154247)
+++ trunk/dports/www/QupZilla/Portfile	2016-10-25 11:19:19 UTC (rev 154248)
@@ -8,6 +8,7 @@
 
 github.setup        QupZilla qupzilla 2.0.2 v
 name                QupZilla
+revision            1
 categories          www
 platforms           darwin
 maintainers         ryandesign openmaintainer
@@ -30,11 +31,13 @@
 checksums           rmd160  edd45bf4bcbaf5a0c683449c500526dd19dab356 \
                     sha256  da4f9b3441386cfcc3000b950c40daa8818380d69b5054f156a345fdbac3855a
 
-depends_lib-append  port:qt5-qtwebengine
+depends_lib-append  path:lib/libssl.dylib:openssl \
+                    port:qt5-qtwebengine
 
 depends_run-append  port:qt5-sqlite-plugin
 
-patchfiles          patch-mac-macdeploy.sh.diff
+patchfiles          patch-mac-macdeploy.sh.diff \
+                    patch-src-lib-lib.pro.diff
 
 build.args-append   QUPZILLA_PREFIX=${prefix}/
 

Added: trunk/dports/www/QupZilla/files/patch-src-lib-lib.pro.diff
===================================================================
--- trunk/dports/www/QupZilla/files/patch-src-lib-lib.pro.diff	                        (rev 0)
+++ trunk/dports/www/QupZilla/files/patch-src-lib-lib.pro.diff	2016-10-25 11:19:19 UTC (rev 154248)
@@ -0,0 +1,14 @@
+--- src/lib/lib.pro.orig	2016-10-24 10:41:37.000000000 -0500
++++ src/lib/lib.pro	2016-10-25 06:15:06.000000000 -0500
+@@ -479,11 +479,6 @@
+ }
+ 
+ mac {
+-    # homebrew openssl
+-    BREW_OPENSSL = $$system("brew --prefix openssl")
+-    INCLUDEPATH += $$BREW_OPENSSL/include
+-    LIBS += -L$$BREW_OPENSSL/lib
+-
+     LIBS += -lcrypto -framework CoreServices
+ }
+ 
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macports.org/pipermail/macports-changes/attachments/20161025/3e9eec97/attachment-0002.html>


More information about the macports-changes mailing list