Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Mar 2009 23:04:31 -0700 (PDT)
From:      bf <bf2006a@yahoo.com>
To:        freebsd-questions@FreeBSD.org
Cc:        invalid.pointer@gmail.com
Subject:   Re: Problem building ports : 1) abiword; 2) curl
Message-ID:  <777032.70260.qm@web39105.mail.mud.yahoo.com>

next in thread | raw e-mail | index | archive | help

Firstly, it looks like you are using an old ports tree.
You should update it by downloading a newer tarball or using
csup.  Read the pertinent section of the handbook if you
don't know how to do this.  This may solve your goffice
build problem. (It's actually goffice, and not abiword, that
is the problem.)  If it doesn't, send a transcript to the
port maintainer via email, or file a PR.  You should not be
attempting to use curl 7.19.2, which has security problems,
but rather the newer 7.19.4, which is in the latest ports tree.

The curl problem, as the error message says, is that you
have enabled two mutually incompatible options when configuring
the port.  I don't know what you mean by "replacing the
Makefile": you shouldn't need to replace any Makefiles. Just
rerun 'make config' in the port directory, and select either
GNUTLS or OPENSSL, but not both.  Then build the port.  The
options that you have selected for ports are not contained
in any Makefile, but rather in /var/db/ports, and can be viewed
by looking through that directory, or by running 'make showconfig' in the port directory.

b.


      



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?777032.70260.qm>