pkgsrc-Bugs archive

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

pkg/49311: Unbreak cross/avr-binutils



>Number:         49311
>Category:       pkg
>Synopsis:       Unbreak cross/avr-binutils
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Oct 25 01:15:00 +0000 2014
>Originator:     Sevan Janiyan
>Release:        pkgsrc-current
>Organization:
>Environment:
Darwin 8.11.0 Darwin Kernel Version 8.11.0: Wed Oct 10 18:26:00 PDT 2007; root:xnu-792.24.17~1/RELEASE_PPC Power Macintosh powerpc
>Description:
Forcing the config shell to be ksh prevents the symlinks to avr prefixed commands & man pages from being created. The line numbers referenced in the comment do not apply to the current version of binutils e.g line 2991 of Makefile is a blank line.
Attached patch removes this which unbreaks it on Mac OS X Tiger
>How-To-Repeat:

>Fix:
Index: Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/cross/avr-binutils/Makefile,v
retrieving revision 1.25
diff -u -r1.25 Makefile
--- Makefile	23 Oct 2014 10:25:11 -0000	1.25
+++ Makefile	25 Oct 2014 01:04:26 -0000
@@ -16,9 +16,6 @@
 GNU_CONFIGURE=		yes
 USE_PKGLOCALEDIR=	yes
 USE_GNU_CONFIGURE_HOST=	no
-# ./configure.lineno: 3239: Syntax error: Missing '}'
-# Makefile:2991: recipe for target 'configure-opcodes' failed
-CONFIG_SHELL=		ksh
 
 CONFIGURE_ARGS+=	--disable-werror --target=avr --disable-nls
 



Home | Main Index | Thread Index | Old Index