From owner-svn-ports-head@FreeBSD.ORG Mon Jul 7 14:47:00 2014 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C16F98AF; Mon, 7 Jul 2014 14:47:00 +0000 (UTC) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 956472D27; Mon, 7 Jul 2014 14:47:00 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.8/8.14.8) with ESMTP id s67El0WZ019927; Mon, 7 Jul 2014 14:47:00 GMT (envelope-from tijl@svn.freebsd.org) Received: (from tijl@localhost) by svn.freebsd.org (8.14.8/8.14.8/Submit) id s67El0hf019924; Mon, 7 Jul 2014 14:47:00 GMT (envelope-from tijl@svn.freebsd.org) Message-Id: <201407071447.s67El0hf019924@svn.freebsd.org> From: Tijl Coosemans Date: Mon, 7 Jul 2014 14:47:00 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r361095 - head/security/libfprint X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 07 Jul 2014 14:47:00 -0000 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@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 - -.if ${OSVERSION} < 800069 -IGNORE= libusb-1.0 is not avaible on FreeBSD < 8 -.else -CONFIGURE_ENV+= LIBUSB_CFLAGS=" " LIBUSB_LIBS="-lusb" -.endif - -.include +.include 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