From owner-freebsd-office@FreeBSD.ORG Wed Aug 22 15:45:18 2012 Return-Path: Delivered-To: office@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E0043106564A; Wed, 22 Aug 2012 15:45:18 +0000 (UTC) (envelope-from jkim@FreeBSD.org) Received: from hammer.pct.niksun.com (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 938088FC17; Wed, 22 Aug 2012 15:45:18 +0000 (UTC) Message-ID: <5034FE8E.3070207@FreeBSD.org> Date: Wed, 22 Aug 2012 11:45:18 -0400 From: Jung-uk Kim User-Agent: Mozilla/5.0 (X11; FreeBSD amd64; rv:14.0) Gecko/20120813 Thunderbird/14.0 MIME-Version: 1.0 To: Doug Barton References: <201208220012.q7M0CLgm031785@svn.freebsd.org> <503434CB.3080101@FreeBSD.org> In-Reply-To: <503434CB.3080101@FreeBSD.org> X-Enigmail-Version: 1.4.3 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: office@freebsd.org Subject: Re: Fwd: svn commit: r302913 - head/textproc/libvisio X-BeenThere: freebsd-office@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Office applications on FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 22 Aug 2012 15:45:19 -0000 -----BEGIN PGP SIGNED MESSAGE----- Hash: SHA1 On 2012-08-21 21:24:27 -0400, Doug Barton wrote: > FYI .... the only consumer for libvisio is libreoffice, so =build > is safe here. But, I don't see a pkgconfig related line in the > Makefile. Does libreoffice need USE_PKGCONFIG= build as well? Yes, it does. I am working on 3.5.6 and it will be added there, too. Thanks for fixing this, BTW. Jung-uk Kim > -------- Original Message -------- Subject: svn commit: r302913 - > head/textproc/libvisio Date: Wed, 22 Aug 2012 00:12:21 +0000 (UTC) > From: Doug Barton To: > ports-committers@freebsd.org, svn-ports-all@freebsd.org, > svn-ports-head@freebsd.org > > Author: dougb Date: Wed Aug 22 00:12:21 2012 New Revision: 302913 > URL: http://svn.freebsd.org/changeset/ports/302913 > > Log: Without USE_PKGCONFIG= build, configure fails. > > Modified: head/textproc/libvisio/Makefile > > Modified: head/textproc/libvisio/Makefile > ============================================================================== > > - --- head/textproc/libvisio/Makefile Tue Aug 21 23:47:43 2012 (r302912) > +++ head/textproc/libvisio/Makefile Wed Aug 22 00:12:21 2012 > (r302913) @@ -28,5 +28,6 @@ GNU_CONFIGURE= yes USE_GMAKE= yes > USE_GNOME= gnomehack USE_LDCONFIG= yes +USE_PKGCONFIG= build > > .include > -----BEGIN PGP SIGNATURE----- Version: GnuPG v2.0.19 (FreeBSD) Comment: Using GnuPG with Mozilla - http://enigmail.mozdev.org/ iEYEARECAAYFAlA0/o4ACgkQmlay1b9qnVOO2ACgp7jfgAtOznVU2e1lKvpMfkxR LsUAnRiNfIDSlht/mxcjEUfErcdmcXTH =l9Ct -----END PGP SIGNATURE-----