pkgsrc-Bugs archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
pkg/32574: spelling error of dependency for sysutils/mklivecd
>Number: 32574
>Category: pkg
>Synopsis: sysutils/mklivecd does not build due to spelling error in
>Makefile
>Confidential: no
>Severity: serious
>Priority: medium
>Responsible: pkg-manager
>State: open
>Class: sw-bug
>Submitter-Id: net
>Arrival-Date: Thu Jan 19 17:50:00 +0000 2006
>Originator: Per Amund Amundsen
>Release: NetBSD 3.0_STABLE
>Organization:
--
Per Amund Amundsen per-am%ux.uis.no@localhost
Department of Mathematics and Natural Science per.a.amundsen%uis.no@localhost
University of Stavanger Tlf: (+47) 51 83 18 77
N-4036 Stavanger Fax: (+47) 51 83 17 50
>Environment:
System: NetBSD bsd-amundsen 3.0_STABLE NetBSD 3.0_STABLE (BSDA4) #1: Fri Jan 13
17:49:27 CET 2006 root@bsd-amundsen:/usr/src/sys/arch/i386/compile/BSDA4 i386
Architecture: i386
Machine: i386
>Description:
> There is a trivial spelling error in a DEPENDS-line in
> sysutils/mklivecd/Makefile (cdcrtools should read cdrtools)
> ^
>How-To-Repeat:
> Install cdrtools
> cd pkgsrc/sysutils/mklivecd
> make
> ---> Watch the computer try to install cdrtools once more
>Fix:
Apply the following patch
--- pkgsrc/sysutils/mklivecd/Makefile.orig 2006-01-19 18:28:33.000000000
+0100
+++ pkgsrc/sysutils/mklivecd/Makefile 2006-01-19 18:24:35.000000000 +0100
@@ -8,7 +8,7 @@
MAINTAINER= xtraeme%NetBSD.org@localhost
COMMENT= Make your own NetBSD/i386 Live CD-ROM/DVD-ROM
-DEPENDS+= {cdcrtools,cdrtools-ossdvd}-[0-9]*:../../sysutils/cdrtools
+DEPENDS+= {cdrtools,cdrtools-ossdvd}-[0-9]*:../../sysutils/cdrtools
DEPENDS+= grub>=0.97:../../sysutils/grub
PKG_INSTALLATION_TYPES= overwrite pkgviews
>Unformatted:
Home |
Main Index |
Thread Index |
Old Index