Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 9 Jun 2001 14:01:23 +0200 (CEST)
From:      Jimmy Olgeni <olgeni@uli.it>
To:        <freebsd-ports@FreeBSD.org>
Subject:   CFR: bsd.port.mk, PKG_IGNORE_DEPENDS regexp
Message-ID:  <20010605233058.B73359-100000@olgeni.olgeni>

next in thread | raw e-mail | index | archive | help

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




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