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
This commit is contained in:
parent
66e081479e
commit
073ddd98b7
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=442104
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user