From owner-freebsd-ports@FreeBSD.ORG Tue Oct 29 02:46:05 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTP id B595659C for ; Tue, 29 Oct 2013 02:46:05 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: from mail-pa0-x229.google.com (mail-pa0-x229.google.com [IPv6:2607:f8b0:400e:c03::229]) (using TLSv1 with cipher ECDHE-RSA-RC4-SHA (128/128 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 8D78F2169 for ; Tue, 29 Oct 2013 02:46:05 +0000 (UTC) Received: by mail-pa0-f41.google.com with SMTP id rd3so3373572pab.14 for ; Mon, 28 Oct 2013 19:46:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=date:message-id:to:cc:subject:from:in-reply-to:references :mime-version:content-type:content-transfer-encoding; bh=AgExTRFeSCLRMqi6c4xZdL0yR/eg0S5hVg1sNIc8IeM=; b=D4Dh90C5ZkYS73nKcxScSSHbszuEJH5bCchxZYLw1fOT+MwwtR1YM0xwBDQvAAyRtO iIjmVmXG2pmGgw0oGDQtfS+85d+dHs/KGjihe/ULGtPbtJCpytOKmPBZ4zUrWTLw1gmZ eU0y4gcwQIxEwN6d0g3QBSQnq/jlpF2hDqcHUx3RXyP8g3XfxpUgPxW8CnS4vBAALawc QwjY5ljSTDgsDmnhk7IMcfxf2FMhRoTeanxx861+HVr4dKXO2R3runpzdk3WLoXMdq2m hvvAMYKSjakh18NujmyB7tsnrT555Lkjb+sOynRsak11BFU/yj20FC8FVA63DT5uIHpE N2XA== X-Received: by 10.68.4.232 with SMTP id n8mr24820361pbn.9.1383014765086; Mon, 28 Oct 2013 19:46:05 -0700 (PDT) Received: from localhost (rikad42.riken.jp. [134.160.214.42]) by mx.google.com with ESMTPSA id qz9sm31775075pbc.3.2013.10.28.19.46.03 for (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 28 Oct 2013 19:46:04 -0700 (PDT) Date: Tue, 29 Oct 2013 11:46:01 +0900 (JST) Message-Id: <20131029.114601.1089443855971070257.maho.nakata@gmail.com> To: guru@unixarea.de Subject: Re: graphics/libemf (Revision: 328930) From: Nakata Maho In-Reply-To: <20131029.113817.1168494865712773527.maho.nakata@gmail.com> References: <20131028100009.GA25040@sh4-5.1blu.de> <20131029.113817.1168494865712773527.maho.nakata@gmail.com> X-Mailer: Mew version 6.3 on Emacs 24.3 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: freebsd-ports@freebsd.org 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: Tue, 29 Oct 2013 02:46:05 -0000 Hi Matthias, I'll commit updated version very soon. Best, Nakata Maho From: Nakata Maho Subject: Re: graphics/libemf (Revision: 328930) Date: Tue, 29 Oct 2013 11:38:17 +0900 (JST) > Hi Matthias, > > On 9.2-RELEASE, looks fine, and as you pointed out, > without #include , it won't. > >> Should I file a PR or is the maintainer already aware of it? > Just I aware of that ;-) > > I welcome patches. > > Best, > Nakata Maho > > From: Matthias Apitz > Subject: graphics/libemf (Revision: 328930) > Date: Mon, 28 Oct 2013 11:00:09 +0100 > >> >> Hello, >> >> The graphics/libemf does not build in i386 head, neither with cland nor >> with gcc46, it is missing some older(?) header file: >> >> # make >> ... >> Making all in libemf >> --- libemf.lo --- >> source='libemf.cpp' object='libemf.lo' libtool=yes >> depfile='.deps/libemf.Plo' tmpdepfile='.deps/libemf.TPlo' depmode=gcc3 >> /bin/sh ../config/depcomp /bin/sh /usr/local/bin/libtool --mode=compile >> c++ -DHAVE_CONFIG_H -I. -I. -I../config -I../include -O2 -pipe >> -fno-strict-aliasing -D_REENTRANT -DPTHREADS -c -o libemf.lo `test -f >> libemf.cpp || echo './'`libemf.cpp >> libtool: compile: c++ -DHAVE_CONFIG_H -I. -I. -I../config -I../include >> -O2 -pipe -fno-strict-aliasing -D_REENTRANT -DPTHREADS -c libemf.cpp -MT >> libemf.lo -MD -MP -MF .deps/libemf.TPlo -fPIC -DPIC -o .libs/libemf.o >> In file included from libemf.cpp:21: >> ./libemf.h:30:10: fatal error: 'backward/function.h' file not found >> #include >> ^ >> 1 error generated. >> *** [libemf.lo] Error code 1 >> >> The port graphics/libemf is required for graphics/dia. Interestingly >> there is a pre-build package available at >> ftp://ftp.freebsd.org/pub/FreeBSD/releases/i386/i386/9.2-RELEASE/packages/All/libEMF-1.0.tbz >> (dated around June 2013). Having installed this in my /head environment >> makes graphics/dia happy. >> >> Should I file a PR or is the maintainer already aware of it? >> >> Thanks >> >> matthias >> >> >> -- >> Matthias Apitz | /"\ ASCII Ribbon Campaign: www.asciiribbon.org >> E-mail: guru@unixarea.de | \ / - No HTML/RTF in E-mail >> WWW: http://www.unixarea.de/ | X - No proprietary attachments >> phone: +49-170-4527211 | / \ - Respect for open standards >>