Drop obsolete OpenSSL version spec fix
Quoting tb: LibreSSL's pkgconfig used to announce version 1.0.0. This was bumped to 2.0.0 nearly a year ago in lib/libcrypto/generate_pkgconfig.sh r1.4 to avoid such patches. There are surely a few more diffs left in the ports tree that are no longer needed. I think the idea is to garbage collect them as they are encountered. No WANTLIB or PLIST change. OK tb
This commit is contained in:
parent
0c18697a35
commit
2b13e99e8d
@ -1,5 +1,6 @@
|
||||
COMMENT = BitTorrent client with web interface
|
||||
PKGNAME = qbittorrent-nox-${VER}
|
||||
REVISION = 0
|
||||
|
||||
WANTLIB += ${COMPILER_LIBCXX} Qt5Core Qt5Network Qt5Sql Qt5Xml
|
||||
WANTLIB += boost_system-mt c crypto execinfo m ssl torrent-rasterbar
|
||||
|
@ -1,12 +0,0 @@
|
||||
Index: configure.ac
|
||||
--- configure.ac.orig
|
||||
+++ configure.ac
|
||||
@@ -198,7 +198,7 @@ PKG_CHECK_MODULES(libtorrent,
|
||||
[CXXFLAGS="$libtorrent_CFLAGS $CXXFLAGS" LIBS="$libtorrent_LIBS $LIBS"])])
|
||||
|
||||
PKG_CHECK_MODULES(openssl,
|
||||
- [openssl >= 1.1.1],
|
||||
+ [openssl >= 1.0.0],
|
||||
[CXXFLAGS="$openssl_CFLAGS $CXXFLAGS"
|
||||
LIBS="$openssl_LIBS $LIBS"])
|
||||
|
@ -1,5 +1,5 @@
|
||||
COMMENT = BitTorrent client with Qt interface
|
||||
REVISION = 0
|
||||
REVISION = 1
|
||||
|
||||
WANTLIB += ${COMPILER_LIBCXX} GL Qt5Core Qt5DBus Qt5Gui Qt5Network
|
||||
WANTLIB += Qt5Sql Qt5Svg Qt5Widgets Qt5Xml boost_system-mt c crypto
|
||||
|
@ -1,12 +0,0 @@
|
||||
Index: configure.ac
|
||||
--- configure.ac.orig
|
||||
+++ configure.ac
|
||||
@@ -198,7 +198,7 @@ PKG_CHECK_MODULES(libtorrent,
|
||||
[CXXFLAGS="$libtorrent_CFLAGS $CXXFLAGS" LIBS="$libtorrent_LIBS $LIBS"])])
|
||||
|
||||
PKG_CHECK_MODULES(openssl,
|
||||
- [openssl >= 1.1.1],
|
||||
+ [openssl >= 1.0.0],
|
||||
[CXXFLAGS="$openssl_CFLAGS $CXXFLAGS"
|
||||
LIBS="$openssl_LIBS $LIBS"])
|
||||
|
Loading…
Reference in New Issue
Block a user