Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 18 Nov 2014 18:00:16 -0500
From:      Steven Kreuzer <skreuzer@freebsd.org>
To:        Jurica Borozan <jurica.borozan@gmail.com>
Cc:        ports@freebsd.org, Cy Schubert <cy@freebsd.org>
Subject:   Re: FreeBSD Port: cfengine36-3.6.1_3,1
Message-ID:  <CAFFB%2BpQsbzJhO969XFDQ7d82wNrk4a9nu7Kc6Tg-Mxo6V9L8jQ@mail.gmail.com>
In-Reply-To: <546A2DDB.3010900@gmail.com>
References:  <546A2DDB.3010900@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
Hi Jurica-

On Mon, Nov 17, 2014 at 12:18 PM, Jurica Borozan
<jurica.borozan@gmail.com> wrote:
> Hi,
>
> I am trying to run cfengine 3.6.1 and 3.5.8 but it will not work with
> XML files: "error: Cannot edit XML files without LIBXML2"

It looks like the current version of the port doesn't have the option
to pull in libxml2 to enable this feature.
Can you try out this patch and let me know if it solves your issue?
https://people.freebsd.org/~skreuzer/patches/cfengine36-libxml.patch

The following commands will download the patch into your home
directory, apply the changes to the port and build and install a
version of
cfengine with xml support

$ cd ~
$ fetch https://people.freebsd.org/~skreuzer/patches/cfengine36-libxml.patch
$ cd /usr/ports
$ patch < ~/cfengine36-libxml.patch
$ cd /usr/ports/sysutils/cfengine36
$ sudo make WITH="LIBXML2" install

Let me know if you have any problems.

Thanks



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?CAFFB%2BpQsbzJhO969XFDQ7d82wNrk4a9nu7Kc6Tg-Mxo6V9L8jQ>