From owner-freebsd-questions@FreeBSD.ORG Fri Mar 13 06:04:32 2009 Return-Path: Delivered-To: freebsd-questions@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 79BF4106564A for ; Fri, 13 Mar 2009 06:04:32 +0000 (UTC) (envelope-from bf2006a@yahoo.com) Received: from web39105.mail.mud.yahoo.com (web39105.mail.mud.yahoo.com [209.191.87.224]) by mx1.freebsd.org (Postfix) with SMTP id 385E68FC1E for ; Fri, 13 Mar 2009 06:04:32 +0000 (UTC) (envelope-from bf2006a@yahoo.com) Received: (qmail 70615 invoked by uid 60001); 13 Mar 2009 06:04:31 -0000 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=yahoo.com; s=s1024; t=1236924271; bh=5bQ7yqB3HhABIIGkAuTdMoNKxX3OlK47ZyiM2lkc3w8=; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:Cc:MIME-Version:Content-Type; b=K7VzozlcBptUul9p7L4eVVTDk3NgHp6iTVg9Ig0uOH/jfTFE1JuTVaS+7IHMZ7rnGULHAM/xbIJSuGGXA6/wbcoyjXzjbVJ1CE7rnknrlWSAAF5/8Bkv2qJFjhcnrscTa/iTENAoQe47HSpXQ2/kFJYaoRQktyfZU/Y9r+GiahA= DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:X-YMail-OSG:Received:X-Mailer:Date:From:Reply-To:Subject:To:Cc:MIME-Version:Content-Type; b=mrItsH3AlglPBswIyWl6yRByvz42B8k6MRYyA+dYy5lX8MWu5pfmWdr62D8KNAYJ+cH39TzS67j7EFhbuRgHJmcNccmz3I/pJmHPq3/qGvDHPl+wkMpXodnGKSmKCAYHmfexdeBCB65BEquzkJNXwKs2ui2hQw/bXeHVZ8ugKC0=; Message-ID: <777032.70260.qm@web39105.mail.mud.yahoo.com> X-YMail-OSG: fzKLbjkVM1noRZxXSkiRm8JaMOrmFjMnaonuW7URdsivCY1SgPo9Uv63GtWHaBOI25fCHgu2nfsvSFClZ3dZT7WbJcRajlX7PhPjqonF2wWtFMJSwQt54i4_9GwxG4RW9VOyyMZjx8VPiOPOhhIcsMnAnfO_nUbLZFPu8uAtXkAqwQ_pLL8Xw6z2vrplkg-- Received: from [83.251.170.255] by web39105.mail.mud.yahoo.com via HTTP; Thu, 12 Mar 2009 23:04:31 PDT X-Mailer: YahooMailWebService/0.7.289.1 Date: Thu, 12 Mar 2009 23:04:31 -0700 (PDT) From: bf To: freebsd-questions@FreeBSD.org MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: invalid.pointer@gmail.com Subject: Re: Problem building ports : 1) abiword; 2) curl X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: bf2006a@yahoo.com List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Mar 2009 06:04:33 -0000 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.