Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Jun 2001 15:23:44 +0300
From:      Peter Pentchev <roam@orbitel.bg>
To:        Jimmy Olgeni <olgeni@uli.it>
Cc:        freebsd-ports@FreeBSD.org
Subject:   Re: CFR: bsd.port.mk, PKG_IGNORE_DEPENDS regexp
Message-ID:  <20010609152344.A1101@ringworld.oblivion.bg>
In-Reply-To: <20010605233058.B73359-100000@olgeni.olgeni>; from olgeni@uli.it on Sat, Jun 09, 2001 at 02:01:23PM %2B0200
References:  <20010605233058.B73359-100000@olgeni.olgeni>

next in thread | previous in thread | raw e-mail | index | archive | help
Looks fine; bounce it to portmgr@?
(Not that they don't read -ports, but.. just in case :)

G'luck,
Peter

-- 
You have, of course, just begun reading the sentence that you have just finished reading.

On Sat, Jun 09, 2001 at 02:01:23PM +0200, Jimmy Olgeni wrote:
> 
> Hi all,
> 
> what about this? It should take care of future XFree86-3 portrevision
> bumps, to avoid building a lot of binary packages with incorrect
> dependencies.
> 
> You may also change PKG_IGNORE_DEPENDS from your /etc/make.conf as a
> quick fix.
> 
> 
> 
> Index: Mk/bsd.port.mk
> ===================================================================
> RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v
> retrieving revision 1.367
> diff -u -r1.367 bsd.port.mk
> --- Mk/bsd.port.mk	2001/05/23 02:46:52	1.367
> +++ Mk/bsd.port.mk	2001/06/05 21:04:59
> @@ -825,7 +825,7 @@
>  LIB_DEPENDS+=			GL.14:${PORTSDIR}/graphics/Mesa3
>  .endif
>  XAWVER=					6
> -PKG_IGNORE_DEPENDS?=	'(XFree86-3\.3\.6_8)'
> +PKG_IGNORE_DEPENDS?=	'(XFree86-3\.3\.6_[0-9]+)'
>  .else
>  .if defined(USE_IMAKE)
>  BUILD_DEPENDS+=			imake:${PORTSDIR}/devel/imake-4

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20010609152344.A1101>