Received: from mail.netbsd.org (mail.netbsd.org [199.233.217.200]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.netbsd.org", Issuer "Postmaster NetBSD.org" (verified OK)) by mollari.NetBSD.org (Postfix) with ESMTPS id D97737A273 for ; Tue, 16 Aug 2016 18:47:03 +0000 (UTC) Received: by mail.netbsd.org (Postfix, from userid 605) id 889B685F8F; Tue, 16 Aug 2016 18:47:03 +0000 (UTC) Received: from localhost (localhost [127.0.0.1]) by mail.netbsd.org (Postfix) with ESMTP id 196E585F0F for ; Tue, 16 Aug 2016 18:47:03 +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 D6rb55hdFnaa for ; Tue, 16 Aug 2016 18:47:02 +0000 (UTC) Received: from cvs.NetBSD.org (ivanova.netbsd.org [199.233.217.197]) by mail.netbsd.org (Postfix) with ESMTP id 7BB3385F0D for ; Tue, 16 Aug 2016 18:47:02 +0000 (UTC) Received: by cvs.NetBSD.org (Postfix, from userid 500) id 76C6FFBC3; Tue, 16 Aug 2016 18:47:02 +0000 (UTC) Content-Transfer-Encoding: 7bit Content-Type: multipart/mixed; boundary="_----------=_1471373222102020" MIME-Version: 1.0 Date: Tue, 16 Aug 2016 18:47:02 +0000 From: "Tobias Nygren" Subject: CVS commit: pkgsrc/net/synergy To: pkgsrc-changes@NetBSD.org Reply-To: tnn@netbsd.org X-Mailer: log_accum Message-Id: <20160816184702.76C6FFBC3@cvs.NetBSD.org> Sender: pkgsrc-changes-owner@NetBSD.org List-Id: pkgsrc-changes.NetBSD.org Precedence: bulk This is a multi-part message in MIME format. --_----------=_1471373222102020 Content-Disposition: inline Content-Transfer-Encoding: 8bit Content-Type: text/plain; charset="US-ASCII" Module Name: pkgsrc Committed By: tnn Date: Tue Aug 16 18:47:02 UTC 2016 Modified Files: pkgsrc/net/synergy: Makefile Log Message: drop obsolete EXTRACT_USING=bsdtar; the package uses github distribution To generate a diff of this commit: cvs rdiff -u -r1.33 -r1.34 pkgsrc/net/synergy/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files. --_----------=_1471373222102020 Content-Disposition: inline Content-Length: 953 Content-Transfer-Encoding: binary Content-Type: text/x-diff; charset=us-ascii Modified files: Index: pkgsrc/net/synergy/Makefile diff -u pkgsrc/net/synergy/Makefile:1.33 pkgsrc/net/synergy/Makefile:1.34 --- pkgsrc/net/synergy/Makefile:1.33 Tue Aug 16 18:36:01 2016 +++ pkgsrc/net/synergy/Makefile Tue Aug 16 18:47:02 2016 @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.33 2016/08/16 18:36:01 tnn Exp $ +# $NetBSD: Makefile,v 1.34 2016/08/16 18:47:02 tnn Exp $ DISTNAME= synergy-1.8.2 CATEGORIES= net x11 @@ -10,10 +10,9 @@ HOMEPAGE= http://synergy-project.org/ COMMENT= Let a user share a mouse and keyboard among computers LICENSE= gnu-gpl-v2 -EXTRACT_USING= bsdtar USE_LANGUAGES= c c++ USE_TOOLS+= unzip -# Main configuration is cmake, but subdirectories are gnu configure. +# Main configuration is CMake, but subdirectories are GNU configure. # We need to set GNU_CONFIGURE=yes for config.{guess,sub} overrides to kick in. # Fortunately for us, cmake seems to take precedence in infrastructure. USE_CMAKE= yes --_----------=_1471373222102020--