pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/xservers Mention that one needs NetBSD 2.0 X11 sou...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/19d6ba518a86
branches:  trunk
changeset: 487043:19d6ba518a86
user:      tron <tron%pkgsrc.org@localhost>
date:      Fri Jan 07 18:55:16 2005 +0000

description:
Mention that one needs NetBSD 2.0 X11 sources now that XFree86 3.3.6
has been EOLed.

diffstat:

 x11/xservers/Makefile |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (25 lines):

diff -r 4e22b6697926 -r 19d6ba518a86 x11/xservers/Makefile
--- a/x11/xservers/Makefile     Fri Jan 07 16:57:36 2005 +0000
+++ b/x11/xservers/Makefile     Fri Jan 07 18:55:16 2005 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2004/12/03 15:15:13 wiz Exp $#
+# $NetBSD: Makefile,v 1.16 2005/01/07 18:55:16 tron Exp $#
 
 DISTNAME=      xservers-3.3.6.3
 CATEGORIES=    x11
@@ -35,12 +35,12 @@
 do-fetch:
 .if defined(BSDXSRCDIR)
 .if !exists(${BSDXSRCDIR}/xc/config/cf/NetBSD.cf)
-       @${ECHO_MSG} "Cannot find NetBSD's X11 sources in ${BSDXSRCDIR}."
+       @${ECHO_MSG} "Cannot find NetBSD 2.0 (or older) X11 sources in ${BSDXSRCDIR}."
        @${FALSE}
 .endif
 .else
-       @${ECHO_MSG} "Please set BSDXSRCDIR in /etc/mk.conf, pointing it"
-       @${ECHO_MSG} "to a directory that contains NetBSD's X11 sources."
+       @${ECHO_MSG} "Please set BSDXSRCDIR in /etc/mk.conf, pointing it to a"
+       @${ECHO_MSG} "directory that contains NetBSD 2.0 (or older) X11 sources."
        @${FALSE}
 .endif
 



Home | Main Index | Thread Index | Old Index