Received: by mail.netbsd.org (Postfix, from userid 605) id 5D41584D64; Sun, 12 Nov 2017 11:45:32 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id DAA8484CE1 for ; Sun, 12 Nov 2017 11:45: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 Zoq1wwGto19T for ; Sun, 12 Nov 2017 11:45:31 +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 3B73784C8D for ; Sun, 12 Nov 2017 11:45:31 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 2E0E4FBDE; Sun, 12 Nov 2017 11:45:31 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_151048713165870" MIME-Version: 1.0 Date: Sun, 12 Nov 2017 11:45:31 +0000 From: "Benny Siegert" Subject: CVS commit: [pkgsrc-2017Q3] pkgsrc/sysutils/beats To: pkgsrc-changes@NetBSD.org Reply-To: bsiegert@netbsd.org X-Mailer: log_accum Message-Id: <20171112114531.2E0E4FBDE@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. --_----------=_151048713165870 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: bsiegert Date: Sun Nov 12 11:45:31 UTC 2017 Modified Files: pkgsrc/sysutils/beats [pkgsrc-2017Q3]: Makefile Log Message: Pullup ticket #5631 - requested by sevan sysutils/beats: build fix Revisions pulled up: - sysutils/beats/Makefile 1.19 --- Module Name: pkgsrc Committed By: fhajny Date: Thu Nov 2 15:30:50 UTC 2017 Modified Files: pkgsrc/sysutils/beats: Makefile Log Message: sysutils/beats: Provide a better hint to where libpcap is. May fix the build in some situations. To generate a diff of this commit: cvs rdiff -u -r1.16 -r1.16.4.1 pkgsrc/sysutils/beats/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_151048713165870 Content-Disposition: inline Content-Length: 764 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/sysutils/beats/Makefile diff -u pkgsrc/sysutils/beats/Makefile:1.16 pkgsrc/sysutils/beats/Makefile:1.16.4.1 --- pkgsrc/sysutils/beats/Makefile:1.16 Fri Sep 22 12:25:44 2017 +++ pkgsrc/sysutils/beats/Makefile Sun Nov 12 11:45:31 2017 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.16 2017/09/22 12:25:44 tnn Exp $ +# $NetBSD: Makefile,v 1.16.4.1 2017/11/12 11:45:31 bsiegert Exp $ DISTNAME= beats-5.5.2 PKGREVISION= 1 @@ -49,6 +49,7 @@ SMF_INSTANCES+= ${BEATS} OWN_DIRS+= ${BEATS_DIR} ${BEATS_LOGDIR} MAKE_ENV+= GOPATH=${WRKDIR}:${PREFIX}/gopkg +MAKE_ENV+= CGO_LDFLAGS="-L${BUILDLINK_PREFIX.libpcap}/lib ${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.libpcap}/lib" BUILD_TARGET= # INSTALLATION_DIRS+= bin share/examples/beats --_----------=_151048713165870--