From owner-freebsd-ports@FreeBSD.ORG Thu Oct 17 14:32:12 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id 92AA1699 for ; Thu, 17 Oct 2013 14:32:12 +0000 (UTC) (envelope-from lattera@gmail.com) Received: from mail-pb0-x231.google.com (mail-pb0-x231.google.com [IPv6:2607:f8b0:400e:c01::231]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 707E92532 for ; Thu, 17 Oct 2013 14:32:12 +0000 (UTC) Received: by mail-pb0-f49.google.com with SMTP id xb12so2379233pbc.36 for ; Thu, 17 Oct 2013 07:32:12 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:date:message-id:subject:from:to:content-type; bh=KtcWRcwrK3lVbXxgfFbtFBNcFSKZBs6Wy2RekRVoEtQ=; b=R++jhj+Vl9ZH6ZAdp7LGxzH4taO2bC2vXeIeTgxd2RSgd9AAd0SCNMEmmbOzBf0RaC Llo67sdzWo3GzaPFJ8vIF4UN9bNV7rc1VbXc346RUISd4i3MoxkLCAxR1+ED2nfxooXz vCKeGNIKrgD5llPYJnmTirD/NtwIi0Ldy85FNWrEtrIXgIVsJLcXGPVu8rVWMJHjneiX z6beNpNwfCFbisozkEX7o+z8z2GxbIrS1vFZZWBXQc7DsuK+fhhH/PeR5MdiVdwNvTkG pM7hAdVhMSWjd6oftmLQhP+CyNjzVhddbxYF8h2ylkcCEu8L9GxDL9yTvAspM7yYcV8+ DQWw== MIME-Version: 1.0 X-Received: by 10.67.23.36 with SMTP id hx4mr9623436pad.54.1382020332069; Thu, 17 Oct 2013 07:32:12 -0700 (PDT) Received: by 10.68.164.68 with HTTP; Thu, 17 Oct 2013 07:32:12 -0700 (PDT) Date: Thu, 17 Oct 2013 10:32:12 -0400 Message-ID: Subject: `make index` broken From: Shawn Webb To: freebsd-ports@freebsd.org Content-Type: text/plain; charset=ISO-8859-1 X-Content-Filtered-By: Mailman/MimeDel 2.1.14 X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 Oct 2013 14:32:12 -0000 I'm on 11-current/amd64. I'm not sure if it's specific to me, but it looks like a change to the net/openbgpd port is causing `make index` to fail with the following error message: make[5]: Unknown modifier ')' make[5]: Unclosed variable specification (expecting '}') for "PORT_OPTIONS" (value "") modifier ) make[5]: "/usr/ports/net/openbgpd/Makefile" line 31: Malformed conditional (${PORT_OPTIONS:MIPV6LLPEER)) make[5]: Fatal errors encountered -- cannot continue===> net/openbgpd failed *** [describe.net] Error code 1 Thanks, Shawn