Received: by mail.netbsd.org (Postfix, from userid 605) id AE2FD84DAE; Fri, 2 Feb 2018 13:55:05 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 3B38A84D5E for ; Fri, 2 Feb 2018 13:55:05 +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 pDpDzzuBK38M for ; Fri, 2 Feb 2018 13:55:04 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 9D33984D2C for ; Fri, 2 Feb 2018 13:55:04 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 95CD7FB40; Fri, 2 Feb 2018 13:55:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1517579704190660" MIME-Version: 1.0 Date: Fri, 2 Feb 2018 13:55:04 +0000 From: "Jonathan Perkin" Subject: CVS commit: pkgsrc/net/lldpd To: pkgsrc-changes@NetBSD.org Reply-To: jperkin@netbsd.org X-Mailer: log_accum Message-Id: <20180202135504.95CD7FB40@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. --_----------=_1517579704190660 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: jperkin Date: Fri Feb 2 13:55:04 UTC 2018 Modified Files: pkgsrc/net/lldpd: Makefile Log Message: lldpd: Leave pkgsrc to handle security features. To generate a diff of this commit: cvs rdiff -u -r1.18 -r1.19 pkgsrc/net/lldpd/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1517579704190660 Content-Disposition: inline Content-Length: 804 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/lldpd/Makefile diff -u pkgsrc/net/lldpd/Makefile:1.18 pkgsrc/net/lldpd/Makefile:1.19 --- pkgsrc/net/lldpd/Makefile:1.18 Mon Jun 5 14:24:16 2017 +++ pkgsrc/net/lldpd/Makefile Fri Feb 2 13:55:04 2018 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.18 2017/06/05 14:24:16 ryoon Exp $ +# $NetBSD: Makefile,v 1.19 2018/02/02 13:55:04 jperkin Exp $ DISTNAME= lldpd-0.7.15 PKGREVISION= 4 @@ -20,6 +20,8 @@ USE_LANGUAGES= c c++ USE_TOOLS+= pkg-config GNU_CONFIGURE= yes CONFIGURE_ARGS+= --with-privsep-chroot=${PKG_HOME._lldpd} +# Leave pkgsrc to handle security features. +CONFIGURE_ARGS+= --disable-hardening # run/lldpd.socket is created under this directory # (the default is ${PRERIX}/var, changed since 0.7.9) CONFIGURE_ARGS+= --localstatedir=${VARBASE} --_----------=_1517579704190660--