Received: by mail.netbsd.org (Postfix, from userid 605) id 2B46E84D5B; Fri, 22 Sep 2017 22:18:02 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id B352C84D66 for ; Fri, 22 Sep 2017 22:18:01 +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 qtKIQsWzaNlC for ; Fri, 22 Sep 2017 22:18:01 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 542C884CF0 for ; Fri, 22 Sep 2017 22:18:01 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 4FA8DFA9A; Fri, 22 Sep 2017 22:18:01 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_150611868152740" MIME-Version: 1.0 Date: Fri, 22 Sep 2017 22:18:01 +0000 From: "Sebastian Wiedenroth" Subject: CVS commit: pkgsrc/www/goaccess To: pkgsrc-changes@NetBSD.org Reply-To: wiedi@netbsd.org X-Mailer: log_accum Message-Id: <20170922221801.4FA8DFA9A@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. --_----------=_150611868152740 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiedi Date: Fri Sep 22 22:18:01 UTC 2017 Modified Files: pkgsrc/www/goaccess: Makefile Log Message: goaccess: fix build on SunOS Needs c99 To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.17 pkgsrc/www/goaccess/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_150611868152740 Content-Disposition: inline Content-Length: 586 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.16 pkgsrc/www/goaccess/Makefile:1.17 --- pkgsrc/www/goaccess/Makefile:1.16 Sat Jun 10 16:17:07 2017 +++ pkgsrc/www/goaccess/Makefile Fri Sep 22 22:18:01 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2017/06/10 16:17:07 wiedi Exp $ +# $NetBSD: Makefile,v 1.17 2017/09/22 22:18:01 wiedi Exp $ DISTNAME= goaccess-1.2 CATEGORIES= www @@ -11,6 +11,7 @@ LICENSE= gnu-gpl-v2 GNU_CONFIGURE= yes +USE_LANGUAGES= c99 USE_TOOLS+= pkg-config aclocal autoconf automake USE_NCURSES= yes --_----------=_150611868152740--