From owner-freebsd-ports@FreeBSD.ORG Sat Feb 2 20:17:34 2008 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 1CF5816A41B for ; Sat, 2 Feb 2008 20:17:34 +0000 (UTC) (envelope-from pj@smo.de) Received: from ilk.de (mx-out13.ilk.de [194.121.104.13]) by mx1.freebsd.org (Postfix) with ESMTP id 980C813C46A for ; Sat, 2 Feb 2008 20:17:33 +0000 (UTC) (envelope-from pj@smo.de) Received: from bologna.intern.smo.de (pool47.ka.ilk.net [212.86.194.47]) by ilk.de (8.13.4/8.13.4/ilk-relay) with ESMTP id m12KHUmT017220; Sat, 2 Feb 2008 21:17:31 +0100 Received: from [192.168.153.208] (herdubreid.intern.smo.de [192.168.153.208]) by bologna.intern.smo.de (8.13.8+Sun/8.13.8) with ESMTP id m12KCcxq000811; Sat, 2 Feb 2008 21:12:38 +0100 (CET) Message-ID: <47A4D056.4060105@smo.de> Date: Sat, 02 Feb 2008 21:19:34 +0100 From: Philipp Ost User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.7.13) Gecko/20080125 X-Accept-Language: de, en-us, en MIME-Version: 1.0 To: dyeske@gmail.com Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org Subject: [PATCH] graphics/cinepaint -- typo in Makefile X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 02 Feb 2008 20:17:34 -0000 Hello David, hi list, graphics/cinepaint refuses to build because bsd.port.pre.mk is included twice in the Makefile. The following patch solves this issues for me: --- Makefile.orig 2008-02-02 21:13:02.000000000 +0100 +++ Makefile 2008-02-02 21:14:24.000000000 +0100 @@ -46,7 +46,6 @@ PLIST_SUB+= OPENEXR:="@comment " .endif -.include post-patch: @${REINPLACE_CMD} -e \ Regards, Philipp