From owner-freebsd-office@FreeBSD.ORG Sat Nov 3 22:20:37 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 AB7EE7B3; Sat, 3 Nov 2012 22:20:37 +0000 (UTC) (envelope-from maho.nakata@gmail.com) Received: from mail-pb0-f54.google.com (mail-pb0-f54.google.com [209.85.160.54]) by mx1.freebsd.org (Postfix) with ESMTP id 72B238FC0C; Sat, 3 Nov 2012 22:20:37 +0000 (UTC) Received: by mail-pb0-f54.google.com with SMTP id rp8so3332377pbb.13 for ; Sat, 03 Nov 2012 15:20:36 -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=aNM7jELBHGyKxhl40RSef57zESTtz1pcz6h9JA2s3lk=; b=aLiklTjOFC5o96G19rAqzUucZDbw9ctKqw9IoEQK3ggygb20bwSrvL1CH0OZ5Lq1+O bRKToGE7d6zN0WntKU3VrrVLRdliv++VYZfsqC9z2ocN52XTDjFdDuYnpmQxH4H9TF8Y eFHR4uWs8dPfsEIdSm2v2Qx0vpWSO6V/xxJc16ZetosJHdWA01DsgBmASE7GTieySXGg Bf85oWok5ms+ZGods10HuQlv4+XrTC/1di4tnHSmkbf5JrnB3iF4k019iyhBRF/erwBq KgwQQ4P4sWByDtmGDimJlhTLlHpJ6foVznogjAPDEtKeYJxMeft4cSFyPY3QfFk/Of/1 i7Dg== Received: by 10.66.73.65 with SMTP id j1mr16647036pav.68.1351981236807; Sat, 03 Nov 2012 15:20:36 -0700 (PDT) Received: from localhost (rikad42.riken.jp. [134.160.214.42]) by mx.google.com with ESMTPS id ru4sm7945343pbc.25.2012.11.03.15.20.35 (version=SSLv3 cipher=OTHER); Sat, 03 Nov 2012 15:20:36 -0700 (PDT) Sender: Maho NAKATA Date: Sun, 04 Nov 2012 07:20:34 +0900 (JST) Message-Id: <20121104.072034.589207021374341581.chat95@mac.com> To: ohauer@gmx.de Subject: Re: pkg-config fails for www/serf From: Maho NAKATA In-Reply-To: <5094EDFD.3080006@gmx.de> References: <20121103.171038.2304170249619737993.maho@apache.org> <5094EDFD.3080006@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: Sat, 03 Nov 2012 22:20:37 -0000 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 From: olli hauer Subject: Re: pkg-config fails for www/serf Date: Sat, 03 Nov 2012 11:12:13 +0100 > On 2012-11-03 09:10, Maho NAKATA wrote: >> Hi maintainer of /usr/ports/www/serf >> >> When I tried following, I encountered the following error. >> Could you please fix? >> >> $ pkg-config --cflags --exists "serf-1 >= 1.1" >> Package libssl was not found in the pkg-config search path. >> Perhaps you should add the directory containing `libssl.pc' >> to the PKG_CONFIG_PATH environment variable >> No package 'libssl' found >> >> Thanks >> -- Nakata Maho http://accc.riken.jp/maho/ , JA OOO http://ja.openoffice.org/ >> http://blog.goo.ne.jp/nakatamaho/ ,GPG: http://accc.riken.jp/maho/maho.pgp.txt > > > > Hi Nakata Maho, > > I don't see a reason why serf registers "Requires.private" in serf-1.pc > > 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. > > Even bumping PORTREVISION should be necessary I want to avoid a bump > for this trivial fix since this will force rebuilding openoffice ... > > > Index: serf/Makefile > =================================================================== > --- serf/Makefile (revision 306901) > +++ serf/Makefile (working copy) > @@ -23,6 +23,9 @@ > CONFIGURE_ARGS+= --with-apr=${LOCALBASE}/bin/apr-1-config \ > --with-apr-util=${LOCALBASE}/bin/apu-1-config > > +post-patch: > + ${REINPLACE_CMD} -e '/^Requires.private/d' ${WRKSRC}/serf.pc.in > + > post-install: > .if !defined(NOPORTDOCS) > ${MKDIR} ${DOCSDIR} > _______________________________________________ > freebsd-office@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-office > To unsubscribe, send any mail to "freebsd-office-unsubscribe@freebsd.org" >