pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/meta-pkgs/XFree86 Add OpenBSD-*-* to ONLY_FOR_PLATFORM...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/7614bfea11ed
branches:  trunk
changeset: 478283:7614bfea11ed
user:      xtraeme <xtraeme%pkgsrc.org@localhost>
date:      Tue Jul 20 22:23:25 2004 +0000

description:
Add OpenBSD-*-* to ONLY_FOR_PLATFORM, mark NetBSD/FreeBSD/Linux for any
arch too (I cannot test them, but it's best to enable it for future
testers).

Note that I'm working on adding OpenBSD support for these packages.

diffstat:

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

diffs (18 lines):

diff -r 19ec17da10aa -r 7614bfea11ed meta-pkgs/XFree86/Makefile.common
--- a/meta-pkgs/XFree86/Makefile.common Tue Jul 20 22:06:35 2004 +0000
+++ b/meta-pkgs/XFree86/Makefile.common Tue Jul 20 22:23:25 2004 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile.common,v 1.10 2004/05/07 15:25:13 cjep Exp $
+# $NetBSD: Makefile.common,v 1.11 2004/07/20 22:23:25 xtraeme Exp $
 #
 # XBUILD_DIRS is the group of directories under ${WRKSRC} that will 
 #   be built in.
@@ -143,7 +143,7 @@
 #
 # Any volunteer to test any platform not listed here? :)
 #
-ONLY_FOR_PLATFORM=     FreeBSD-*-i386 Linux-*-i386 NetBSD-*-i386 SunOS-*-*
+ONLY_FOR_PLATFORM=     FreeBSD-*-* Linux-*-* NetBSD-*-* OpenBSD-*-* SunOS-*-*
 
 MASTER_SITE_XFREE+=    \
        ftp://archive.progeny.com/XFree86/${XF_VER}/source/ \



Home | Main Index | Thread Index | Old Index