Received: by mail.netbsd.org (Postfix, from userid 605) id 135AD84E23; Thu, 29 Aug 2019 10:04:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 8E01E84D6B for ; Thu, 29 Aug 2019 10:04:31 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([127.0.0.1]) by localhost (mail.netbsd.org [127.0.0.1]) (amavisd-new, port 10025) with ESMTP id Y7PPEvHgD1m4 for ; Thu, 29 Aug 2019 10:04:31 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id EB8C284CDC for ; Thu, 29 Aug 2019 10:04:30 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id E90F0FBF4; Thu, 29 Aug 2019 10:04:30 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_156707307014670" MIME-Version: 1.0 Date: Thu, 29 Aug 2019 10:04:30 +0000 From: "Amitai Schleier" Subject: CVS commit: pkgsrc/www/goaccess To: pkgsrc-changes@NetBSD.org Reply-To: schmonz@netbsd.org X-Mailer: log_accum Message-Id: <20190829100430.E90F0FBF4@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. --_----------=_156707307014670 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: schmonz Date: Thu Aug 29 10:04:30 UTC 2019 Modified Files: pkgsrc/www/goaccess: Makefile Log Message: Missed in recent update: needs gettext. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/www/goaccess/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_156707307014670 Content-Disposition: inline Content-Length: 797 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/www/goaccess/Makefile diff -u pkgsrc/www/goaccess/Makefile:1.18 pkgsrc/www/goaccess/Makefile:1.19 --- pkgsrc/www/goaccess/Makefile:1.18 Fri Aug 23 01:48:00 2019 +++ pkgsrc/www/goaccess/Makefile Thu Aug 29 10:04:30 2019 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2019/08/23 01:48:00 schmonz Exp $ +# $NetBSD: Makefile,v 1.19 2019/08/29 10:04:30 schmonz Exp $ DISTNAME= goaccess-1.3 CATEGORIES= www @@ -21,10 +21,13 @@ CONF_FILES= ${EGDIR}/goaccess.conf ${PKG LIBS.SunOS+= -lsocket -lnsl CPPFLAGS.SunOS+= -D__EXTENSIONS__ +BROKEN_GETTEXT_DETECTION= yes + .include "options.mk" pre-configure: cd ${WRKSRC} && autoreconf -fiv +.include "../../devel/gettext-lib/buildlink3.mk" .include "../../devel/glib2/buildlink3.mk" .include "../../mk/bsd.pkg.mk" --_----------=_156707307014670--