From owner-svn-ports-all@FreeBSD.ORG Sun Jun 15 13:12:21 2014 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id D88A054A; Sun, 15 Jun 2014 13:12:21 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id C6348298A; Sun, 15 Jun 2014 13:12:21 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s5FDCLcF037841; Sun, 15 Jun 2014 13:12:21 GMT (envelope-from antoine@svn.freebsd.org) Received: (from antoine@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s5FDCLCf037839; Sun, 15 Jun 2014 13:12:21 GMT (envelope-from antoine@svn.freebsd.org) Message-Id: <201406151312.s5FDCLCf037839@svn.freebsd.org> From: Antoine Brodin Date: Sun, 15 Jun 2014 13:12:21 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357880 - head/devel/libewf X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 15 Jun 2014 13:12:21 -0000 Author: antoine Date: Sun Jun 15 13:12:21 2014 New Revision: 357880 URL: http://svnweb.freebsd.org/changeset/ports/357880 QAT: https://qat.redports.org/buildarchive/r357880/ Log: Update to 20140608 Modified: head/devel/libewf/Makefile head/devel/libewf/distinfo Modified: head/devel/libewf/Makefile ============================================================================== --- head/devel/libewf/Makefile Sun Jun 15 13:10:19 2014 (r357879) +++ head/devel/libewf/Makefile Sun Jun 15 13:12:21 2014 (r357880) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= libewf -PORTVERSION= 20140427 +PORTVERSION= 20140608 CATEGORIES= devel MASTER_SITES= https://googledrive.com/host/0B3fBvzttpiiSMTdoaVExWWNsRjg/ \ LOCAL/antoine @@ -24,4 +24,11 @@ GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-python --with-libintl-prefix=${LOCALBASE} --with-libuuid=${LOCALBASE} ${ICONV_CONFIGURE_ARG} --with-libsmdev=no INSTALL_TARGET= install-strip -.include +.include + +# posix_fadvise(2) did not return correct value on error +.if (${OSVERSION} >= 1100000 && ${OSVERSION} < 1100007) || (${OSVERSION} >= 1000000 && ${OSVERSION} < 1000703) || (${OSVERSION} < 902507) +CONFIGURE_ENV+= ac_cv_func_posix_fadvise=no +.endif + +.include Modified: head/devel/libewf/distinfo ============================================================================== --- head/devel/libewf/distinfo Sun Jun 15 13:10:19 2014 (r357879) +++ head/devel/libewf/distinfo Sun Jun 15 13:12:21 2014 (r357880) @@ -1,2 +1,2 @@ -SHA256 (libewf-20140427.tar.gz) = 9237519a3c02da9233713547dc00bcf6291fbaf1c496fdf621783f736074665c -SIZE (libewf-20140427.tar.gz) = 2136289 +SHA256 (libewf-20140608.tar.gz) = d14030ce6122727935fbd676d0876808da1e112721f3cb108564a4d9bf73da71 +SIZE (libewf-20140608.tar.gz) = 2129518