pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/meta-pkgs/XFree86 Mark XFree86 packages ONLY_FOR_PLATF...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/5dae4a3c2286
branches:  trunk
changeset: 467879:5dae4a3c2286
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Sat Feb 07 18:47:07 2004 +0000

description:
Mark XFree86 packages ONLY_FOR_PLATFORM= FreeBSD-*-i386 Linux-*-i386.
They were not built for NetBSD, so if you want to install XFree86, use
the original method (xsrc or build.sh).

diffstat:

 meta-pkgs/XFree86/Makefile.common |  4 +++-
 1 files changed, 3 insertions(+), 1 deletions(-)

diffs (18 lines):

diff -r 73b48508fc97 -r 5dae4a3c2286 meta-pkgs/XFree86/Makefile.common
--- a/meta-pkgs/XFree86/Makefile.common Sat Feb 07 17:50:54 2004 +0000
+++ b/meta-pkgs/XFree86/Makefile.common Sat Feb 07 18:47:07 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.3 2004/02/02 14:08:28 xtraeme Exp $
+# $NetBSD: Makefile.common,v 1.4 2004/02/07 18:47:07 xtraeme Exp $
 #
 # XBUILD_DIRS is the group of directories under ${WRKSRC} that will 
 #   be built in.
@@ -28,6 +28,8 @@
 USE_X11_LINKS= NO
 X11ROOT=       ${X11PREFIX}/X11R6
 
+ONLY_FOR_PLATFORM=     FreeBSD-*-i386 Linux-*-i386
+
 MASTER_SITE_XFREE+=    \
        ftp://archive.progeny.com/XFree86/${XF_VER}/source/ \
        http://ftp.mirrorcentral.com/pub/XFree86/${XF_VER}/source/ \



Home | Main Index | Thread Index | Old Index