pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/29680: cdbkup depends on gtar for 2.0 as well as 1.6[K-Z]
>Number: 29680
>Category: pkg
>Synopsis: cdbkup depends on gtar for 2.0 as well as 1.6[K-Z]
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Sat Mar 12 18:44:00 +0000 2005
>Originator: John Kohl
>Release: NetBSD 2.0
>Organization:
NetBSD Kernel Hackers `R` Us
>Environment:
System: NetBSD desktop.john.kohl.name 2.0 NetBSD 2.0 (KOLVIR-$Revision: 1.57 $)
#1: Mon Feb 21 13:58:26 EST 2005
jtk%kolvir.arlington.ma.us@localhost:/usr/users/jtk/sandbox/src/sys/arch/i386/compile/KOLVIR
i386
Architecture: i386
Machine: i386
>Description:
cdbkup requires real gnu tar, which isn't present in 2.0.
>How-To-Repeat:
build cdbkup, it fails to work if gtar is not already installed.
>Fix:
Index: pkgsrc/sysutils/cdbkup/Makefile
===================================================================
RCS file: /cvsroot/pkgsrc/sysutils/cdbkup/Makefile,v
retrieving revision 1.2
diff -c -r1.2 Makefile
*** Makefile 22 Dec 2002 22:24:56 -0000 1.2
--- Makefile 12 Mar 2005 18:42:07 -0000
***************
*** 14,20 ****
.include "../../mk/bsd.prefs.mk"
DEPENDS+= cdrecord>=1.10:../../sysutils/cdrecord
! .if ${OPSYS} == "NetBSD" && ${OS_VERSION:M1.6[K-Z]}
DEPENDS+= gtar-base>=1.13.25:../../archivers/gtar-base
.endif
--- 14,20 ----
.include "../../mk/bsd.prefs.mk"
DEPENDS+= cdrecord>=1.10:../../sysutils/cdrecord
! .if ${OPSYS} == "NetBSD" && (${OS_VERSION:M1.6[K-Z]*} || ${OS_VERSION:M2.*})
DEPENDS+= gtar-base>=1.13.25:../../archivers/gtar-base
.endif
>Unformatted:
Home |
Main Index |
Thread Index |
Old Index