Date: Sat, 26 Jan 2013 18:03:43 +0000 (UTC) From: MANTANI Nobutaka <nobutaka@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r311038 - in head/sysutils/dd_rescue: . files Message-ID: <201301261803.r0QI3hY1097704@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nobutaka Date: Sat Jan 26 18:03:42 2013 New Revision: 311038 URL: http://svnweb.freebsd.org/changeset/ports/311038 Log: Update to 1.30. Added: head/sysutils/dd_rescue/files/patch-frandom.c (contents, props changed) Deleted: head/sysutils/dd_rescue/files/patch-dd_rescue.c Modified: head/sysutils/dd_rescue/Makefile (contents, props changed) head/sysutils/dd_rescue/distinfo (contents, props changed) head/sysutils/dd_rescue/files/patch-Makefile (contents, props changed) Modified: head/sysutils/dd_rescue/Makefile ============================================================================== --- head/sysutils/dd_rescue/Makefile Sat Jan 26 17:47:31 2013 (r311037) +++ head/sysutils/dd_rescue/Makefile Sat Jan 26 18:03:42 2013 (r311038) @@ -6,7 +6,7 @@ # PORTNAME= dd_rescue -PORTVERSION= 1.28 +PORTVERSION= 1.30 CATEGORIES= sysutils MASTER_SITES= http://www.garloff.de/kurt/linux/ddrescue/ @@ -16,6 +16,8 @@ COMMENT= A dd tool suitable for rescuing LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/COPYING +USE_GMAKE= yes + WRKSRC= ${WRKDIR}/${PORTNAME} ALL_TARGET= default Modified: head/sysutils/dd_rescue/distinfo ============================================================================== --- head/sysutils/dd_rescue/distinfo Sat Jan 26 17:47:31 2013 (r311037) +++ head/sysutils/dd_rescue/distinfo Sat Jan 26 18:03:42 2013 (r311038) @@ -1,2 +1,2 @@ -SHA256 (dd_rescue-1.28.tar.gz) = 4adcc368a1d4ad62577eaf8609809be1678335d54ef565a5a0fa6e1210489f03 -SIZE (dd_rescue-1.28.tar.gz) = 22093 +SHA256 (dd_rescue-1.30.tar.gz) = f4e59c5e669b758c7063bd69dc86f18d380ee3d3551f3da23a2b2a24da4bfa3b +SIZE (dd_rescue-1.30.tar.gz) = 25253 Modified: head/sysutils/dd_rescue/files/patch-Makefile ============================================================================== --- head/sysutils/dd_rescue/files/patch-Makefile Sat Jan 26 17:47:31 2013 (r311037) +++ head/sysutils/dd_rescue/files/patch-Makefile Sat Jan 26 18:03:42 2013 (r311038) @@ -1,16 +1,17 @@ ---- Makefile.orig 2012-01-22 22:48:54.000000000 +0900 -+++ Makefile 2012-02-12 23:57:39.000000000 +0900 -@@ -6,9 +6,6 @@ +--- Makefile.orig 2013-01-25 15:02:54.000000000 +0900 ++++ Makefile 2013-01-27 02:37:02.000000000 +0900 +@@ -6,10 +6,6 @@ DESTDIR = -CC = gcc -RPM_OPT_FLAGS = -Os -Wall -g -CFLAGS = $(RPM_OPT_FLAGS) $(EXTRA_CFLAGS) +-CFLAGS_OPT = $(CFLAGS) -O3 INSTALL = install INSTALLFLAGS = -s prefix = $(DESTDIR)/usr -@@ -25,12 +22,6 @@ +@@ -26,12 +22,6 @@ DEFINES = -DVERSION=\"$(VERSION)\" -D__COMPILER__="\"$(COMPILER)\"" OUT = -o $@ @@ -22,13 +23,4 @@ - default: $(TARGETS) - libfalloc: dd_rescue.c -@@ -43,7 +34,7 @@ - $(CC) $(CFLAGS) -DHAVE_FALLOCATE=1 $(DEFINES) $< -o dd_rescue - - dd_rescue: dd_rescue.c -- $(CC) $(CFLAGS) $(DEFINES) $< $(OUT) -+ $(CC) $(CFLAGS) $(DEFINES) $(LIBS) $< $(OUT) - - strip: dd_rescue - strip -S $< + frandom.o: frandom.c Added: head/sysutils/dd_rescue/files/patch-frandom.c ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/sysutils/dd_rescue/files/patch-frandom.c Sat Jan 26 18:03:42 2013 (r311038) @@ -0,0 +1,11 @@ +--- frandom.c.orig 2013-01-27 02:43:19.000000000 +0900 ++++ frandom.c 2013-01-27 02:43:29.000000000 +0900 +@@ -16,7 +16,7 @@ + #include <stdlib.h> + #include <stdio.h> + #include <string.h> +-#include <asm/errno.h> ++#include <sys/errno.h> + #include <unistd.h> + #include <time.h> +
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201301261803.r0QI3hY1097704>