View | Details | Raw Unified | Return to bug 57108
Collapse All | Expand All

(-)/home/yb/tmp/ports/net/arpd/Makefile (-6 / +3 lines)
Lines 6-16 Link Here
6
#
6
#
7
7
8
PORTNAME=	arpd
8
PORTNAME=	arpd
9
PORTVERSION=	0.1
9
PORTVERSION=	0.2
10
CATEGORIES=	net
10
CATEGORIES=	net
11
MASTER_SITES=	http://www.citi.umich.edu/u/provos/honeyd/
11
MASTER_SITES=	http://niels.xtdnet.nl/honeyd/
12
12
13
MAINTAINER=	dominc_marks@btinternet.com
13
MAINTAINER=	ports@FreeBSD.org
14
COMMENT=	A daemon to service arp replies
14
COMMENT=	A daemon to service arp replies
15
15
16
BUILD_DEPENDS=	${LOCALBASE}/include/dnet.h:${PORTSDIR}/net/libdnet \
16
BUILD_DEPENDS=	${LOCALBASE}/include/dnet.h:${PORTSDIR}/net/libdnet \
Lines 18-26 Link Here
18
RUN_DEPENDS=	${LOCALBASE}/lib/libdnet.a:${PORTSDIR}/net/libdnet \
18
RUN_DEPENDS=	${LOCALBASE}/lib/libdnet.a:${PORTSDIR}/net/libdnet \
19
		${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent
19
		${LOCALBASE}/lib/libevent.a:${PORTSDIR}/devel/libevent
20
20
21
CONFIGURE_ARGS=	--with-libdnet=${LOCALBASE} \
22
		--with-libevent=${LOCALBASE} \
23
		--with-pcap
24
GNU_CONFIGURE=	yes
21
GNU_CONFIGURE=	yes
25
WRKSRC=	${WRKDIR}/${PORTNAME}
22
WRKSRC=	${WRKDIR}/${PORTNAME}
26
23
(-)/home/yb/tmp/ports/net/arpd/distinfo (-1 / +1 lines)
Line 1 Link Here
1
MD5 (arpd-0.1.tar.gz) = 046ca68db6d69d874fda4bcea6c552de
1
MD5 (arpd-0.2.tar.gz) = e2911fa9de1b92ef50deda1489ae944d
(-)/home/yb/tmp/ports/net/arpd/files/patch-configure (-12 lines)
Lines 1-12 Link Here
1
--- configure.orig	Sun Nov 24 16:32:01 2002
2
+++ configure	Sun Nov 24 16:32:36 2002
3
@@ -1273,8 +1273,7 @@
4
      ;;
5
   *)
6
      echo "$ac_t""$withval" 1>&6
7
-     if test -f $withval/include/event.h -a -f
8
-     $withval/lib/libevent.a; then
9
+     if test -f $withval/include/event.h -a -f $withval/lib/libevent.a; then
10
         owd=`pwd`
11
         if cd $withval; then withval=`pwd`; cd $owd; fi
12
         EVENTINC="-I$withval/include"

Return to bug 57108