From owner-svn-ports-head@freebsd.org Thu Nov 26 08:02:38 2020 Return-Path: Delivered-To: svn-ports-head@mailman.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.nyi.freebsd.org (Postfix) with ESMTP id 944554A4B93; Thu, 26 Nov 2020 08:02:38 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4ChVby3s42z3NHW; Thu, 26 Nov 2020 08:02:38 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 770791FDBA; Thu, 26 Nov 2020 08:02:38 +0000 (UTC) (envelope-from fernape@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id 0AQ82cw3059145; Thu, 26 Nov 2020 08:02:38 GMT (envelope-from fernape@FreeBSD.org) Received: (from fernape@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id 0AQ82cCG059143; Thu, 26 Nov 2020 08:02:38 GMT (envelope-from fernape@FreeBSD.org) Message-Id: <202011260802.0AQ82cCG059143@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: fernape set sender to fernape@FreeBSD.org using -f From: =?UTF-8?Q?Fernando_Apestegu=c3=ada?= Date: Thu, 26 Nov 2020 08:02:38 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r556320 - head/irc/irssi X-SVN-Group: ports-head X-SVN-Commit-Author: fernape X-SVN-Commit-Paths: head/irc/irssi X-SVN-Commit-Revision: 556320 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.34 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 26 Nov 2020 08:02:38 -0000 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@pyret.net) PR: 251371 251360 Submitted by: dor.bsd@xm0.uk (maintainer) Reported by: m.bueker@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: <