pkgsrc-Bugs archive

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

Re: pkg/48695 (cross/binutils-mips-current fails configuring in "opcodes" subdirectory)



The following reply was made to PR pkg/48695; it has been noted by GNATS.

From: "OBATA Akio" <obata%lins.jp@localhost>
To: gnats-bugs%netbsd.org@localhost
Cc: 
Subject: Re: pkg/48695 (cross/binutils-mips-current fails configuring in
 "opcodes" subdirectory)
Date: Tue, 01 Apr 2014 18:24:51 +0900

 On Tue, 01 Apr 2014 18:15:01 +0900, Martin Husemann 
<martin%duskware.de@localhost> wrote:
 
 >  It does matter: I think it is a /bin/sh bug that has been fixed lately,
 >  maybe we should force configure to use /bin/ksh on older NetBSD?
 
 as followings?
 
 Index: Makefile
 ===================================================================
 RCS file: /cvsroot/pkgsrc/cross/binutils-mips-current/Makefile,v
 retrieving revision 1.1
 diff -u -r1.1 Makefile
 --- Makefile    31 Mar 2014 09:46:57 -0000      1.1
 +++ Makefile    1 Apr 2014 09:23:07 -0000
 @@ -31,6 +31,11 @@
 
   BINDIR=                        ${PREFIX}/bin
 
 +.include "../../mk/bsd.prefs.mk"
 +.if !empty(MACHINE_PLATFORM:MNetBSD-[0-5].*-*)
 +CONFIG_SHELL=  /bin/ksh
 +.endif
 +
   # Prevent the need to run texi2pod.pl and pod2man hence
   # the need for perl as build dependency.
   post-patch:
 
 
 -- 
 OBATA Akio / obata%lins.jp@localhost
 


Home | Main Index | Thread Index | Old Index