Index: head/security/libfprint/Makefile =================================================================== --- head/security/libfprint/Makefile (revision 475403) +++ head/security/libfprint/Makefile (revision 475404) @@ -1,25 +1,29 @@ # Created by: barner # $FreeBSD$ PORTNAME= libfprint -PORTVERSION= 0.6.0 -PORTREVISION= 3 +PORTVERSION= 0.7.0 CATEGORIES= security -MASTER_SITES= http://people.freedesktop.org/~hadess/ +MASTER_SITES= https://people.freedesktop.org/~anarsoul/ MAINTAINER= lichray@gmail.com COMMENT= Library for fingerprint reader devices +LICENSE= LGPL21 +LICENSE_FILE= ${WRKSRC}/COPYING + LIB_DEPENDS= libMagickCore-6.so:graphics/ImageMagick \ - libnss3.so:security/nss + libnss3.so:security/nss \ + libnspr4.so:devel/nspr GNU_CONFIGURE= yes -USES= libtool pathfix pkgconfig tar:xz ssl +USES= libtool pathfix pkgconfig tar:xz USE_LDCONFIG= yes USE_GNOME= glib20 +USE_XORG= pixman INSTALL_TARGET= install-strip CPPFLAGS+= -DHAVE_MEMMEM MAKE_JOBS_UNSAFE=yes .include Index: head/security/libfprint/distinfo =================================================================== --- head/security/libfprint/distinfo (revision 475403) +++ head/security/libfprint/distinfo (revision 475404) @@ -1,2 +1,3 @@ -SHA256 (libfprint-0.6.0.tar.xz) = 2583fcb7d542a918c023776f188067fcedec614e65494dd52bc4d661be803cbe -SIZE (libfprint-0.6.0.tar.xz) = 531572 +TIMESTAMP = 1532525845 +SHA256 (libfprint-0.7.0.tar.xz) = 863eee8cf4cbc56776cf08e5b98e30e130f3394b6db95bf8e01addb6bf08f1f3 +SIZE (libfprint-0.7.0.tar.xz) = 550484 Index: head/security/libfprint/files/patch-config.h.in =================================================================== --- head/security/libfprint/files/patch-config.h.in (revision 475403) +++ head/security/libfprint/files/patch-config.h.in (revision 475404) @@ -1,11 +1,11 @@ ---- config.h.in~ 2011-04-18 12:02:59.000000000 -0500 -+++ config.h.in 2011-10-01 23:12:01.979122045 -0500 -@@ -117,3 +117,8 @@ +--- config.h.in.orig 2017-05-14 16:27:23 UTC ++++ config.h.in +@@ -140,3 +140,8 @@ #ifndef __cplusplus #undef inline #endif + +/* FreeBSD >=8 */ +#ifndef ETIME +#define ETIME ETIMEDOUT +#endif Index: head/security/libfprint/files/patch-libfprint-drivers-vfs301.c =================================================================== --- head/security/libfprint/files/patch-libfprint-drivers-vfs301.c (revision 475403) +++ head/security/libfprint/files/patch-libfprint-drivers-vfs301.c (revision 475404) @@ -1,11 +1,11 @@ ---- ./libfprint/drivers/vfs301.c.ORIG 2013-06-26 14:13:00.000000000 +0200 -+++ ./libfprint/drivers/vfs301.c 2014-04-21 11:09:12.000000000 +0200 +--- libfprint/drivers/vfs301.c.orig 2017-01-05 17:18:55 UTC ++++ libfprint/drivers/vfs301.c @@ -27,7 +27,7 @@ #include #include #include -#include +#include #include "vfs301_proto.h" #include Index: head/security/libfprint/files/patch-libfprint-drivers-vfs301_proto.c =================================================================== --- head/security/libfprint/files/patch-libfprint-drivers-vfs301_proto.c (revision 475403) +++ head/security/libfprint/files/patch-libfprint-drivers-vfs301_proto.c (revision 475404) @@ -1,11 +1,11 @@ ---- ./libfprint/drivers/vfs301_proto.c.ORIG 2013-06-26 14:13:00.000000000 +0200 -+++ ./libfprint/drivers/vfs301_proto.c 2014-04-21 11:09:19.000000000 +0200 +--- libfprint/drivers/vfs301_proto.c.orig 2013-01-12 13:18:37 UTC ++++ libfprint/drivers/vfs301_proto.c @@ -33,7 +33,7 @@ #include #include #include -#include +#include #include "vfs301_proto.h" #include "vfs301_proto_fragments.h" Index: head/security/libfprint/files/patch-libfprint-drivers-vfs301_proto.h =================================================================== --- head/security/libfprint/files/patch-libfprint-drivers-vfs301_proto.h (revision 475403) +++ head/security/libfprint/files/patch-libfprint-drivers-vfs301_proto.h (revision 475404) @@ -1,11 +1,11 @@ ---- ./libfprint/drivers/vfs301_proto.h.ORIG 2013-06-26 14:13:00.000000000 +0200 -+++ ./libfprint/drivers/vfs301_proto.h 2014-04-21 11:09:27.000000000 +0200 +--- libfprint/drivers/vfs301_proto.h.orig 2013-01-12 13:18:37 UTC ++++ libfprint/drivers/vfs301_proto.h @@ -18,7 +18,7 @@ * License along with this library; if not, write to the Free Software * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA */ -#include +#include enum { VFS301_DEFAULT_WAIT_TIMEOUT = 300, Index: head/security/libfprint/files/patch-libfprint_Makefile.in =================================================================== --- head/security/libfprint/files/patch-libfprint_Makefile.in (revision 475403) +++ head/security/libfprint/files/patch-libfprint_Makefile.in (revision 475404) @@ -1,11 +1,11 @@ ---- libfprint/Makefile.in~ 2011-10-01 23:20:55.218924048 -0500 -+++ libfprint/Makefile.in 2011-10-01 23:23:50.108796610 -0500 -@@ -1195,7 +1195,7 @@ info: info-am +--- libfprint/Makefile.in.orig 2017-05-14 16:27:17 UTC ++++ libfprint/Makefile.in +@@ -1578,7 +1578,7 @@ info: info-am info-am: -install-data-am: install-pkgincludeHEADERS install-udev_rulesDATA +install-data-am: install-pkgincludeHEADERS install-dvi: install-dvi-am