summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFelix Palmen <zirias@FreeBSD.org>2024-03-16 08:26:20 +0100
committerFelix Palmen <zirias@FreeBSD.org>2024-03-16 08:03:57 +0000
commit0a8e5e996fef983dc90ff7960ecaaad2c094c535 (patch)
tree0f9d4f386d706e615a97acc176267303802a6f69
parent4c0ac6f6d1e1199df4faec6df61086851c2ae814 (diff)
downloadfreebsd-ports-0a8e5e996fef983dc90ff7960ecaaad2c094c535.zip
irc/irssi: Revert build with ssl from ports
This fix was only needed for breakage caused by pkgconf, which has meanwhile been fixed. This reverts commit 71f0f861cedf2a7ddcc0cc4909fc01f630453da8.
-rw-r--r--irc/irssi/Makefile3
-rw-r--r--irc/irssi/files/patch-meson.build12
2 files changed, 0 insertions, 15 deletions
diff --git a/irc/irssi/Makefile b/irc/irssi/Makefile
index 15cc269bf052..e2e8214d1d6b 100644
--- a/irc/irssi/Makefile
+++ b/irc/irssi/Makefile
@@ -42,9 +42,6 @@ UTF8PROC_MESON_NO= disable-utf8proc
PERL_USE_OFF= perl5=build
-post-patch:
- @${REINPLACE_CMD} 's|%%OPENSSLLIB%%|${OPENSSLLIB}|' ${WRKSRC}/meson.build
-
post-install-PERL-off:
@${RM} -r ${STAGEDIR}${DATADIR}/scripts
diff --git a/irc/irssi/files/patch-meson.build b/irc/irssi/files/patch-meson.build
deleted file mode 100644
index 722b7a6da6d2..000000000000
--- a/irc/irssi/files/patch-meson.build
+++ /dev/null
@@ -1,12 +0,0 @@
---- meson.build.orig 2023-03-28 12:13:26 UTC
-+++ meson.build
-@@ -284,7 +284,8 @@ if glib_internal and want_static_dependency and want_f
- else
- openssl_dep = dependency('openssl', static : want_static_dependency, include_type : 'system')
- endif
--dep += openssl_dep
-+dep += cc.find_library('crypto', dirs: '%%OPENSSLLIB%%')
-+dep += cc.find_library('ssl', dirs: '%%OPENSSLLIB%%')
-
- ############
- # utf8proc #