summaryrefslogtreecommitdiff
path: root/sysutils/ddrescue/Makefile
diff options
context:
space:
mode:
authorgdt <gdt>2012-05-22 23:41:04 +0000
committergdt <gdt>2012-05-22 23:41:04 +0000
commitd50ca481b85fab28aef2ab068091dd11ccd9ea7a (patch)
tree42ed9f244feabd126f5c74db452a2d91d6793ee3 /sysutils/ddrescue/Makefile
parenta1e0e295efbecf1c1cee183ab069395dc9da1263 (diff)
downloadpkgsrc-d50ca481b85fab28aef2ab068091dd11ccd9ea7a.tar.gz
Update to 1.15 (not really tested), on the theory that there's no
reason to run old upstream code. Changes in version 1.15: The new option "-a, --min-read-rate" has been added. The new option "-I, --verify-input-size" has been added. The new option "-x, --extend-outfile" has been added. Ddrescue now verifies that infile, outfile and logfile are all different. Non-tried blocks are now read aligned to cluster-size sectors. The "split or skip" algorithm of the split pass has been improved. A spurious warning about "-D" being ignored in fill mode has been removed. Ddrescuelog, a tool for manipulation, display, conversion, comparison and testing of ddrescue logfiles, has been added.
Diffstat (limited to 'sysutils/ddrescue/Makefile')
-rw-r--r--sysutils/ddrescue/Makefile5
1 files changed, 3 insertions, 2 deletions
diff --git a/sysutils/ddrescue/Makefile b/sysutils/ddrescue/Makefile
index a5519d51f6c..3688bbd0191 100644
--- a/sysutils/ddrescue/Makefile
+++ b/sysutils/ddrescue/Makefile
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2010/02/25 20:21:44 wiz Exp $
+# $NetBSD: Makefile,v 1.4 2012/05/22 23:41:04 gdt Exp $
-DISTNAME= ddrescue-1.11
+DISTNAME= ddrescue-1.15
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_GNU:=ddrescue/}
@@ -13,6 +13,7 @@ PKG_DESTDIR_SUPPORT= user-destdir
HAS_CONFIGURE= YES
USE_LANGUAGES= c++
+USE_TOOLS+= gmake
INFO_FILES= YES
CONFIGURE_ARGS+= CC=${CC:Q} CXX=${CXX:Q} CPPFLAGS=${CPPFLAGS:Q}