aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authorantoine <antoine@FreeBSD.org>2014-06-15 21:12:21 +0800
committerantoine <antoine@FreeBSD.org>2014-06-15 21:12:21 +0800
commit00c1b6ca8f29e160cb742154d59a91a30d4f2c25 (patch)
treed65a5591fe20043cb8b82c9ad1a660385f842f4b /devel
parent848df6156625fdfb1e9ad15f2cd539d48cb0be76 (diff)
downloadfreebsd-ports-gnome-00c1b6ca8f29e160cb742154d59a91a30d4f2c25.tar.gz
freebsd-ports-gnome-00c1b6ca8f29e160cb742154d59a91a30d4f2c25.tar.zst
freebsd-ports-gnome-00c1b6ca8f29e160cb742154d59a91a30d4f2c25.zip
Update to 20140608
Diffstat (limited to 'devel')
-rw-r--r--devel/libewf/Makefile11
-rw-r--r--devel/libewf/distinfo4
2 files changed, 11 insertions, 4 deletions
diff --git a/devel/libewf/Makefile b/devel/libewf/Makefile
index 897db339ea57..546b16af18f8 100644
--- a/devel/libewf/Makefile
+++ b/devel/libewf/Makefile
@@ -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>
diff --git a/devel/libewf/distinfo b/devel/libewf/distinfo
index 4878e72bd823..0d32b5f9c922 100644
--- a/devel/libewf/distinfo
+++ b/devel/libewf/distinfo
@@ -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