pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc/x11/xorg-libs there really is no need to force the lat...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/fa9c1156d9f2
branches:  trunk
changeset: 490015:fa9c1156d9f2
user:      grant <grant%pkgsrc.org@localhost>
date:      Wed Mar 02 08:26:54 2005 +0000

description:
there really is no need to force the latest version of xorg just to
build an X application, especially for the case IGNORE_RECOMMENDED=YES.

restore the value of BUILDLINK_DEPENDS to what it should be and was
before, and set BUILDLINK_RECOMMENDED to >=6.8.2, as it should be.

diffstat:

 x11/xorg-libs/buildlink3.mk |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (19 lines):

diff -r 1d4c8f96465f -r fa9c1156d9f2 x11/xorg-libs/buildlink3.mk
--- a/x11/xorg-libs/buildlink3.mk       Wed Mar 02 06:19:28 2005 +0000
+++ b/x11/xorg-libs/buildlink3.mk       Wed Mar 02 08:26:54 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: buildlink3.mk,v 1.7 2005/03/01 19:00:11 xtraeme Exp $
+# $NetBSD: buildlink3.mk,v 1.8 2005/03/02 08:26:54 grant Exp $
 
 BUILDLINK_DEPTH:=              ${BUILDLINK_DEPTH}+
 XORG_LIBS_BUILDLINK3_MK:=      ${XORG_LIBS_BUILDLINK3_MK}+
@@ -18,7 +18,8 @@
 
 .if !empty(XORG_LIBS_BUILDLINK3_MK:M+)
 
-BUILDLINK_DEPENDS.xorg-libs+=          xorg-libs>=6.8.2
+BUILDLINK_DEPENDS.xorg-libs+=          xorg-libs>=6.8.1
+BUILDLINK_RECOMMENDED.xorg-libs+=      xorg-libs>=6.8.2
 BUILDLINK_PKGSRCDIR.xorg-libs?=                ../../x11/xorg-libs
 BUILDLINK_TRANSFORM.xorg-libs+=        -e "s|/${X11ROOT_PREFIX}/|/|"
 



Home | Main Index | Thread Index | Old Index