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:
kn 2023-01-04 20:01:50 +00:00
parent 0c18697a35
commit 2b13e99e8d
4 changed files with 2 additions and 25 deletions

View File

@ -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

View File

@ -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"])

View File

@ -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

View File

@ -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"])