svn commit: r361095 - head/security/libfprint
Tijl Coosemans
tijl at FreeBSD.org
Mon Jul 7 14:47:00 UTC 2014
Author: tijl
Date: Mon Jul 7 14:46:59 2014
New Revision: 361095
URL: http://svnweb.freebsd.org/changeset/ports/361095
QAT: https://qat.redports.org/buildarchive/r361095/
Log:
- New LIB_DEPENDS syntax
- USES=libtool tar:bzip2
- Remove IGNORE for FreeBSD < 8
Modified:
head/security/libfprint/Makefile
head/security/libfprint/pkg-plist
Modified: head/security/libfprint/Makefile
==============================================================================
--- head/security/libfprint/Makefile Mon Jul 7 14:45:39 2014 (r361094)
+++ head/security/libfprint/Makefile Mon Jul 7 14:46:59 2014 (r361095)
@@ -3,32 +3,24 @@
PORTNAME= libfprint
PORTVERSION= 0.4.0
-PORTREVISION= 4
+PORTREVISION= 5
CATEGORIES= security
MASTER_SITES= http://people.freedesktop.org/~hadess/
MAINTAINER= lichray at gmail.com
COMMENT= Library for fingerprint reader devices
-LIB_DEPENDS+= libMagickCore-6.Q*.so:${PORTSDIR}/graphics/ImageMagick \
- nss3:${PORTSDIR}/security/nss
+LIB_DEPENDS= libMagickCore-6.Q*.so:${PORTSDIR}/graphics/ImageMagick \
+ libnss3.so:${PORTSDIR}/security/nss
GNU_CONFIGURE= yes
-USE_BZIP2= yes
+USES= libtool pathfix pkgconfig tar:bzip2
USE_LDCONFIG= yes
USE_OPENSSL= yes
-USES= pathfix pkgconfig
USE_GNOME= glib20
-CFLAGS+= -DHAVE_MEMMEM
+CONFIGURE_ENV= LIBUSB_CFLAGS=" " LIBUSB_LIBS="-lusb"
+CPPFLAGS+= -DHAVE_MEMMEM
MAKE_JOBS_UNSAFE=yes
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 800069
-IGNORE= libusb-1.0 is not avaible on FreeBSD < 8
-.else
-CONFIGURE_ENV+= LIBUSB_CFLAGS=" " LIBUSB_LIBS="-lusb"
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
Modified: head/security/libfprint/pkg-plist
==============================================================================
--- head/security/libfprint/pkg-plist Mon Jul 7 14:45:39 2014 (r361094)
+++ head/security/libfprint/pkg-plist Mon Jul 7 14:46:59 2014 (r361095)
@@ -1,7 +1,7 @@
include/libfprint/fprint.h
lib/libfprint.a
-lib/libfprint.la
lib/libfprint.so
lib/libfprint.so.0
+lib/libfprint.so.0.0.0
libdata/pkgconfig/libfprint.pc
@dirrm include/libfprint
More information about the svn-ports-head
mailing list