View | Details | Raw Unified | Return to bug 230039
Collapse All | Expand All

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

Return to bug 230039