Received: by mail.netbsd.org (Postfix, from userid 605) id B7AB684D7D; Tue, 18 Feb 2020 14:21:44 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 4274184D65 for ; Tue, 18 Feb 2020 14:21:44 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id xps8JqJWF2cw for ; Tue, 18 Feb 2020 14:21:43 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.NetBSD.org [IPv6:2001:470:a085:999:28c:faff:fe03:5984]) by mail.netbsd.org (Postfix) with ESMTP id 9429484CE9 for ; Tue, 18 Feb 2020 14:21:43 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 86883FBF4; Tue, 18 Feb 2020 14:21:43 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1582035703182400" MIME-Version: 1.0 Date: Tue, 18 Feb 2020 14:21:43 +0000 From: "Nia Alarie" Subject: CVS commit: pkgsrc/chat/hexchat To: pkgsrc-changes@NetBSD.org Reply-To: nia@netbsd.org X-Mailer: log_accum Message-Id: <20200218142143.86883FBF4@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1582035703182400 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: nia Date: Tue Feb 18 14:21:43 UTC 2020 Modified Files: pkgsrc/chat/hexchat: Makefile Log Message: hexchat: Clean up no longer necessary items in the Makefile Fix the path to the .pc.in file post-meson. To generate a diff of this commit: cvs rdiff -u -r1.42 -r1.43 pkgsrc/chat/hexchat/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1582035703182400 Content-Disposition: inline Content-Length: 1338 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/chat/hexchat/Makefile diff -u pkgsrc/chat/hexchat/Makefile:1.42 pkgsrc/chat/hexchat/Makefile:1.43 --- pkgsrc/chat/hexchat/Makefile:1.42 Sat Jan 18 21:48:49 2020 +++ pkgsrc/chat/hexchat/Makefile Tue Feb 18 14:21:43 2020 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.42 2020/01/18 21:48:49 jperkin Exp $ +# $NetBSD: Makefile,v 1.43 2020/02/18 14:21:43 nia Exp $ DISTNAME= hexchat-2.14.3 PKGREVISION= 1 @@ -11,12 +11,9 @@ HOMEPAGE= https://hexchat.github.io/ COMMENT= IRC client based on XChat LICENSE= gnu-gpl-v2 AND gnu-lgpl-v2.1 AND mit -USE_LIBTOOL= yes -USE_TOOLS+= bison gmake intltool msgfmt msgmerge pkg-config xgettext +USE_TOOLS+= pkg-config msgfmt xgettext USE_LANGUAGES= c c++ -PKGCONFIG_OVERRIDE+= share/pkgconfig/hexchat-plugin.pc.in - # XXX fails without GNU msgfmt _TOOLS_USE_PKGSRC.msgfmt= yes @@ -25,7 +22,6 @@ MESON_ARGS+= -Dwith-appdata=false REPLACE_PYTHON+= plugins/perl/generate_header.py REPLACE_PYTHON+= src/common/make-te.py -REPLACE_PYTHON+= meson_post_install.py OPSYSVARS+= SOEXT SOEXT.Darwin= dylib @@ -34,6 +30,8 @@ PLIST_SUBST+= SOEXT=${SOEXT} LDFLAGS.SunOS+= -lsocket -lnsl +PKGCONFIG_OVERRIDE+= data/pkgconfig/hexchat-plugin.pc.in + .include "options.mk" .include "../../devel/meson/build.mk" .include "../../converters/libiconv/buildlink3.mk" --_----------=_1582035703182400--