Date: Sat, 26 May 2001 03:14:43 +0900 (JST) From: yoichi@eken.phys.nagoya-u.ac.jp To: FreeBSD-gnats-submit@freebsd.org Cc: yoichi@eken.phys.nagoya-u.ac.jp Subject: ports/27645: PKG_IGNORE_DEPENDS for X does not work Message-ID: <200105251814.f4PIEhJ62627@e-ppp7.eken.phys.nagoya-u.ac.jp>
next in thread | raw e-mail | index | archive | help
>Number: 27645 >Category: ports >Synopsis: PKG_IGNORE_DEPENDS for X does not work >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Fri May 25 11:20:02 PDT 2001 >Closed-Date: >Last-Modified: >Originator: Yoichi NAKAYAMA >Release: FreeBSD 4.3-STABLE i386 >Organization: E-ken, Dept. of Physics, Nagoya University, JAPAN >Environment: System: FreeBSD 4.3-STABLE >Description: Hi. The default setting for PKG_IGNORE_DEPENDS is to ignore X11 dependency for pkg_add users, I think. But, the version of ports/x11/XFree86 is now 3.3.6_9 and make package does't ignore the dependency for XFree86. >How-To-Repeat: >Fix: Index: bsd.port.mk =================================================================== RCS file: /home/ncvs/ports/Mk/bsd.port.mk,v retrieving revision 1.367 diff -u -r1.367 bsd.port.mk --- bsd.port.mk 2001/05/23 02:46:52 1.367 +++ bsd.port.mk 2001/05/25 18:03:24 @@ -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_9)' .else .if defined(USE_IMAKE) BUILD_DEPENDS+= imake:${PORTSDIR}/devel/imake-4 >Release-Note: >Audit-Trail: >Unformatted: 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?200105251814.f4PIEhJ62627>