Subject: pkg/35504: [lang/sun-jre14] Makefile.common is wrong
To: None <pkg-manager@netbsd.org, gnats-admin@netbsd.org,>
From: Ryo HAYASAKA <ryoh@jaist.ac.jp>
List: pkgsrc-bugs
Date: 01/28/2007 10:30:00
>Number:         35504
>Category:       pkg
>Synopsis:       [lang/sun-jre14] Makefile.common is wrong
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sun Jan 28 10:30:00 +0000 2007
>Originator:     Ryo HAYASAKA
>Release:        NetBSD 4.99.9, pkgsrc-current
>Organization:
Japan Advanced Institute of Science and Technology (JAIST)
>Environment:
System: NetBSD bonnie.jaist.ac.jp 4.99.9 NetBSD 4.99.9 (BONNIE.MPACPI) #54: Thu Jan 25 10:10:43 JST 2007 ryoh@bonnie.jaist.ac.jp:/sys/arch/i386/compile/BONNIE.MPACPI i386
Architecture: i386
Machine: i386
>Description:
Makefile.common is wrong.

$ make
make: "../../lang/sun-jre14/../../lang/sun-jre14/Makefile.common" line 65: Unassociated shell command ""Under 'Other Downloads' / 'Java Cryptography Extension'"         "click 'Download' and choose the .zip file.""
make: "../../lang/sun-jre14/../../lang/sun-jre14/Makefile.common" line 65: Unassociated shell command ""Under 'Other Downloads' / 'Java Cryptography Extension'"         "click 'Download' and choose the .zip file.""
make: Fatal errors encountered -- cannot continue

make: stopped in /usr/pkgsrc/lang/sun-jre14
	
>How-To-Repeat:
make
	
>Fix:
Index: Makefile.common
===================================================================
RCS file: /usr/cvsup/pkgsrc/lang/sun-jre14/Makefile.common,v
retrieving revision 1.33
diff -d -p -u -r1.33 Makefile.common
--- Makefile.common     18 Oct 2006 12:53:54 -0000      1.33
+++ Makefile.common     26 Jan 2007 13:07:15 -0000
@@ -60,7 +60,7 @@ END_MESSAGE=                                                          \
        ""                                                              \
        "The file jce_policy-1_4_2.zip must be fetched into:"           \
        "    ${DISTDIR}/jce_policy-1_4_2.zip"                           \
-       ""
+       ""                                                              \
        "Under 'Other Downloads' / 'Java Cryptography Extension'"       \
        "click 'Download' and choose the .zip file."
 .endif