mirror of
https://github.com/macports/macports-ports.git
synced 2026-07-12 18:20:25 -07:00
misc: Change port:openssl dependency to path:lib/libssl.dylib:openssl
This should allow usage of libressl as a replacement for openssl in relevant ports. Not all ports have been tested, but libressl aims for API compatibility with OpenSSL, so it is expected to work. git-svn-id: https://svn.macports.org/repository/macports/trunk/dports@139229 d073be05-634f-4543-b044-5fe20cf6d1d6
This commit is contained in:
+1
-1
@@ -32,7 +32,7 @@ post-patch {
|
||||
reinplace s|@PREFIX@|${prefix}| ${worksrcpath}/chmox.xcode/project.pbxproj
|
||||
}
|
||||
|
||||
depends_lib port:openssl \
|
||||
depends_lib path:lib/libssl.dylib:openssl \
|
||||
port:libxml2
|
||||
|
||||
xcode.build.settings LIBRARY_SEARCH_PATHS=${prefix}/lib \
|
||||
|
||||
@@ -28,7 +28,7 @@ checksums md5 dde69a24fb0bfe2aad1edd0d15ff96af \
|
||||
|
||||
supported_archs i386 ppc
|
||||
|
||||
depends_lib port:openssl
|
||||
depends_lib path:lib/libssl.dylib:openssl
|
||||
|
||||
patchfiles project.pbxproj.patch
|
||||
post-patch {
|
||||
|
||||
+1
-1
@@ -46,7 +46,7 @@ post-patch {
|
||||
|
||||
depends_lib port:xorg-libXtst \
|
||||
port:xorg-xproto \
|
||||
port:openssl
|
||||
path:lib/libssl.dylib:openssl
|
||||
|
||||
xcode.configuration Release
|
||||
xcode.build.settings-append HEADER_SEARCH_PATHS=${prefix}/include LIBRARY_SEARCH_PATHS=${prefix}/lib
|
||||
|
||||
@@ -31,7 +31,7 @@ checksums rmd160 3f2902b68a915d88bc93c10b897f4c163459b03e \
|
||||
|
||||
wxWidgets.use wxWidgets-3.0
|
||||
|
||||
depends_lib port:openssl \
|
||||
depends_lib path:lib/libssl.dylib:openssl \
|
||||
port:libxml2 \
|
||||
port:libxslt \
|
||||
port:${wxWidgets.port}
|
||||
|
||||
@@ -40,7 +40,7 @@ minimum_xcodeversions {8 2.5}
|
||||
|
||||
depends_lib-append port:zlib \
|
||||
path:bin/dbus-daemon:dbus \
|
||||
port:openssl \
|
||||
path:lib/libssl.dylib:openssl \
|
||||
port:tiff \
|
||||
port:libpng \
|
||||
port:libmng \
|
||||
|
||||
@@ -293,7 +293,7 @@ if { ${subport} eq ${name} } {
|
||||
port:jpeg \
|
||||
port:freetype \
|
||||
path:bin/dbus-daemon:dbus \
|
||||
port:openssl \
|
||||
path:lib/libssl.dylib:openssl \
|
||||
port:tiff \
|
||||
port:libmng \
|
||||
path:lib/pkgconfig/glib-2.0.pc:glib2 \
|
||||
|
||||
@@ -28,7 +28,7 @@ depends_lib port:bzip2 \
|
||||
port:libgcrypt \
|
||||
port:libiconv \
|
||||
port:lzo2 \
|
||||
port:openssl \
|
||||
path:lib/libssl.dylib:openssl \
|
||||
port:zlib
|
||||
|
||||
universal_variant no
|
||||
|
||||
@@ -20,7 +20,7 @@ platforms darwin
|
||||
checksums rmd160 77c42598b754996481c1fa45c71eca5a428a094c \
|
||||
sha256 eb87eacd8fe49e8d90c8fdc189813023ccc319c5e752b01fb6ad0cc7b2c53d5e
|
||||
|
||||
depends_lib port:bzip2 port:zlib port:openssl port:libxml2 port:xz \
|
||||
depends_lib port:bzip2 port:zlib path:lib/libssl.dylib:openssl port:libxml2 port:xz \
|
||||
port:lzo2 port:libiconv
|
||||
|
||||
configure.args --enable-bsdtar=shared --enable-bsdcpio=shared \
|
||||
|
||||
@@ -25,7 +25,7 @@ depends_lib port:bzip2 \
|
||||
port:xz \
|
||||
port:libiconv \
|
||||
port:libxml2 \
|
||||
port:openssl \
|
||||
path:lib/libssl.dylib:openssl \
|
||||
port:zlib
|
||||
|
||||
patchfiles patch-lzmaxar.c
|
||||
|
||||
@@ -18,7 +18,7 @@ checksums sha1 eb411a92167387aa5d06a81970f7e929ec3087c9
|
||||
depends_lib port:bzip2 \
|
||||
port:libiconv \
|
||||
port:libxml2 \
|
||||
port:openssl \
|
||||
path:lib/libssl.dylib:openssl \
|
||||
port:zlib
|
||||
|
||||
configure.args --mandir=${prefix}/share/man \
|
||||
|
||||
@@ -26,7 +26,7 @@ depends_build port:pkgconfig
|
||||
|
||||
depends_lib port:libmicrohttpd \
|
||||
port:libsndfile \
|
||||
port:openssl
|
||||
path:lib/libssl.dylib:openssl
|
||||
|
||||
post-patch {
|
||||
eval reinplace "s|/usr/local|${prefix}|g" \
|
||||
|
||||
@@ -35,7 +35,7 @@ depends_lib port:clang-${llvm_version} \
|
||||
port:libmicrohttpd \
|
||||
port:libsndfile \
|
||||
port:llvm-${llvm_version} \
|
||||
port:openssl
|
||||
path:lib/libssl.dylib:openssl
|
||||
|
||||
post-patch {
|
||||
eval reinplace "s|/usr/local|${prefix}|g" \
|
||||
|
||||
@@ -41,7 +41,7 @@ depends_lib port:curl \
|
||||
port:libmicrohttpd \
|
||||
port:liblo \
|
||||
port:libsndfile \
|
||||
port:openssl \
|
||||
path:lib/libssl.dylib:openssl \
|
||||
port:qrencode
|
||||
|
||||
use_configure no
|
||||
|
||||
+1
-1
@@ -38,7 +38,7 @@ depends_lib port:libmpd \
|
||||
port:libunique \
|
||||
port:gettext \
|
||||
port:zlib \
|
||||
port:openssl \
|
||||
path:lib/libssl.dylib:openssl \
|
||||
port:curl \
|
||||
port:libsoup
|
||||
|
||||
|
||||
@@ -22,7 +22,7 @@ checksums rmd160 a5d036100ecb561ad00b43f276585f3b6440f950 \
|
||||
|
||||
depends_build port:pkgconfig
|
||||
|
||||
depends_lib port:openssl \
|
||||
depends_lib path:lib/libssl.dylib:openssl \
|
||||
port:libogg \
|
||||
port:libopus
|
||||
|
||||
|
||||
@@ -29,7 +29,7 @@ depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 \
|
||||
port:libiconv \
|
||||
port:libxml2 \
|
||||
port:curl \
|
||||
port:openssl \
|
||||
path:lib/libssl.dylib:openssl \
|
||||
port:zlib \
|
||||
port:sqlite3 \
|
||||
port:libao \
|
||||
|
||||
@@ -32,7 +32,7 @@ checksums sha1 965af2502bfb68fe2a9f078fec9db2540de6cc76 \
|
||||
rmd160 7f1c40274d9aeac18caefc919416f57a473b7c5d
|
||||
|
||||
depends_lib port:ncurses \
|
||||
port:openssl
|
||||
path:lib/libssl.dylib:openssl
|
||||
|
||||
distfiles ${name}-${version}-src.tgz
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@ long_description A console-based emulator for the IBM3270 terminal. \
|
||||
homepage http://x3270.bgp.nu/index.html
|
||||
master_sites sourceforge:x3270
|
||||
|
||||
depends_lib port:openssl \
|
||||
depends_lib path:lib/libssl.dylib:openssl \
|
||||
port:readline \
|
||||
port:libiconv
|
||||
|
||||
|
||||
@@ -29,6 +29,6 @@ depends_build port:pkgconfig \
|
||||
path:bin/dot:graphviz
|
||||
|
||||
depends_lib path:lib/pkgconfig/glib-2.0.pc:glib2 \
|
||||
port:openssl
|
||||
path:lib/libssl.dylib:openssl
|
||||
|
||||
configure.args --enable-corefoundation
|
||||
|
||||
@@ -27,7 +27,7 @@ depends_build port:pkgconfig \
|
||||
port:gtk-doc
|
||||
|
||||
depends_lib port:telepathy-glib \
|
||||
port:openssl \
|
||||
path:lib/libssl.dylib:openssl \
|
||||
port:py27-twisted
|
||||
|
||||
patchfiles patch-configure.diff \
|
||||
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user