Fri Feb 20 22:26:13 2015 UTC ()
Needs bison. Race conditions around library build. Forgotten PLIST
update. Bump revision.


(joerg)
diff -r1.13 -r1.14 pkgsrc/net/tacacs/Makefile
diff -r1.2 -r1.3 pkgsrc/net/tacacs/PLIST

cvs diff -r1.13 -r1.14 pkgsrc/net/tacacs/Makefile (expand / switch to unified diff)

--- pkgsrc/net/tacacs/Makefile 2015/02/13 22:36:00 1.13
+++ pkgsrc/net/tacacs/Makefile 2015/02/20 22:26:13 1.14
@@ -1,28 +1,30 @@ @@ -1,28 +1,30 @@
1# $NetBSD: Makefile,v 1.13 2015/02/13 22:36:00 he Exp $ 1# $NetBSD: Makefile,v 1.14 2015/02/20 22:26:13 joerg Exp $
2 2
3VERSION= 4.0.4.28 3VERSION= 4.0.4.28
4DISTNAME= tacacs-F${VERSION} 4DISTNAME= tacacs-F${VERSION}
5PKGNAME= tacacs-${VERSION} 5PKGNAME= tacacs-${VERSION}
 6PKGREVISION= 1
6CATEGORIES= net security 7CATEGORIES= net security
7MASTER_SITES+= ftp://ftp.shrubbery.net/pub/tac_plus/ 8MASTER_SITES+= ftp://ftp.shrubbery.net/pub/tac_plus/
8 9
9MAINTAINER= pkgsrc-users@NetBSD.org 10MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.shrubbery.net/tac_plus/ 11HOMEPAGE= http://www.shrubbery.net/tac_plus/
11COMMENT= Cisco authentication, authorization, and accounting protocol daemon 12COMMENT= Cisco authentication, authorization, and accounting protocol daemon
12LICENSE= cisco-license 13LICENSE= cisco-license
13 14
 15MAKE_JOBS_SAFE= no
 16
14GNU_CONFIGURE= yes 17GNU_CONFIGURE= yes
15USE_LIBTOOL= yes 18USE_LIBTOOL= yes
16USE_TOOLS+= perl 19USE_TOOLS+= perl bison
17 20
18#CONFIGURE_ARGS+=--enable-debug 21#CONFIGURE_ARGS+=--enable-debug
19 22
20.include "../../mk/bsd.prefs.mk" 23.include "../../mk/bsd.prefs.mk"
21.if ${OPSYS} == "SunOS" 24.if ${OPSYS} == "SunOS"
22MAKE_FLAGS+= OS=-DSOLARIS OSLIBS="-lsocket -lnsl" 25MAKE_FLAGS+= OS=-DSOLARIS OSLIBS="-lsocket -lnsl"
23.endif 26.endif
24 27
25INSTALLATION_DIRS= ${PKGMANDIR}/man8 sbin 28INSTALLATION_DIRS= ${PKGMANDIR}/man8 sbin
26INSTALLATION_DIRS+= share/doc/tacacs/users_guide 
27 29
28.include "../../mk/bsd.pkg.mk" 30.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/net/tacacs/PLIST (expand / switch to unified diff)

--- pkgsrc/net/tacacs/PLIST 2009/06/14 18:09:44 1.2
+++ pkgsrc/net/tacacs/PLIST 2015/02/20 22:26:13 1.3
@@ -1,4 +1,11 @@ @@ -1,4 +1,11 @@
1@comment $NetBSD: PLIST,v 1.2 2009/06/14 18:09:44 joerg Exp $ 1@comment $NetBSD: PLIST,v 1.3 2015/02/20 22:26:13 joerg Exp $
2sbin/tac_plus 2bin/tac_pwd
 3include/tacacs.h
 4lib/libtacacs.la
 5man/man5/tac_plus.conf.5
3man/man8/tac_plus.8 6man/man8/tac_plus.8
4share/doc/tacacs/users_guide 7man/man8/tac_pwd.8
 8sbin/tac_plus
 9share/tacacs/do_auth.py
 10share/tacacs/tac_convert
 11share/tacacs/users_guide