Index: head/sysutils/afflib/Makefile =================================================================== --- head/sysutils/afflib/Makefile (revision 424070) +++ head/sysutils/afflib/Makefile (revision 424071) @@ -1,29 +1,29 @@ # Created by: Chris Calvey # $FreeBSD$ PORTNAME= afflib -PORTVERSION= 3.7.6 +PORTVERSION= 3.7.10 DISTVERSIONPREFIX= v CATEGORIES= sysutils MAINTAINER= antoine@FreeBSD.org COMMENT= Advanced Forensics Format library and utilities LICENSE= BSD4CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYING LIB_DEPENDS= libexpat.so:textproc/expat2 \ libcurl.so:ftp/curl USE_GITHUB= yes GH_ACCOUNT= sshock GH_PROJECT= AFFLIBv3 USE_LDCONFIG= yes -USE_OPENSSL= yes -USES= autoreconf fuse libtool pathfix +USES= autoreconf fuse libtool pathfix readline ssl PATHFIX_MAKEFILEIN= Makefile.am GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-s3=yes INSTALL_TARGET= install-strip .include Index: head/sysutils/afflib/distinfo =================================================================== --- head/sysutils/afflib/distinfo (revision 424070) +++ head/sysutils/afflib/distinfo (revision 424071) @@ -1,2 +1,3 @@ -SHA256 (sshock-AFFLIBv3-v3.7.6_GH0.tar.gz) = 494b040f2d53448390d4fa1ad3b9236b0bb8f7d3be39e6287806034647e97a06 -SIZE (sshock-AFFLIBv3-v3.7.6_GH0.tar.gz) = 519155 +TIMESTAMP = 1476600367 +SHA256 (sshock-AFFLIBv3-v3.7.10_GH0.tar.gz) = 906226df05d526b886a873367ca896f0058a6221c2e21c900411d0fc89754c2b +SIZE (sshock-AFFLIBv3-v3.7.10_GH0.tar.gz) = 518998 Index: head/sysutils/afflib/files/patch-lib_qemu_bswap.h =================================================================== --- head/sysutils/afflib/files/patch-lib_qemu_bswap.h (revision 424070) +++ head/sysutils/afflib/files/patch-lib_qemu_bswap.h (revision 424071) @@ -1,20 +1,20 @@ ---- lib/qemu/bswap.h.orig 2014-11-08 06:32:35 UTC +--- lib/qemu/bswap.h.orig 2016-09-12 18:18:01 UTC +++ lib/qemu/bswap.h @@ -5,6 +5,9 @@ #include +#ifdef __FreeBSD__ +#include +#else #ifdef HAVE_BYTESWAP_H #include #else @@ -57,6 +60,7 @@ static inline uint64_t bswap64(uint64_t { return bswap_64(x); } +#endif static inline void bswap16s(uint16_t *s) {