pkgsrc-Bugs archive

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

pkg/29768: netbsd32_compat16 installation fix for NetBSD 3.x



>Number:         29768
>Category:       pkg
>Synopsis:       netbsd32_compat16 installation fix for NetBSD 3.x
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Wed Mar 23 10:54:00 +0000 2005
>Originator:     Nicolas Joly
>Release:        NetBSD 3.99.1
>Organization:
Institut Pasteur, Paris.
>Environment:
System: NetBSD lanfeust.sis.pasteur.fr 3.99.1 NetBSD 3.99.1 (GENERIC.MP) #7: 
Mon Mar 21 20:32:32 CET 2005 
njoly%hal.sis.pasteur.fr@localhost:/local/src/NetBSD/obj/amd64/sys/arch/amd64/compile/GENERIC.MP
 amd64
Architecture: x86_64
Machine: amd64
>Description:
netbsd32_compat16 installation is currently limited to
NetBSD-2*-{sparc64,x86_64}, but -current has recently switched to 3.99.1
which prevent installation (netbsd-3 branch will be affected as well).
>How-To-Repeat:
cd emulators/netbsd32_compat16 && make install
>Fix:
Index: emulators/netbsd32_compat16/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/emulators/netbsd32_compat16/Makefile,v
retrieving revision 1.9
diff -u -r1.9 Makefile
--- emulators/netbsd32_compat16/Makefile        21 Feb 2005 21:18:28 -0000      
1.9
+++ emulators/netbsd32_compat16/Makefile        23 Mar 2005 10:42:32 -0000
@@ -26,8 +26,8 @@
 
 CONFLICTS=             netbsd32_compat15-[0-9]*
 
-ONLY_FOR_PLATFORM=     NetBSD-2*-sparc64
-ONLY_FOR_PLATFORM+=    NetBSD-2*-x86_64
+ONLY_FOR_PLATFORM=     NetBSD-[23]*-sparc64
+ONLY_FOR_PLATFORM+=    NetBSD-[23]*-x86_64
 
 NO_MTREE=              # defined
 NO_BUILD=              # defined




Home | Main Index | Thread Index | Old Index