Index: head/sysutils/afflib/Makefile =================================================================== --- head/sysutils/afflib/Makefile (revision 434041) +++ head/sysutils/afflib/Makefile (revision 434042) @@ -1,28 +1,28 @@ # Created by: Chris Calvey # $FreeBSD$ PORTNAME= afflib -PORTVERSION= 3.7.10 -DISTVERSIONPREFIX= v +PORTVERSION= 3.7.15 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 +GH_TAGNAME= 4540cbd USE_LDCONFIG= yes USES= autoreconf fuse libtool pathfix readline ssl GNU_CONFIGURE= yes CONFIGURE_ARGS= --enable-s3=yes INSTALL_TARGET= install-strip .include Index: head/sysutils/afflib/distinfo =================================================================== --- head/sysutils/afflib/distinfo (revision 434041) +++ head/sysutils/afflib/distinfo (revision 434042) @@ -1,3 +1,3 @@ -TIMESTAMP = 1476600367 -SHA256 (sshock-AFFLIBv3-v3.7.10_GH0.tar.gz) = 906226df05d526b886a873367ca896f0058a6221c2e21c900411d0fc89754c2b -SIZE (sshock-AFFLIBv3-v3.7.10_GH0.tar.gz) = 518998 +TIMESTAMP = 1486998907 +SHA256 (sshock-AFFLIBv3-3.7.15-4540cbd_GH0.tar.gz) = 6d5c91c0d23d1ef508de24d56e21a617cee00b06c957767bdf717e49fa175158 +SIZE (sshock-AFFLIBv3-3.7.15-4540cbd_GH0.tar.gz) = 533516 Index: head/sysutils/afflib/files/patch-lib_qemu_bswap.h =================================================================== --- head/sysutils/afflib/files/patch-lib_qemu_bswap.h (revision 434041) +++ head/sysutils/afflib/files/patch-lib_qemu_bswap.h (revision 434042) @@ -1,20 +1,20 @@ ---- lib/qemu/bswap.h.orig 2016-09-12 18:18:01 UTC +--- lib/qemu/bswap.h.orig 2017-02-12 23:23:49 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) {