Date: Sun, 15 Jun 2014 13:12:21 +0000 (UTC) From: Antoine Brodin <antoine@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r357880 - head/devel/libewf Message-ID: <201406151312.s5FDCLCf037839@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
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 <bsd.port.mk> +.include <bsd.port.pre.mk> + +# 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 <bsd.port.post.mk> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406151312.s5FDCLCf037839>