1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-28 05:29:48 +00:00

irc/irssi: Unbreak when PERL=OFF

In r556069 the port changed to build with meson. This requires perl to build
regardles of the option PERL that allows perl scripts to be run in irssi.

While here clarify pkg-message (sent by daniel.engberg.lists@pyret.net)

PR:	251371 251360
Submitted by:	dor.bsd@xm0.uk (maintainer)
Reported by:	m.bueker@berlin.de
This commit is contained in:
Fernando Apesteguía 2020-11-26 08:02:37 +00:00
parent 250c0df246
commit 468442c1fb
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=556320
2 changed files with 10 additions and 4 deletions

View File

@ -14,7 +14,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING
# Until upstream makes a new release disable cpe
USES= gettext-runtime gnome meson localbase:ldflags ncurses \
pkgconfig ssl
perl5 pkgconfig ssl
USE_GNOME= glib20
USE_LDCONFIG= yes
@ -46,7 +46,6 @@ CAPSICUM_MESON_YES= with-capsicum
OTR_LIB_DEPENDS= libgcrypt.so:security/libgcrypt \
libotr.so:security/libotr
OTR_MESON_YES= with-otr
PERL_USES= perl5
PERL_MESON_YES= with-perl
PROXY_MESON_YES= with-proxy
TRUECOLOR_MESON_YES= enable-true-color

View File

@ -1,5 +1,12 @@
You need to add:
[
{ type: install
message: <<EOM
If Perl support was enabled during compilation you need to load the module
by adding:
load perl
to your ~/.irssi/startup file.
to ~/.irssi/startup
EOM
}
]