pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc Use BROKEN_ON_PLATFORM with LP64PLATFORMS.



details:   https://anonhg.NetBSD.org/pkgsrc/rev/1d6c00a6798a
branches:  trunk
changeset: 643909:1d6c00a6798a
user:      dholland <dholland%pkgsrc.org@localhost>
date:      Thu Jan 01 11:12:26 2015 +0000

description:
Use BROKEN_ON_PLATFORM with LP64PLATFORMS.

diffstat:

 parallel/gridscheduler/Makefile |  4 ++--
 wm/amiwm/Makefile               |  4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diffs (36 lines):

diff -r dc551c05f611 -r 1d6c00a6798a parallel/gridscheduler/Makefile
--- a/parallel/gridscheduler/Makefile   Thu Jan 01 11:10:15 2015 +0000
+++ b/parallel/gridscheduler/Makefile   Thu Jan 01 11:12:26 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.14 2014/05/29 23:37:14 wiz Exp $
+# $NetBSD: Makefile,v 1.15 2015/01/01 11:12:26 dholland Exp $
 
 PKGNAME=       gridscheduler-2011.11
 DISTNAME=      GE2011.11
@@ -13,7 +13,7 @@
 BUILD_DEPENDS+=        {standalone-tcsh,tcsh}-[0-9]*:../../shells/tcsh
 
 # Not 64-bit clean; crashes during build.
-NOT_FOR_PLATFORM=      ${LP64PLATFORMS}
+BROKEN_ON_PLATFORM=    ${LP64PLATFORMS}
 
 GNU_CONFIGURE= yes
 USE_TOOLS+=    gmake perl:run
diff -r dc551c05f611 -r 1d6c00a6798a wm/amiwm/Makefile
--- a/wm/amiwm/Makefile Thu Jan 01 11:10:15 2015 +0000
+++ b/wm/amiwm/Makefile Thu Jan 01 11:12:26 2015 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.29 2013/11/09 06:10:48 dholland Exp $
+# $NetBSD: Makefile,v 1.30 2015/01/01 11:16:09 dholland Exp $
 #
 
 DISTNAME=      amiwm0.20pl48
@@ -18,7 +18,7 @@
 NO_BIN_ON_CDROM=       ${RESTRICTED}
 
 # Extensive use of 32-bit values to hold pointers
-NOT_FOR_PLATFORM+=     ${LP64PLATFORMS}
+BROKEN_ON_PLATFORM+=   ${LP64PLATFORMS}
 
 USE_TOOLS+=    ksh:run yacc lex
 REPLACE_KSH=   Xsession.in Xsession2.in



Home | Main Index | Thread Index | Old Index