From owner-freebsd-office@FreeBSD.ORG Sun Nov 4 07:27:27 2012 Return-Path: Delivered-To: office@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id B252DB4A; Sun, 4 Nov 2012 07:27:27 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: from mail-da0-f54.google.com (mail-da0-f54.google.com [209.85.210.54]) by mx1.freebsd.org (Postfix) with ESMTP id 786B78FC08; Sun, 4 Nov 2012 07:27:27 +0000 (UTC) Received: by mail-da0-f54.google.com with SMTP id z9so2343138dad.13 for ; Sun, 04 Nov 2012 00:27:21 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=sender:date:message-id:to:cc:subject:from:in-reply-to:references :x-mailer:mime-version:content-type:content-transfer-encoding; bh=TRZPZIXCqApU3kqGD+ugzjhQdQoicUZFbpLFopo2zRU=; b=jI9WBj2XRhtm+kaVxKwXcLnxZ6m45MxpuAiambufq32OlBnujYmMIRScSJpdYlS5Dh 06Dj0+m2uALIwH4ZTXiSbohNMy9I6WgHOKbreJLE3QvyY9EKMWTUTRllzISh1ipSTDRw BOKoe4j9aON2rLLE4FVXxcHG3YGbxseelUpLnLy4V/K78GqICJf6RK+6XO0XulS0anyF V0J+bqigeKECNeRbZ0Hzy5JupVMgkLSuj0P8AIvKDh+c7tjZpSHeRVynFq8mW9AEtRUD 7L9VA/GlfCl/RSte3eVmrP1RHKp8Fo48kboqzJ2TyMsL3lXSxS+joRj4bRLqZSshxVIU LPug== Received: by 10.68.136.9 with SMTP id pw9mr20255673pbb.155.1352014041084; Sun, 04 Nov 2012 00:27:21 -0700 (PDT) Received: from localhost (rikad42.riken.jp. [134.160.214.42]) by mx.google.com with ESMTPS id ph7sm7112996pbb.9.2012.11.04.00.27.19 (version=SSLv3 cipher=OTHER); Sun, 04 Nov 2012 00:27:20 -0700 (PDT) Sender: Maho NAKATA Date: Sun, 04 Nov 2012 16:27:18 +0900 (JST) Message-Id: <20121104.162718.552314190063521877.chat95@mac.com> To: ohauer@gmx.de Subject: Re: pkg-config fails for www/serf From: Maho NAKATA In-Reply-To: <5095B3E4.9070905@gmx.de> References: <5094EDFD.3080006@gmx.de> <20121104.072034.589207021374341581.chat95@mac.com> <5095B3E4.9070905@gmx.de> X-Mailer: Mew version 6.3 on Emacs 24.2 / Mule 6.0 (HANACHIRUSATO) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Cc: office@freebsd.org, apache@FreeBSD.org X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 04 Nov 2012 07:27:27 -0000 Hi Olli Hauer I also updated ooo port as well. Now it uses www/serf correctly. So everything should be fine! Thanks, Nakata Maho From: olli hauer Subject: Re: pkg-config fails for www/serf Date: Sun, 04 Nov 2012 01:16:36 +0100 > On 2012-11-03 23:20, Maho NAKATA wrote: >> Hi olli hauer >> >> Thanks for quick reply. >> >>> Try by removing the "Requires.private" line >>> in /usr/local/libdata/pkgconfig/serf-1.pc >>> >>> If this is working for you I could commit the following patch. >> >> Please commit. My tinderbox build of editors/openoffice-3-devel was succesful! >> >>> Even bumping PORTREVISION should be necessary I want to avoid a bump >>> for this trivial fix since this will force rebuilding openoffice ... >> Not a problem, it applies to a -devel port so that editors/openoffice-3-devel >> port should be frequently rebuilt, and bumping portrevision to editors/openoffice-3-devel >> is not necessary as this port does not use www/serf currently (I added this dependency >> by mistake). >> >> Thanks >> Nakata Maho >> > > Hi Nakata Maho, > > I just committed the fix. > Thanks for pointing out the issue! > > -- > Regards, > olli >