Sat May 29 11:47:37 2010 UTC ()
Need pcap to build RADIUS sniffer, so need to buildlink with net/libpcap.
Noticed by Daniel Vergien via PR#43382.


(obache)
diff -r1.11 -r1.12 pkgsrc/net/freeradius2/Makefile

cvs diff -r1.11 -r1.12 pkgsrc/net/freeradius2/Attic/Makefile (expand / switch to unified diff)

--- pkgsrc/net/freeradius2/Attic/Makefile 2010/05/23 17:28:44 1.11
+++ pkgsrc/net/freeradius2/Attic/Makefile 2010/05/29 11:47:37 1.12
@@ -1,14 +1,14 @@ @@ -1,14 +1,14 @@
1# $NetBSD: Makefile,v 1.11 2010/05/23 17:28:44 tron Exp $ 1# $NetBSD: Makefile,v 1.12 2010/05/29 11:47:37 obache Exp $
2 2
3DISTNAME= freeradius-server-${RADVER} 3DISTNAME= freeradius-server-${RADVER}
4PKGNAME= ${DISTNAME:S/-server//} 4PKGNAME= ${DISTNAME:S/-server//}
5CATEGORIES= net 5CATEGORIES= net
6MASTER_SITES= ftp://ftp.freeradius.org/pub/freeradius/ 6MASTER_SITES= ftp://ftp.freeradius.org/pub/freeradius/
7EXTRACT_SUFX= .tar.bz2 7EXTRACT_SUFX= .tar.bz2
8 8
9MAINTAINER= pkgsrc-users@NetBSD.org 9MAINTAINER= pkgsrc-users@NetBSD.org
10HOMEPAGE= http://www.freeradius.org/ 10HOMEPAGE= http://www.freeradius.org/
11COMMENT= Free RADIUS server implementation 11COMMENT= Free RADIUS server implementation
12LICENSE= gnu-gpl-v2 12LICENSE= gnu-gpl-v2
13 13
14CONFLICTS+= radiusd-cistron-[0-9]* 14CONFLICTS+= radiusd-cistron-[0-9]*
@@ -159,15 +159,16 @@ post-build: @@ -159,15 +159,16 @@ post-build:
159.endif 159.endif
160 160
161post-install: 161post-install:
162 ${INSTALL_DATA_DIR} ${EGDIR} 162 ${INSTALL_DATA_DIR} ${EGDIR}
163.for d in ${EGDIRS} 163.for d in ${EGDIRS}
164 ${INSTALL_DATA_DIR} ${EGDIR}/${d} 164 ${INSTALL_DATA_DIR} ${EGDIR}/${d}
165.endfor 165.endfor
166.for f in ${EGFILES} 166.for f in ${EGFILES}
167 ${INSTALL_DATA} ${WRKSRC}/raddb/${f} ${EGDIR}/${f} 167 ${INSTALL_DATA} ${WRKSRC}/raddb/${f} ${EGDIR}/${f}
168.endfor 168.endfor
169 ${INSTALL_DATA} ${WRKSRC}/src/modules/rlm_perl/example.pl ${EGDIR} 169 ${INSTALL_DATA} ${WRKSRC}/src/modules/rlm_perl/example.pl ${EGDIR}
170 170
171.include "../../devel/libltdl/buildlink3.mk" 171.include "../../devel/libltdl/buildlink3.mk"
 172.include "../../net/libpcap/buildlink3.mk"
172.include "../../security/openssl/buildlink3.mk" 173.include "../../security/openssl/buildlink3.mk"
173.include "../../mk/bsd.pkg.mk" 174.include "../../mk/bsd.pkg.mk"