pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
Re: pkg/41854 (devel/xulrunner PLIST problems (file-check test fails))
The following reply was made to PR pkg/41854; it has been noted by GNATS.
From: "OBATA Akio" <obache%netbsd.org@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc:
Subject: Re: pkg/41854 (devel/xulrunner PLIST problems (file-check test
fails))
Date: Mon, 10 Aug 2009 21:26:04 +0900
I can't test, but probably need following patch for arm and sparc:
Index: PLIST
===================================================================
RCS file: /cvsroot/pkgsrc/devel/xulrunner/PLIST,v
retrieving revision 1.9
diff -u -r1.9 PLIST
--- PLIST 9 Aug 2009 21:05:01 -0000 1.9
+++ PLIST 10 Aug 2009 12:21:00 -0000
@@ -460,7 +460,7 @@
${PLIST.jit}include/xulrunner/unstable/Fragmento.h
${PLIST.jit}include/xulrunner/unstable/LIR.h
${PLIST.jit}include/xulrunner/unstable/Native.h
-${PLIST.jit}include/xulrunner/unstable/Native${MACHINE_ARCH}.h
+${PLIST.jit}include/xulrunner/unstable/Native${NANOJIT_ARCH}.h
include/xulrunner/unstable/ProxyJNI.h
${PLIST.jit}include/xulrunner/unstable/RegAlloc.h
${PLIST.jit}include/xulrunner/unstable/TraceTreeDrawer.h
Index: options.mk
===================================================================
RCS file: /cvsroot/pkgsrc/devel/xulrunner/options.mk,v
retrieving revision 1.2
diff -u -r1.2 options.mk
--- options.mk 9 Aug 2009 21:05:02 -0000 1.2
+++ options.mk 10 Aug 2009 12:21:00 -0000
@@ -13,6 +13,9 @@
!empty(MACHINE_ARCH:Marm)
PKG_SUPPORTED_OPTIONS+= mozilla-jit
PKG_SUGGESTED_OPTIONS+= mozilla-jit
+NANOJIT_ARCH.i386= i386
+NANOJIT_ARCH.arm= ARM
+NANOJIT_ARCH.sparc= Sparc
.endif
.include "../../mk/bsd.options.mk"
@@ -31,6 +34,7 @@
.if !empty(PKG_OPTIONS:Mmozilla-jit)
PLIST.jit= yes
+PLIST_SUBST+= NANOJIT_ARCH=${NANOJIT_ARCH.${MACHINE_ARCH}}
CONFIGURE_ARGS+= --enable-jit
.else
CONFIGURE_ARGS+= --disable-jit
--
"Of course I love NetBSD":-)
OBATA Akio / obache%NetBSD.org@localhost
Home |
Main Index |
Thread Index |
Old Index