From owner-freebsd-ports@FreeBSD.ORG Fri Jun 23 01:06:12 2006 Return-Path: X-Original-To: freebsd-ports@freebsd.org Delivered-To: freebsd-ports@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D573716A4A0 for ; Fri, 23 Jun 2006 01:06:12 +0000 (UTC) (envelope-from buhnux@gmail.com) Received: from py-out-1112.google.com (py-out-1112.google.com [64.233.166.180]) by mx1.FreeBSD.org (Postfix) with ESMTP id DC03C43D55 for ; Fri, 23 Jun 2006 01:06:10 +0000 (GMT) (envelope-from buhnux@gmail.com) Received: by py-out-1112.google.com with SMTP id c59so540476pyc for ; Thu, 22 Jun 2006 18:06:10 -0700 (PDT) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:sender:to:subject:cc:in-reply-to:mime-version:content-type:references:x-google-sender-auth; b=ZG/X5cR0Hcvb1cqddefUKqG4pDuveJz5MbgjCzXrBJwhHrg34alSh7KtuT1cz9vd4diMWyikEvKmOVe6XKy4BG4ZVCrTFF3sgIuiknGFNf080I8+V6IocC+/CpjOYWe0XyGeP6WekJawdaTvrTGKNv4/xBQxSY8jCEQs7hwjYVU= Received: by 10.35.60.16 with SMTP id n16mr228030pyk; Thu, 22 Jun 2006 18:06:10 -0700 (PDT) Received: by 10.35.87.15 with HTTP; Thu, 22 Jun 2006 18:06:09 -0700 (PDT) Message-ID: Date: Thu, 22 Jun 2006 21:06:09 -0400 From: "michael johnson" Sender: buhnux@gmail.com To: "Colin Percival" In-Reply-To: <449B2DE1.3050508@freebsd.org> MIME-Version: 1.0 References: <449B2DE1.3050508@freebsd.org> X-Google-Sender-Auth: e69698ff2be29112 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline X-Content-Filtered-By: Mailman/MimeDel 2.1.5 Cc: Sergey Akifyev , freebsd-ports@freebsd.org Subject: Re: INDEX breakage in cups 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: Fri, 23 Jun 2006 01:06:13 -0000 On 6/22/06, Colin Percival wrote: > > A recent commit by ahze broke the INDEX build: > > "Makefile", line 54: Could not find > /usr/ports/print/cups-lpr/../../print/cups/Makefile.common > make: fatal errors encountered -- cannot continue > ===> print/cups-lpr failed > *** Error code 1 > Stop in /usr/ports. > > I tried to fix this by unhooking print/cups-lpr from print/Makefile, but > this turns out to not help since other ports depend upon print/cups-lpr: > > make_index: Unresolved dependency: /usr/ports/print/cups-lpr > > Note that in PR ports/97782, which ahze's commit closed, it says > "Please note, that: > * cups-lpr must be removed after this update", > but it doesn't say what to do about ports which depend upon cups-lpr. > > Can someone fix this, or tell me what to do here? If you're able to please remove cups-lpr, if not I'll get to it when I get home. thanks Colin Percival >