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

(-)/usr/ports/security/yersinia/Makefile (-4 / +3 lines)
Lines 6-17 Link Here
6
#
6
#
7
7
8
PORTNAME=	yersinia
8
PORTNAME=	yersinia
9
PORTVERSION=	0.7
9
PORTVERSION=	0.7.1
10
PORTREVISION=	2
11
CATEGORIES=	security
10
CATEGORIES=	security
12
MASTER_SITES=	http://www.yersinia.net/download/
11
MASTER_SITES=	http://www.yersinia.net/download/
13
12
14
MAINTAINER=	ports@FreeBSD.org
13
MAINTAINER=	ayu@commun.jp
15
COMMENT=	Layer 2 vulnerability scanner (switches, spanning tree, 802.1q ...)
14
COMMENT=	Layer 2 vulnerability scanner (switches, spanning tree, 802.1q ...)
16
15
17
BUILD_DEPENDS=	${LIBNET_CONFIG}:${PORTSDIR}/net/libnet
16
BUILD_DEPENDS=	${LIBNET_CONFIG}:${PORTSDIR}/net/libnet
Lines 26-32 Link Here
26
PKGNAMESUFFIX=	-gtk
25
PKGNAMESUFFIX=	-gtk
27
CONFLICTS=	yersinia-[0-9]*
26
CONFLICTS=	yersinia-[0-9]*
28
.else
27
.else
29
CONFIGURE_ARGS+= --disable-gtk
28
CONFIGURE_ARGS+=	--disable-gtk
30
CONFLICTS=	yersinia-gtk-[0-9]*
29
CONFLICTS=	yersinia-gtk-[0-9]*
31
.endif
30
.endif
32
GNU_CONFIGURE=	yes
31
GNU_CONFIGURE=	yes
(-)/usr/ports/security/yersinia/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
MD5 (yersinia-0.7.tar.gz) = 66ae43c5571ceb695e9307b2a4f3c5c3
1
MD5 (yersinia-0.7.1.tar.gz) = dd3b79a625482961fe4e8bd96edff179
2
SHA256 (yersinia-0.7.tar.gz) = 0a82b904991ee1ecbbeb0a19ca3c3261f4014170a5c50a7fcd5be9af5e30a029
2
SHA256 (yersinia-0.7.1.tar.gz) = 9c473c49bba9b5271ca1cc6fb5d64314bff675772f597837341f58dc93351a17
3
SIZE (yersinia-0.7.tar.gz) = 322812
3
SIZE (yersinia-0.7.1.tar.gz) = 318396
(-)/usr/ports/security/yersinia/files/patch-configure (-13 / +15 lines)
Lines 1-6 Link Here
1
--- ./configure.orig	Sun Jun 18 12:24:36 2006
1
--- configure.orig	2007-01-27 04:22:30.000000000 +0900
2
+++ ./configure	Fri Sep 29 15:04:21 2006
2
+++ configure	2009-08-19 22:35:11.000000000 +0900
3
@@ -2971,7 +2971,8 @@
3
@@ -3470,7 +3470,8 @@
4
 
4
 
5
 
5
 
6
 if test -n "$GCC"; then
6
 if test -n "$GCC"; then
Lines 10-16 Link Here
10
 else
10
 else
11
      { echo "$as_me:$LINENO: WARNING: Ouch!! Only gcc is supported..." >&5
11
      { echo "$as_me:$LINENO: WARNING: Ouch!! Only gcc is supported..." >&5
12
 echo "$as_me: WARNING: Ouch!! Only gcc is supported..." >&2;}
12
 echo "$as_me: WARNING: Ouch!! Only gcc is supported..." >&2;}
13
@@ -3817,7 +3818,7 @@
13
@@ -4462,7 +4463,7 @@
14
           echo  $pcap_dir
14
           echo  $pcap_dir
15
           echo  $dir
15
           echo  $dir
16
           echo; echo please wipe out all unused pcap installations
16
           echo; echo please wipe out all unused pcap installations
Lines 19-30 Link Here
19
        else
19
        else
20
           pcap_dir="$dir"
20
           pcap_dir="$dir"
21
        fi
21
        fi
22
@@ -3997,62 +3998,8 @@
22
@@ -4636,64 +4637,8 @@
23
 
23
 
24
 fi
24
 
25
 
25
 
26
-
26
-echo "$as_me:$LINENO: checking for a complete set of libnet headers" >&5
27
-
27
-echo $ECHO_N "checking for a complete set of libnet headers... $ECHO_C" >&6
28
-{ echo "$as_me:$LINENO: checking for a complete set of libnet headers" >&5
29
-echo $ECHO_N "checking for a complete set of libnet headers... $ECHO_C" >&6; }
28
-
30
-
29
-possible_dirs="`eval echo -n ${includedir}` \
31
-possible_dirs="`eval echo -n ${includedir}` \
30
-	       /usr/include /usr/include/libnet \
32
-	       /usr/include /usr/include/libnet \
Lines 34-46 Link Here
34
-possible_libnet_config_dirs="/usr /usr/local /opt"
36
-possible_libnet_config_dirs="/usr /usr/local /opt"
35
-
37
-
36
-
38
-
37
-# Check whether --with-libnet-includes or --without-libnet-includes was given.
39
-# Check whether --with-libnet-includes was given.
38
-if test "${with_libnet_includes+set}" = set; then
40
-if test "${with_libnet_includes+set}" = set; then
39
-  withval="$with_libnet_includes"
41
-  withval=$with_libnet_includes; LIBNET_DIR=$withval LIBNET_CONFIG_DIR=$withval
40
-  LIBNET_DIR=$withval LIBNET_CONFIG_DIR=$withval
41
-else
42
-else
42
-  LIBNET_DIR=$possible_dirs LIBNET_CONFIG_DIR=$possible_libnet_config_dirs
43
-  LIBNET_DIR=$possible_dirs LIBNET_CONFIG_DIR=$possible_libnet_config_dirs
43
-fi;
44
-fi
45
-
44
-
46
-
45
-libnet_dir=""
47
-libnet_dir=""
46
-for dir in $LIBNET_DIR ; do
48
-for dir in $LIBNET_DIR ; do
Lines 84-90 Link Here
84
 
86
 
85
 if test "$LIBNET_LINK" != "-L/usr/lib" ; then
87
 if test "$LIBNET_LINK" != "-L/usr/lib" ; then
86
   LIBS="$LIBS $LIBNET_LINK"
88
   LIBS="$LIBS $LIBNET_LINK"
87
@@ -4067,7 +4014,7 @@
89
@@ -4708,7 +4653,7 @@
88
   echo $ECHO_N "(cached) $ECHO_C" >&6
90
   echo $ECHO_N "(cached) $ECHO_C" >&6
89
 else
91
 else
90
   ac_check_lib_save_LIBS=$LIBS
92
   ac_check_lib_save_LIBS=$LIBS

Return to bug 138005