Date: Sun, 24 Jun 2018 15:55:53 +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: r473205 - in head/sysutils/dc3dd: . files Message-ID: <201806241555.w5OFtrqh015304@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: nobutaka Date: Sun Jun 24 15:55:52 2018 New Revision: 473205 URL: https://svnweb.freebsd.org/changeset/ports/473205 Log: - Update to 7.2.646. - Regenerate patches with make makepatch. Modified: head/sysutils/dc3dd/Makefile head/sysutils/dc3dd/distinfo head/sysutils/dc3dd/files/patch-lib_Makefile.in head/sysutils/dc3dd/files/patch-src_dc3dd.c Modified: head/sysutils/dc3dd/Makefile ============================================================================== --- head/sysutils/dc3dd/Makefile Sun Jun 24 15:55:46 2018 (r473204) +++ head/sysutils/dc3dd/Makefile Sun Jun 24 15:55:52 2018 (r473205) @@ -2,10 +2,9 @@ # $FreeBSD$ PORTNAME= dc3dd -PORTVERSION= 7.2.641 -PORTREVISION= 1 +PORTVERSION= 7.2.646 CATEGORIES= sysutils -MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/7.2 +MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTVERSION}/${PORTNAME}%20${PORTVERSION} MAINTAINER= nobutaka@FreeBSD.org COMMENT= dd program useful for computer forensics @@ -16,7 +15,7 @@ LICENSE_FILE= ${WRKSRC}/COPYING BROKEN_armv6= fails to compile: bit-field 'verify_error_if_negative_size__' has negative width BROKEN_armv7= fails to compile: bit-field 'verify_error_if_negative_size__' has negative width -USES= gettext iconv gmake tar:bzip2 +USES= gettext iconv gmake zip GNU_CONFIGURE= yes CPPFLAGS+= -I${LOCALBASE}/include LIBS+= -L${LOCALBASE}/lib @@ -31,5 +30,8 @@ PLIST_SUB+= NLS="" CONFIGURE_ARGS= --disable-nls PLIST_SUB+= NLS="@comment " .endif + +pre-configure: + ${CHMOD} +x ${WRKSRC}/configure .include <bsd.port.mk> Modified: head/sysutils/dc3dd/distinfo ============================================================================== --- head/sysutils/dc3dd/distinfo Sun Jun 24 15:55:46 2018 (r473204) +++ head/sysutils/dc3dd/distinfo Sun Jun 24 15:55:52 2018 (r473205) @@ -1,2 +1,3 @@ -SHA256 (dc3dd-7.2.641.tar.bz2) = b6141ab8a51f1edc0c594616da7407a335248244d500be883349cb355a2e426a -SIZE (dc3dd-7.2.641.tar.bz2) = 2917810 +TIMESTAMP = 1529848598 +SHA256 (dc3dd-7.2.646.zip) = c4e325e5cbdae49e3855b0849ea62fed17d553428724745cea53fe6d91fd2b7f +SIZE (dc3dd-7.2.646.zip) = 5066316 Modified: head/sysutils/dc3dd/files/patch-lib_Makefile.in ============================================================================== --- head/sysutils/dc3dd/files/patch-lib_Makefile.in Sun Jun 24 15:55:46 2018 (r473204) +++ head/sysutils/dc3dd/files/patch-lib_Makefile.in Sun Jun 24 15:55:52 2018 (r473205) @@ -1,6 +1,6 @@ ---- lib/Makefile.in.orig 2011-02-14 00:45:49.000000000 +0900 -+++ lib/Makefile.in 2011-02-14 00:50:19.000000000 +0900 -@@ -1629,18 +1629,6 @@ +--- lib/Makefile.in.orig 2012-11-06 03:52:20 UTC ++++ lib/Makefile.in +@@ -1629,18 +1629,6 @@ inttypes.h: inttypes.in.h all-local: charset.alias ref-add.sed ref-del.sed install-exec-local: all-local Modified: head/sysutils/dc3dd/files/patch-src_dc3dd.c ============================================================================== --- head/sysutils/dc3dd/files/patch-src_dc3dd.c Sun Jun 24 15:55:46 2018 (r473204) +++ head/sysutils/dc3dd/files/patch-src_dc3dd.c Sun Jun 24 15:55:52 2018 (r473205) @@ -1,15 +1,15 @@ ---- src/dc3dd.c.orig 2011-02-14 00:17:13.000000000 +0900 -+++ src/dc3dd.c 2011-02-14 00:22:11.000000000 +0900 +--- src/dc3dd.c.orig 2012-12-02 23:29:48 UTC ++++ src/dc3dd.c @@ -45,7 +45,7 @@ - #include <linux/types.h> - #include "hdparm/hpa_dco.h" + #include <linux/types.h> + #include "hdparm/hpa_dco.h" #endif -#elif defined (__APPLE__) +#elif defined (__APPLE__) || defined (__FreeBSD__) #include <sys/disk.h> #include <sys/ioctl.h> #elif defined (__CYGWIN__) -@@ -2325,6 +2325,56 @@ +@@ -2501,6 +2501,56 @@ get_file_stats(file_t* file) } }
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201806241555.w5OFtrqh015304>