Hi, This diff updates ddrescue to the latest release 1.16.
Comments ? OK ? Cheers, benoit
Index: Makefile =================================================================== RCS file: /cvs/ports/sysutils/ddrescue/Makefile,v retrieving revision 1.7 diff -u -r1.7 Makefile --- Makefile 11 Mar 2013 11:41:29 -0000 1.7 +++ Makefile 12 Mar 2013 08:35:43 -0000 @@ -2,7 +2,7 @@ COMMENT = data recovery tool -DISTNAME = ddrescue-1.15 +DISTNAME = ddrescue-1.16 CATEGORIES = sysutils Index: distinfo =================================================================== RCS file: /cvs/ports/sysutils/ddrescue/distinfo,v retrieving revision 1.3 diff -u -r1.3 distinfo --- distinfo 14 May 2012 09:56:13 -0000 1.3 +++ distinfo 12 Mar 2013 08:35:43 -0000 @@ -1,5 +1,2 @@ -MD5 (ddrescue-1.15.tar.gz) = a0RfYkYHSn+gLzslmQMQlg== -RMD160 (ddrescue-1.15.tar.gz) = sli74V76MPUmtBJx9hwS/vnzd4M= -SHA1 (ddrescue-1.15.tar.gz) = cEatxKSxB2t7XS0MmH4WCNa2dIY= -SHA256 (ddrescue-1.15.tar.gz) = deATYgBbpbWaJ17dnQEiKbQ+C1ZTPCq7idQKRNfsLXg= -SIZE (ddrescue-1.15.tar.gz) = 99082 +SHA256 (ddrescue-1.16.tar.gz) = drPy5fsDBtJPJjLD4WjMy3PcCjSOOnCJzZIwdI/yPeY= +SIZE (ddrescue-1.16.tar.gz) = 104691 Index: patches/patch-Makefile_in =================================================================== RCS file: /cvs/ports/sysutils/ddrescue/patches/patch-Makefile_in,v retrieving revision 1.1 diff -u -r1.1 patch-Makefile_in --- patches/patch-Makefile_in 14 May 2012 09:56:13 -0000 1.1 +++ patches/patch-Makefile_in 12 Mar 2013 08:35:43 -0000 @@ -1,24 +0,0 @@ -$OpenBSD: patch-Makefile_in,v 1.1 2012/05/14 09:56:13 pascal Exp $ ---- Makefile.in.orig Mon May 14 01:49:55 2012 -+++ Makefile.in Mon May 14 01:50:49 2012 -@@ -18,16 +18,16 @@ logobjs = arg_parser.o block.o logbook.o ddrescuelog.o - all : $(progname) ddrescuelog - - $(progname) : $(objs) -- $(CXX) $(LDFLAGS) -o $@ $^ -+ $(CXX) $(LDFLAGS) -o $@ $(objs) - - $(progname)_profiled : $(objs) -- $(CXX) $(LDFLAGS) -pg -o $@ $^ -+ $(CXX) $(LDFLAGS) -pg -o $@ $(objs) - - ddrescuelog : $(logobjs) -- $(CXX) $(LDFLAGS) -o $@ $^ -+ $(CXX) $(LDFLAGS) -o $@ $(logobjs) - - static_$(progname) : $(objs) -- $(CXX) $(LDFLAGS) -static -o $@ $^ -+ $(CXX) $(LDFLAGS) -static -o $@ $(objs) - - main.o : main.cc - $(CXX) $(CPPFLAGS) $(CXXFLAGS) -DPROGVERSION=\"$(pkgversion)\" -c -o $@ $< Index: patches/patch-configure =================================================================== RCS file: /cvs/ports/sysutils/ddrescue/patches/patch-configure,v retrieving revision 1.3 diff -u -r1.3 patch-configure --- patches/patch-configure 14 May 2012 09:56:13 -0000 1.3 +++ patches/patch-configure 12 Mar 2013 08:35:43 -0000 @@ -1,10 +1,10 @@ -$OpenBSD: patch-configure,v 1.3 2012/05/14 09:56:13 pascal Exp $ ---- configure.orig Sun Jan 1 18:25:27 2012 -+++ configure Mon May 14 01:47:09 2012 -@@ -24,10 +24,6 @@ datadir='$(prefix)/share' - infodir='$(datadir)/info' - mandir='$(datadir)/man' - sysconfdir='$(prefix)/etc' +$OpenBSD$ +--- configure.orig Mon Jun 11 19:23:17 2012 ++++ configure Tue Mar 12 09:31:52 2013 +@@ -23,10 +23,6 @@ + datarootdir='$(prefix)/share' + infodir='$(datarootdir)/info' + mandir='$(datarootdir)/man' -CXX= -CPPFLAGS= -CXXFLAGS='-Wall -W -O2'
