diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2007-11-23 01:22:51 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2007-11-23 01:22:51 +0000 |
commit | 67f4ea5edd96df0ed9d20919a52e41cd77cd0cda (patch) | |
tree | 62fa72ac96942d75e87d19733a832230fd16f05e /security/sfs | |
parent | Mark as broken: fails to find jack plugin. (diff) |
Add sfsrwcd: clients cannot make connections without it.
Part of: ports/116966
Submitted by: maintainer, private email
Approved by: portmgr (self)
Notes
Notes:
svn path=/head/; revision=202803
Diffstat (limited to 'security/sfs')
-rw-r--r-- | security/sfs/Makefile | 4 | ||||
-rw-r--r-- | security/sfs/pkg-plist | 1 |
2 files changed, 3 insertions, 2 deletions
diff --git a/security/sfs/Makefile b/security/sfs/Makefile index e56f3aa44b15..8e2d1d08b99c 100644 --- a/security/sfs/Makefile +++ b/security/sfs/Makefile @@ -8,7 +8,7 @@ PORTNAME= sfs PORTVERSION= 0.7.2 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= security net MASTER_SITES= http://www.fs.net/sfswww/dist/ @@ -107,7 +107,7 @@ post-extract: ${WRKSRC}/sfsrwsd/client.C post-configure: - @${REINPLACE_CMD} -e 's/^LIBTOOL =/#LIBTOOL =/' \ + @${REINPLACE_CMD} -e 's/^\(NOPAGING =\).*$$/(\1)/' \ ${WRKSRC}/sfsrwcd/Makefile pre-install: diff --git a/security/sfs/pkg-plist b/security/sfs/pkg-plist index bab753a7fa08..ccb625832089 100644 --- a/security/sfs/pkg-plist +++ b/security/sfs/pkg-plist @@ -154,6 +154,7 @@ lib/sfs-%%SFS_VERSION%%/proxy lib/sfs-%%SFS_VERSION%%/ptyd lib/sfs-%%SFS_VERSION%%/rexd lib/sfs-%%SFS_VERSION%%/sfsauthd +lib/sfs-%%SFS_VERSION%%/sfsrwcd lib/sfs-%%SFS_VERSION%%/sfsrwsd @group sfs lib/sfs-%%SFS_VERSION%%/suidconnect |