From owner-freebsd-ports@FreeBSD.ORG Fri Mar 22 07:32:20 2013 Return-Path: Delivered-To: freebsd-ports@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 9668290C for ; Fri, 22 Mar 2013 07:32:20 +0000 (UTC) (envelope-from sergey.dyatko@gmail.com) Received: from mail-ea0-x229.google.com (mail-ea0-x229.google.com [IPv6:2a00:1450:4013:c01::229]) by mx1.freebsd.org (Postfix) with ESMTP id 376038D1 for ; Fri, 22 Mar 2013 07:32:20 +0000 (UTC) Received: by mail-ea0-f169.google.com with SMTP id z7so1261432eaf.0 for ; Fri, 22 Mar 2013 00:32:19 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=x-received:date:from:to:subject:message-id:in-reply-to:references :x-mailer:mime-version:content-type:content-transfer-encoding; bh=S2e9FDGa1ZhFGGzrRFWdc/CM/oVITJf0ylcWXepaLiY=; b=vDrTawk4m5ZJz31ZzyuRi+7d8ttjMQN3t7wI0Tup6lDrQK3hCHHAqS8RwNKcJlk1kf ECBxi1EKOxA477HU3P8oVR126mc6obYg++x20j0iBWccGL4VEr2StZPnz+w0RsGLDSdh H7NwWJ0EANgujBUAnTB5VFqY14LBnKP+KdCgbfWDhIWDMh4NKV/djcXSB052O4YFyZ5T XPfnzL4jq8+vxO5X7y9AOUpUB98bSCJraNMvnzFZD0oIdHDFNgD/T6ROSF/v/F+41B/0 3MQGNtOJ83RcM1Xn1C6kJmNyXPwU6WzI0rMYCph+MtB5kEZ0V59Fdf2Dn4V1/FvXMZ4A j8UA== X-Received: by 10.14.184.68 with SMTP id r44mr2155654eem.40.1363937539450; Fri, 22 Mar 2013 00:32:19 -0700 (PDT) Received: from laptop.minsk.domain (m-s.agava.net. [195.222.84.203]) by mx.google.com with ESMTPS id ca4sm1276397eeb.15.2013.03.22.00.32.18 (version=SSLv3 cipher=RC4-SHA bits=128/128); Fri, 22 Mar 2013 00:32:19 -0700 (PDT) Date: Fri, 22 Mar 2013 10:32:44 +0300 From: "Sergey V. Dyatko" To: freebsd-ports@freebsd.org Subject: Re: Updating poppler Message-ID: <20130322103244.53e514ee@laptop.minsk.domain> In-Reply-To: <514C075B.9090409@eskk.nu> References: <514C075B.9090409@eskk.nu> X-Mailer: Claws Mail 3.9.0 (GTK+ 2.24.17; amd64-portbld-freebsd10.0) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 22 Mar 2013 07:32:20 -0000 On Fri, 22 Mar 2013 08:25:15 +0100 Leslie Jensen wrote: > > According to /usr/ports/UPDATING > > One should do > > portmaster -r poppler-0 > > > > Unfortunately it gives me this: > > > ===>>> Launching child to reinstall libreoffice-4.0.1 > > ===>>> Checking dependent ports >> libreoffice-4.0.1 (9/9) > > ===>>> Currently installed version: libreoffice-4.0.1 > ===>>> Port directory: /usr/ports/editors/libreoffice > > ===>>> This port is marked BROKEN > ===>>> mergelibs causes runtime problems > > > ===>>> If you are sure you can build it, remove the > BROKEN line in the Makefile and try again. > > ===>>> Update for libreoffice-4.0.1 failed > ===>>> Aborting update > > > > I have it installed so I should be able to build it again, or has > things changed so that I'll get into problems? > You may try something like this: portmaster -wr poppler-0 -x libreoffice > > Are there any ways to circumvent this? > > Thanks > > > /Leslie > > -- wbr, tiger