pkgsrc-Bugs archive

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

pkg/31439: Distributed.net client (misc/dnetc) has wrong version for NetBSD-powerpc



>Number:         31439
>Category:       pkg
>Synopsis:       pkgsrc/misc/dnetc need to update version for NetBSD-powerpc
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    pkg-manager
>State:          open
>Class:          sw-bug
>Submitter-Id:   net
>Arrival-Date:   Sat Oct 01 10:17:00 +0000 2005
>Originator:     Andreas Mollestad Nilsen
>Release:        NetBSD 2.0.2
>Organization:
        
>Environment:
        
        
System: NetBSD oib 2.0.2 NetBSD 2.0.2 (GENERIC) #0: Tue Mar 22 16:19:08 UTC 
2005 
jmc%faith.netbsd.org@localhost:/home/builds/ab/netbsd-2-0-2-RELEASE/macppc/200503220140Z-obj/home/builds/ab/netbsd-2-0-2-RELEASE/src/sys/arch/macppc/compile/GENERIC
 macppc
Architecture: powerpc
Machine: macppc
>Description:
        The distfiles for misc/dnetc for NetBSD/powerpc (and possibly other
        OS/ports too) have been updated.
        On my netbsd this gave me a problem when installing, as it uses the
        last 3 digits in the version-number to find the files to install
        (it extracts to work/dnetc???-netbsd-ppc where ??? is the last 3
        digits in the version-number).
        
>How-To-Repeat:
        # cd /usr/pkgsrc/misc/dnetc && make NO_CHECKSUM=yes install
        
>Fix:
        This is a diff -u of the Makefile-changes i made to make it work.
        It will need more changes to the other ports I think.
        See: http://www.distributed.net/download/clients.php for info on
        the latest versions for different OS/ports.

--- Makefile.orig       2005-10-01 12:04:37.000000000 +0200
+++ Makefile    2005-10-01 12:05:34.000000000 +0200
@@ -39,7 +39,7 @@
 DISTVER_NetBSD_arm32=          ${DISTVER_NetBSD_arm}
 DISTVER_NetBSD_i386=           9007.486
 DISTVER_NetBSD_mipsel=         9001.478
-DISTVER_NetBSD_powerpc=                9005.484
+DISTVER_NetBSD_powerpc=                9008.492
 DISTVER_NetBSD_sparc=          9001.478
 DISTVER_NetBSD_sparc64=                9004.482
 DISTVER_NetBSD_vax=            9003.480

>Unformatted:
        
        



Home | Main Index | Thread Index | Old Index