From owner-svn-ports-head@freebsd.org Tue May 30 17:08:00 2017 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 01A57B8894A; Tue, 30 May 2017 17:08:00 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 C5C986FD8D; Tue, 30 May 2017 17:07:59 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v4UH7wZi031929; Tue, 30 May 2017 17:07:58 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v4UH7w0o031928; Tue, 30 May 2017 17:07:58 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201705301707.v4UH7w0o031928@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Tue, 30 May 2017 17:07:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r442104 - head/security/spass 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.23 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: Tue, 30 May 2017 17:08:00 -0000 Author: tobik Date: Tue May 30 17:07:58 2017 New Revision: 442104 URL: https://svnweb.freebsd.org/changeset/ports/442104 Log: Spass has a fully functional OSS backend, enable it and remove the ALSA dependency. Using ALSA does not gain us anything here. Also fix license Approved by: lme (mentor) Differential Revision: https://reviews.freebsd.org/D10731 Modified: head/security/spass/Makefile Modified: head/security/spass/Makefile ============================================================================== --- head/security/spass/Makefile Tue May 30 16:41:40 2017 (r442103) +++ head/security/spass/Makefile Tue May 30 17:07:58 2017 (r442104) @@ -2,17 +2,17 @@ PORTNAME= spass PORTVERSION= 3.0 -PORTREVISION= 5 +PORTREVISION= 6 CATEGORIES= security MAINTAINER= ports@FreeBSD.org COMMENT= Secure password generator with a true random number generator -LICENSE= GPLv3 +LICENSE= GPLv3+ +LICENSE_FILE= ${WRKSRC}/COPYING BUILD_DEPENDS= ${LOCALBASE}/include/boost/format.hpp:devel/boost-libs -LIB_DEPENDS= libasound.so:audio/alsa-lib \ - libboost_program_options.so:devel/boost-libs +LIB_DEPENDS= libboost_program_options.so:devel/boost-libs BROKEN_sparc64= cannot link with boost @@ -21,8 +21,8 @@ GH_ACCOUNT= guyru GH_TAGNAME= cb0de64 USES= cmake -CFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib + +CMAKE_ARGS= -DWITH_ALSA:BOOL=off -DWITH_OSS:BOOL=on PLIST_FILES= bin/spass