summaryrefslogtreecommitdiff
path: root/sysutils/cdrdao
diff options
context:
space:
mode:
authoradrianp <adrianp@pkgsrc.org>2005-06-15 21:45:12 +0000
committeradrianp <adrianp@pkgsrc.org>2005-06-15 21:45:12 +0000
commit1cee4b8d0e58bee5693b3c4dc02393cbe52d2aed (patch)
tree132b614ed215d0d94620d7216edd5ae7d6cf64a4 /sysutils/cdrdao
parent7c5353f0997c5385264f1e5ff98a22afcdab3404 (diff)
downloadpkgsrc-1cee4b8d0e58bee5693b3c4dc02393cbe52d2aed.tar.gz
- Fix writing for cdrdao
- Reported by Mathieu in PR# 30438, thanks for the PR and the patch. - Bump to nb2
Diffstat (limited to 'sysutils/cdrdao')
-rw-r--r--sysutils/cdrdao/Makefile.common4
-rw-r--r--sysutils/cdrdao/patches/patch-ak12
2 files changed, 14 insertions, 2 deletions
diff --git a/sysutils/cdrdao/Makefile.common b/sysutils/cdrdao/Makefile.common
index 00f5e82d6e6..bc683a6f68f 100644
--- a/sysutils/cdrdao/Makefile.common
+++ b/sysutils/cdrdao/Makefile.common
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile.common,v 1.1 2005/06/04 19:05:38 adrianp Exp $
+# $NetBSD: Makefile.common,v 1.2 2005/06/15 21:45:13 adrianp Exp $
DISTNAME= cdrdao-${CDRDAO_VER}
-PKGREVISION= 1
+PKGREVISION= 2
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cdrdao/}
diff --git a/sysutils/cdrdao/patches/patch-ak b/sysutils/cdrdao/patches/patch-ak
new file mode 100644
index 00000000000..6d698ceb7bc
--- /dev/null
+++ b/sysutils/cdrdao/patches/patch-ak
@@ -0,0 +1,12 @@
+$NetBSD: patch-ak,v 1.1 2005/06/15 21:45:12 adrianp Exp $
+
+--- trackdb/Track.cc.orig 2005-06-06 22:37:22.000000000 +0100
++++ trackdb/Track.cc
+@@ -596,6 +596,7 @@ bool Track::resolveFilename(const char*
+ }
+ }
+ }
++ return true;
+ }
+
+ // Locates 'SubTrack' that contains specified sample.