From owner-svn-ports-head@freebsd.org Sun Jun 24 15:55:56 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 177341003C8C; Sun, 24 Jun 2018 15:55:56 +0000 (UTC) (envelope-from nobutaka@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 0B35F8E273; Sun, 24 Jun 2018 15:55:54 +0000 (UTC) (envelope-from nobutaka@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 1C44820CDA; Sun, 24 Jun 2018 15:55:54 +0000 (UTC) (envelope-from nobutaka@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w5OFtrDj015308; Sun, 24 Jun 2018 15:55:53 GMT (envelope-from nobutaka@FreeBSD.org) Received: (from nobutaka@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w5OFtrqh015304; Sun, 24 Jun 2018 15:55:53 GMT (envelope-from nobutaka@FreeBSD.org) Message-Id: <201806241555.w5OFtrqh015304@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: nobutaka set sender to nobutaka@FreeBSD.org using -f From: MANTANI Nobutaka Date: Sun, 24 Jun 2018 15:55:53 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r473205 - in head/sysutils/dc3dd: . files X-SVN-Group: ports-head X-SVN-Commit-Author: nobutaka X-SVN-Commit-Paths: in head/sysutils/dc3dd: . files X-SVN-Commit-Revision: 473205 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jun 2018 15:55:56 -0000 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 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 - #include "hdparm/hpa_dco.h" + #include + #include "hdparm/hpa_dco.h" #endif -#elif defined (__APPLE__) +#elif defined (__APPLE__) || defined (__FreeBSD__) #include #include #elif defined (__CYGWIN__) -@@ -2325,6 +2325,56 @@ +@@ -2501,6 +2501,56 @@ get_file_stats(file_t* file) } }