svn commit: r362115 - head/archivers/liborange
Adam Weinberger
adamw at adamw.org
Fri Jul 18 03:06:30 UTC 2014
On 16 Jul, 2014, at 18:21, John Marino <marino at FreeBSD.org> wrote:
> Author: marino
> Date: Wed Jul 16 22:21:55 2014
> New Revision: 362115
> URL: http://svnweb.freebsd.org/changeset/ports/362115
> QAT: https://qat.redports.org/buildarchive/r362115/
>
> Log:
> archivers/liborange: Unbreak port by working around configure flaw
>
> The configure error "Not configured with libgsf or libole2 but that's
> needed for MSI support" is caused by using the wrong configure option
> of MSI that was introduced in last commit.
>
> Changing to MSI_CONFIGURE_ENABLE=libgsf to MSI_CONFIGURE_WITH=libgsf
> should have solved the problem, but unfortunately there is a logic
> flaw in the configure script. If --without-libgsf is passed to it,
> it mistakenly tries to find it anyway with pkgconfig and then fails.
>
> The way to fix this properly is to patch the configure script, but I am
> going to cheat by making libgsf an unconditional requirement as it was
> before adamw fixed the options reversal.
The attached patch might fix it? Just need to add USE_AUTOTOOLS=autoconf.
# Adam
-------------- next part --------------
A non-text attachment was scrubbed...
Name: patch-configure.ac
Type: application/octet-stream
Size: 528 bytes
Desc: not available
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20140717/80f93d62/attachment.obj>
-------------- next part --------------
--
Adam Weinberger
adamw at adamw.org
http://www.adamw.org
More information about the svn-ports-all
mailing list