From owner-svn-ports-all@freebsd.org Sun Apr 16 13:33:07 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 8094DD405B2 for ; Sun, 16 Apr 2017 13:33:07 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: from mail-oi0-x236.google.com (mail-oi0-x236.google.com [IPv6:2607:f8b0:4003:c06::236]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (Client CN "smtp.gmail.com", Issuer "Google Internet Authority G2" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 351A11359 for ; Sun, 16 Apr 2017 13:33:07 +0000 (UTC) (envelope-from sunpoet@sunpoet.net) Received: by mail-oi0-x236.google.com with SMTP id b187so123366081oif.0 for ; Sun, 16 Apr 2017 06:33:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sunpoet-net.20150623.gappssmtp.com; s=20150623; h=mime-version:sender:in-reply-to:references:from:date:message-id :subject:to:cc; bh=OuSYCR/epM2SOIVFJz16VfEONPhxicQxE11mk4LMgl4=; b=zSj7oQI0mz5HT3d9pUu0Anslgl312JuC+inqxN0z+Xie6ihJlVrFgXhwwdmq0u6xpX m4kG7cgP0Yc2p8n3Q0yRgJxXd82zwsbctYcXTolkAnCvycukYP8gInS7civtS9i/kxhZ 0S8tyNNhvmWR5akoLd3Ax/7vNKIfKG+KmpcWaZN3IcOU/lJjZG/kQXftcor6RG2jlLA3 pmYOlPRSA1ZZlifjpy9M1vBMrd7CcrjIVuNodsopWxJCrfNUwxOtf50821KIf3HwEodp qKCdhVEF9uat7yhugVcddCBknnyMdxGYZLx/A3g9W9AfNSdzyUQrWTuuhWUkz2rjggPB F63Q== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:sender:in-reply-to:references:from :date:message-id:subject:to:cc; bh=OuSYCR/epM2SOIVFJz16VfEONPhxicQxE11mk4LMgl4=; b=sLn8yH6esgv9xAQYZ0UdHzBJHIwXOs/AEuxklmRfEdTZANPXcITXl64iVH/5mBFZVK tt6A61iq8Cw8tUuzl7vo6hzGMGIstAe9P+bDSd2wLju18m3w2j0muhwgsqPAijL+7IFn mCkb+2c4HYjqET9St65vnKt8nRzG0o1Ulj+BuY2QuvWoAF4umJ2sR8qVtlFbI6n0DLIq UqTkB+NXzjEvNwBm3Hfinshws4gbh3eRo2llCLBPpnt2Hrc14jXg1yEUAw37fxJcw5/w ZQ5StmMNYNowjx4VM8BkyPVAQllr/BIihf5bv4/Aplq6u3zcFptwBdAVAL3RRMmHC/ij 5rJA== X-Gm-Message-State: AN3rC/6ODwzAjsLHHDnW+NtMcjlMaRJuxaaUn0kf8MzrXlnUfm/TG7C8 knev4RPfTwolyzcd20gXJVFBGRR/0g== X-Received: by 10.157.5.102 with SMTP id 93mr3141348otw.10.1492349586174; Sun, 16 Apr 2017 06:33:06 -0700 (PDT) MIME-Version: 1.0 Sender: sunpoet@sunpoet.net Received: by 10.157.23.33 with HTTP; Sun, 16 Apr 2017 06:32:25 -0700 (PDT) In-Reply-To: <20170415171958.GC80625@FreeBSD.org> References: <201704151710.v3FHASZu029585@repo.freebsd.org> <20170415171958.GC80625@FreeBSD.org> From: Sunpoet Po-Chuan Hsieh Date: Sun, 16 Apr 2017 21:32:25 +0800 X-Google-Sender-Auth: loKpVKQWw69UT8TgzVyABhiaxJU Message-ID: Subject: Re: svn commit: r438591 - head/editors/vim To: Alexey Dokuchaev Cc: Adam Weinberger , svn-ports-head@freebsd.org, svn-ports-all@freebsd.org, ports-committers@freebsd.org Content-Type: text/plain; charset=UTF-8 X-Content-Filtered-By: Mailman/MimeDel 2.1.23 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 16 Apr 2017 13:33:07 -0000 On Sun, Apr 16, 2017 at 1:19 AM, Alexey Dokuchaev wrote: > On Sat, Apr 15, 2017 at 05:10:28PM +0000, Adam Weinberger wrote: > > New Revision: 438591 > > URL: https://svnweb.freebsd.org/changeset/ports/438591 > > > > Log: > > Update to patchlevel 566. Work around the new unnecessarily aggressive > > shebang check by simply removing the shebang from a python file if vim > > isn't being built with python support. > > That new shebang check is very aggressive indeed; e.g., right now I have to > disable DEVELOPER=yes as otherwise `lang/python27' won't build, meaning > lots > of the ports down the dependency chain cannot be built as well. > > ./danfe > FYI, I've submitted my suggestion to D8923 and D9332. Hope it helps to reduce the impact. Regards, sunpoet _______________________________________________ > svn-ports-all@freebsd.org mailing list > https://lists.freebsd.org/mailman/listinfo/svn-ports-all > To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org" >