From owner-svn-ports-all@FreeBSD.ORG Sat Jun 29 15:38:23 2013 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id E70A1E5B; Sat, 29 Jun 2013 15:38:23 +0000 (UTC) (envelope-from vsjcfm@gmail.com) Received: from mail-ve0-x22b.google.com (mail-ve0-x22b.google.com [IPv6:2607:f8b0:400c:c01::22b]) by mx1.freebsd.org (Postfix) with ESMTP id 8A1F21A80; Sat, 29 Jun 2013 15:38:23 +0000 (UTC) Received: by mail-ve0-f171.google.com with SMTP id b10so2691394vea.16 for ; Sat, 29 Jun 2013 08:38:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :content-type; bh=WHf+GmSDSOCD+75Mo7jlfVeNwvdwWpwTOmuwhHacQEU=; b=QPNp2UzCKIat/43oQ3+q0+INAE0Stpw5AAEtc1mEeNyz/1w9bksRyL/QXta0c+oQKE mnyuK1si90wZluWXlusNPd48mXCX9Ge2q4qFwKNjGCUd/fe7LZy29GMLzSJgtIGeDIkz ELz7cHp3qAMajEf306OyoqhV3J7BYLMlFZSECdsw9AQrQWeO7JimBK6wdZVuxEsw6OTW tECVfWbUS5zaCtac3/s7P9uFoXyYH+7zqxBJvg5s/54SRgY6c+Qm673KcaeJclvNjpnL T8PgL5RnjwUQ+dRi+j9rG79c3kv6EhJrYqt0koDVOdRPj1iIA90JnfuqO1S49PYzdWGy n7Fw== X-Received: by 10.58.29.111 with SMTP id j15mr7113226veh.76.1372520303070; Sat, 29 Jun 2013 08:38:23 -0700 (PDT) MIME-Version: 1.0 Received: by 10.58.254.138 with HTTP; Sat, 29 Jun 2013 08:38:03 -0700 (PDT) In-Reply-To: References: From: Sayetsky Anton Date: Sat, 29 Jun 2013 18:38:03 +0300 Message-ID: Subject: Re: svn commit: r322016 - head/editors/vim To: obrien@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.14 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: Sat, 29 Jun 2013 15:38:24 -0000 Hello, After this commit, I cannot set vim options via "make config" & without setting WITH_OPTIONS. Is this an expected behavior? If yes, maybe an UPDATING entry must be added?