pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/x11/XFree86-libs Explain the modifications required to...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/a8ef66883934
branches:  trunk
changeset: 467549:a8ef66883934
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Mon Feb 02 17:59:12 2004 +0000

description:
Explain the modifications required to use the XFree86 packages from
pkgsrc correctly.

diffstat:

 x11/XFree86-libs/MESSAGE  |  13 +++++++++++++
 x11/XFree86-libs/Makefile |   5 ++---
 2 files changed, 15 insertions(+), 3 deletions(-)

diffs (36 lines):

diff -r 6e958c4a09f6 -r a8ef66883934 x11/XFree86-libs/MESSAGE
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/x11/XFree86-libs/MESSAGE  Mon Feb 02 17:59:12 2004 +0000
@@ -0,0 +1,13 @@
+==========================================================================
+$NetBSD: MESSAGE,v 1.1 2004/02/02 17:59:12 xtraeme Exp $
+
+Make sure you have defined X11BASE in /etc/mk.conf before try to install 
+pkgtools/x11-links. Then you can just add the following:
+
+       X11BASE=${X11PREFIX}/X11R6
+
+If you had previously installed x11-links, make sure you have modified 
+X11BASE and then reinstalled x11-links before building any X11 
+application.
+
+==========================================================================
diff -r 6e958c4a09f6 -r a8ef66883934 x11/XFree86-libs/Makefile
--- a/x11/XFree86-libs/Makefile Mon Feb 02 17:56:48 2004 +0000
+++ b/x11/XFree86-libs/Makefile Mon Feb 02 17:59:12 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.3 2004/02/02 14:15:27 xtraeme Exp $
+# $NetBSD: Makefile,v 1.4 2004/02/02 17:59:12 xtraeme Exp $
 
 DISTNAME=              ${DISTFILES}
 PKGNAME=               XFree86-libs-${XF_VER}
@@ -21,8 +21,7 @@
 
 .include "../../mk/bsd.prefs.mk"
 
-FILES_SUBST+=          PKGBASE=${PKGBASE}
-FILES_SUBST+=          X11ROOT=${X11ROOT}
+MESSAGE_SUBST+=                X11PREFIX=${X11PREFIX}
 
 .if ${OPSYS} == "NetBSD"
 PLIST_SUBST+=          MANPAGE_SUFFIX=${IMAKE_MANNEWSUFFIX}



Home | Main Index | Thread Index | Old Index