svn commit: r556320 - head/irc/irssi

Fernando Apesteguía fernape at FreeBSD.org
Thu Nov 26 08:02:38 UTC 2020


Author: fernape
Date: Thu Nov 26 08:02:37 2020
New Revision: 556320
URL: https://svnweb.freebsd.org/changeset/ports/556320

Log:
  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 at pyret.net)
  
  PR:	251371 251360
  Submitted by:	dor.bsd at xm0.uk (maintainer)
  Reported by:	m.bueker at berlin.de

Modified:
  head/irc/irssi/Makefile
  head/irc/irssi/pkg-message

Modified: head/irc/irssi/Makefile
==============================================================================
--- head/irc/irssi/Makefile	Thu Nov 26 02:56:06 2020	(r556319)
+++ head/irc/irssi/Makefile	Thu Nov 26 08:02:37 2020	(r556320)
@@ -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

Modified: head/irc/irssi/pkg-message
==============================================================================
--- head/irc/irssi/pkg-message	Thu Nov 26 02:56:06 2020	(r556319)
+++ head/irc/irssi/pkg-message	Thu Nov 26 08:02:37 2020	(r556320)
@@ -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
+}
+]


More information about the svn-ports-all mailing list