From owner-freebsd-ports@FreeBSD.ORG Fri Jun 7 06:57:13 2013 Return-Path: Delivered-To: freebsd-ports@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 5AF17E1F for ; Fri, 7 Jun 2013 06:57:13 +0000 (UTC) (envelope-from freebsdml@marino.st) Received: from shepard.synsport.net (mail.synsport.com [208.69.230.148]) by mx1.freebsd.org (Postfix) with ESMTP id 397FE1C3B for ; Fri, 7 Jun 2013 06:57:12 +0000 (UTC) Received: from [192.168.0.22] (unknown [130.255.16.8]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by shepard.synsport.net (Postfix) with ESMTP id 4FFA0438BD for ; Fri, 7 Jun 2013 01:57:08 -0500 (CDT) Message-ID: <51B1843D.6050101@marino.st> Date: Fri, 07 Jun 2013 08:57:01 +0200 From: John Marino User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130509 Thunderbird/17.0.6 MIME-Version: 1.0 To: freebsd-ports@freebsd.org Subject: Re: mail/alpine: make: "/usr/ports/mail/alpine/Makefile" line 108: Malformed conditional References: <1370588019.70238.1.camel@telesto> In-Reply-To: <1370588019.70238.1.camel@telesto> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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: Fri, 07 Jun 2013 06:57:13 -0000 On 6/7/2013 08:53, O. Hartmann wrote: > I get this while running portmaster on a most recently updated ports > tree: > > make: Unknown modifier ')' > make: "/usr/ports/mail/alpine/Makefile" line 108: Malformed conditional > (${PORT_OPTIONS:MQUOTA) || defined(WITH_MAILDIR}) > make: Fatal errors encountered -- cannot continue===>>> Launching child > to update fricas-1.1.8_5 to fricas-1.1.8_6 In inside brackets are inverted, that indicates it was edited with sed during the optionng conversion. Somebody should probably scan for this particular problem repo wide. When it happens once, there could be others. John