From owner-freebsd-ports@FreeBSD.ORG Sun Aug 28 14:59:53 2011 Return-Path: Delivered-To: ports@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 09317106566C for ; Sun, 28 Aug 2011 14:59:53 +0000 (UTC) (envelope-from roberthuff@rcn.com) Received: from smtp02.lnh.mail.rcn.net (smtp02.lnh.mail.rcn.net [207.172.157.102]) by mx1.freebsd.org (Postfix) with ESMTP id BA65D8FC14 for ; Sun, 28 Aug 2011 14:59:52 +0000 (UTC) Received: from mr16.lnh.mail.rcn.net ([207.172.157.36]) by smtp02.lnh.mail.rcn.net with ESMTP; 28 Aug 2011 10:30:31 -0400 Received: from smtp01.lnh.mail.rcn.net (smtp01.lnh.mail.rcn.net [207.172.4.11]) by mr16.lnh.mail.rcn.net (MOS 4.2.3-GA) with ESMTP id BGO89960; Sun, 28 Aug 2011 10:30:32 -0400 Received-SPF: None identity=pra; client-ip=209.6.41.114; receiver=smtp01.lnh.mail.rcn.net; envelope-from="roberthuff@rcn.com"; x-sender="roberthuff@rcn.com"; x-conformance=sidf_compatible Received-SPF: None identity=mailfrom; client-ip=209.6.41.114; receiver=smtp01.lnh.mail.rcn.net; envelope-from="roberthuff@rcn.com"; x-sender="roberthuff@rcn.com"; x-conformance=sidf_compatible Received-SPF: None identity=helo; client-ip=209.6.41.114; receiver=smtp01.lnh.mail.rcn.net; envelope-from="roberthuff@rcn.com"; x-sender="postmaster@jerusalem.litteratus.org.litteratus.org"; x-conformance=sidf_compatible Received: from 209-6-41-114.c3-0.smr-ubr1.sbo-smr.ma.cable.rcn.com (HELO jerusalem.litteratus.org.litteratus.org) ([209.6.41.114]) by smtp01.lnh.mail.rcn.net with ESMTP; 28 Aug 2011 10:30:32 -0400 From: Robert Huff MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Message-ID: <20058.20743.791783.342355@jerusalem.litteratus.org> Date: Sun, 28 Aug 2011 10:30:31 -0400 To: Leslie Jensen In-Reply-To: <4E5A48AC.6050201@eskk.nu> References: <4E5A48AC.6050201@eskk.nu> X-Mailer: VM 7.17 under 21.5 (beta28) "fuki" XEmacs Lucid X-Junkmail-Whitelist: YES (by domain whitelist at mr16.lnh.mail.rcn.net) Cc: ports@freebsd.org Subject: How to handle upgrade of libnotify when cups-client-1.4.8 is marked as broken X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 28 Aug 2011 14:59:53 -0000 Leslie Jensen writes: > > Following the instructions in /usr/ports/UPDATING I issued the command > > > portmaster -r libnotify-0 > > And after a while I get this error > > Dependency check complete for print/cups-client > libnotify-0.5.2 >> swt-devel-3.6.m5_2,1 >> apache-ant-1.8.2 >> > jdk-1.6.0.3p4_25 >> cups-client-1.4.6 > ===> Cleaning for cups-client-1.4.8 > > ===> cups-client-1.4.8 is marked as broken: gnutls does not support > threads yet. > *** Error code 1 > > Stop in /usr/ports/print/cups-client Unless you have a specific reason to use GNUTLS: go to ports/print, run "make config", uncheck the "Use GNUTLS instead of OpenSSL" setting. (If you do have a specific reason, you probably know enough to have handled this already.) Then rebuild. Worked for me. Robert Huff