Received: by mail.netbsd.org (Postfix, from userid 605) id 4C4C884EEA; Fri, 19 May 2023 11:36:36 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 7E52684EB6 for ; Fri, 19 May 2023 11:36:35 +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 ooLiOGCjReqc for ; Fri, 19 May 2023 11:36:35 +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 D172C84E73 for ; Fri, 19 May 2023 11:36:34 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id BF125FA87; Fri, 19 May 2023 11:36:04 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1684496164266720" MIME-Version: 1.0 Date: Fri, 19 May 2023 11:36:04 +0000 From: "pin" Subject: CVS commit: pkgsrc/net/sniffnet To: pkgsrc-changes@NetBSD.org Reply-To: pin@netbsd.org X-Mailer: log_accum Message-Id: <20230519113604.BF125FA87@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1684496164266720 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: pin Date: Fri May 19 11:36:04 UTC 2023 Modified Files: pkgsrc/net/sniffnet: Makefile Log Message: net/sniffnet: remove update leftovers To generate a diff of this commit: cvs rdiff -u -r1.9 -r1.10 pkgsrc/net/sniffnet/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1684496164266720 Content-Disposition: inline Content-Length: 829 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/sniffnet/Makefile diff -u pkgsrc/net/sniffnet/Makefile:1.9 pkgsrc/net/sniffnet/Makefile:1.10 --- pkgsrc/net/sniffnet/Makefile:1.9 Fri May 19 11:13:54 2023 +++ pkgsrc/net/sniffnet/Makefile Fri May 19 11:36:04 2023 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.9 2023/05/19 11:13:54 pin Exp $ +# $NetBSD: Makefile,v 1.10 2023/05/19 11:36:04 pin Exp $ DISTNAME= sniffnet-1.2.0 CATEGORIES= net @@ -23,10 +23,6 @@ RUSTFLAGS+= -C link-arg=${COMPILER_RPATH RUSTFLAGS+= -C link-arg=-L${BUILDLINK_PREFIX.libX11}/lib RUSTFLAGS+= -C link-arg=${COMPILER_RPATH_FLAG}${BUILDLINK_PREFIX.alsa-lib}/lib -#do-install: -# ${INSTALL_PROGRAM} ${WRKSRC}/target/release/sniffnet \ - ${DESTDIR}${PREFIX}/bin - DEPENDS+= alsa-plugins-oss-[0-9]*:../../audio/alsa-plugins-oss .include "../../lang/rust/cargo.mk" --_----------=_1684496164266720--