pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/emulators wine-devel is only for i386/x86_64. Both don...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/4123e8478d7a
branches:  trunk
changeset: 569029:4123e8478d7a
user:      joerg <joerg%pkgsrc.org@localhost>
date:      Mon Jan 04 15:30:08 2010 +0000

description:
wine-devel is only for i386/x86_64. Both don't work on NetBSD though.

diffstat:

 emulators/wine-devel/Makefile |  6 +++++-
 emulators/wine/Makefile       |  4 +++-
 2 files changed, 8 insertions(+), 2 deletions(-)

diffs (38 lines):

diff -r b8b25e15d45b -r 4123e8478d7a emulators/wine-devel/Makefile
--- a/emulators/wine-devel/Makefile     Mon Jan 04 15:24:03 2010 +0000
+++ b/emulators/wine-devel/Makefile     Mon Jan 04 15:30:08 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.15 2009/12/29 13:46:43 mishka Exp $
+# $NetBSD: Makefile,v 1.16 2010/01/04 15:30:09 joerg Exp $
 
 DISTNAME=      wine-1.1.16
 PKGREVISION=   2
@@ -17,6 +17,10 @@
 #ONLY_FOR_PLATFORM+=   FreeBSD-*-i386 Linux-*-i386 SunOS-*-i386 Darwin-*-i386
 #ONLY_FOR_PLATFORM+=   *-*-x86_64
 
+ONLY_FOR_PLATFORM+=    *-*-i386 *-*-x86_64
+
+NOT_FOR_PLATFORM+=     NetBSD-*-x86_64
+
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 USE_LANGUAGES=         c
diff -r b8b25e15d45b -r 4123e8478d7a emulators/wine/Makefile
--- a/emulators/wine/Makefile   Mon Jan 04 15:24:03 2010 +0000
+++ b/emulators/wine/Makefile   Mon Jan 04 15:30:08 2010 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.153 2009/08/26 19:56:41 sno Exp $
+# $NetBSD: Makefile,v 1.154 2010/01/04 15:30:08 joerg Exp $
 
 DISTNAME=      wine-1.0.1
 PKGREVISION=   3
@@ -17,6 +17,8 @@
 ONLY_FOR_PLATFORM+=    FreeBSD-*-i386 Linux-*-i386 SunOS-*-i386 Darwin-*-i386
 ONLY_FOR_PLATFORM+=    *-*-x86_64
 
+NOT_FOR_PLATFORM+=     NetBSD-*-x86_64
+
 PKG_DESTDIR_SUPPORT=   user-destdir
 
 USE_LANGUAGES=         c



Home | Main Index | Thread Index | Old Index