Received: by mail.netbsd.org (Postfix, from userid 605) id AFD9E84D17; Sat, 7 May 2022 14:14:06 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id E812284D45 for ; Sat, 7 May 2022 14:14:05 +0000 (UTC) X-Virus-Scanned: amavisd-new at netbsd.org Received: from mail.netbsd.org ([IPv6:::1]) by localhost (mail.netbsd.org [IPv6:::1]) (amavisd-new, port 10025) with ESMTP id mmOzSg1WgF0i for ; Sat, 7 May 2022 14:14:05 +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 409E184CF8 for ; Sat, 7 May 2022 14:14:05 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 9E282FA88; Sat, 7 May 2022 14:14:13 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1651932853220710" MIME-Version: 1.0 Date: Sat, 7 May 2022 14:14:13 +0000 From: "Thomas Klausner" Subject: CVS commit: pkgsrc/net/wireshark To: pkgsrc-changes@NetBSD.org Reply-To: wiz@netbsd.org X-Mailer: log_accum Message-Id: <20220507141413.9E282FA88@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: Precedence: bulk List-Unsubscribe: This is a multi-part message in MIME format. --_----------=_1651932853220710 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: wiz Date: Sat May 7 14:14:13 UTC 2022 Modified Files: pkgsrc/net/wireshark: Makefile Log Message: wireshark: update file lists for REPLACE_PYTHON and CHECK_PORTABILITY_SKIP To generate a diff of this commit: cvs rdiff -u -r1.271 -r1.272 pkgsrc/net/wireshark/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1651932853220710 Content-Disposition: inline Content-Length: 950 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/wireshark/Makefile diff -u pkgsrc/net/wireshark/Makefile:1.271 pkgsrc/net/wireshark/Makefile:1.272 --- pkgsrc/net/wireshark/Makefile:1.271 Thu May 5 10:54:27 2022 +++ pkgsrc/net/wireshark/Makefile Sat May 7 14:14:13 2022 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.271 2022/05/05 10:54:27 adam Exp $ +# $NetBSD: Makefile,v 1.272 2022/05/07 14:14:13 wiz Exp $ DISTNAME= wireshark-3.6.5 CATEGORIES= net @@ -25,13 +25,13 @@ USE_TOOLS+= gmake perl pkg-config bison PKGCONFIG_OVERRIDE+= wireshark.pc.in CHECK_PORTABILITY_SKIP+= packaging/macosx/*/* +CHECK_PORTABILITY_SKIP+= packaging/macosx/osx-app.sh.in CHECK_PORTABILITY_SKIP+= tools/bsd-setup.sh PTHREAD_OPTS+= require PYTHON_VERSIONS_INCOMPATIBLE= 27 # Python 2.7 is not supported PYTHON_FOR_BUILD_ONLY= yes -REPLACE_PYTHON+= help/faq.py REPLACE_PYTHON+= tools/asn2deb REPLACE_PYTHON+= tools/asn2wrs.py REPLACE_PYTHON+= tools/html2text.py --_----------=_1651932853220710--