From owner-freebsd-ports Sat Jun 9 5: 0:51 2001 Delivered-To: freebsd-ports@freebsd.org Received: from mail.ctonet.it (mail.ctonet.it [212.110.160.100]) by hub.freebsd.org (Postfix) with ESMTP id 4863937B401 for ; Sat, 9 Jun 2001 05:00:45 -0700 (PDT) (envelope-from olgeni@uli.it) Received: from olgeni.olgeni (ppp-162.dial6.ctonet.it [212.110.181.162]) by mail.ctonet.it (Postfix) with ESMTP id CBFF4121CD for ; Sat, 9 Jun 2001 14:00:42 +0200 (CEST) Received: from localhost (bogus@localhost [127.0.0.1]) by olgeni.olgeni (8.11.3/8.11.3) with ESMTP id f59C1N113388 for ; Sat, 9 Jun 2001 14:01:23 +0200 (CEST) (envelope-from olgeni@uli.it) Date: Sat, 9 Jun 2001 14:01:23 +0200 (CEST) From: Jimmy Olgeni X-X-Sender: To: Subject: CFR: bsd.port.mk, PKG_IGNORE_DEPENDS regexp Message-ID: <20010605233058.B73359-100000@olgeni.olgeni> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org 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 -- jimmy To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message