Date: Fri, 23 Jun 2006 10:15:18 +0400 From: Sergey Akifyev <asa@agava.com> To: michael johnson <ahze@ahze.net>, paulbeard@mac.com Cc: obraun@FreeBSD.org, freebsd-ports@freebsd.org, Colin Percival <cperciva@freebsd.org> Subject: Re: INDEX breakage in cups Message-ID: <1151043318.1783.54.camel@asa> In-Reply-To: <b2203fed0606221806h174cec5dw495a8cad94c44ca2@mail.gmail.com> References: <449B2DE1.3050508@freebsd.org> <b2203fed0606221806h174cec5dw495a8cad94c44ca2@mail.gmail.com>
next in thread | previous in thread | raw e-mail | index | archive | help
On ήΤ, 2006-06-22 at 21:06 -0400, michael johnson wrote: > > > On 6/22/06, Colin Percival <cperciva@freebsd.org> 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? > The only port, depending on cups-lpr is print/muttprint. (This is only when WITH_CUPS is defined). The fix is to sed -i '' -e 's|cups-lpr|cups-base|g' Makefile . > If you're able to please remove cups-lpr, if not I'll get to it when I > get home. > thanks > > > Colin Percival > -- regards, Sergey Akifyev AGAVA Software Ltd <http://agava.com> PGP key available from: ftp://ftp.gascom.ru/pub/PGP-keys/asa.txt
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1151043318.1783.54.camel>