View | Details | Raw Unified | Return to bug 211944 | Differences between
and this patch

Collapse All | Expand All

(-)Makefile (-2 / +1 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	tor
4
PORTNAME=	tor
5
PORTVERSION=	0.2.7.6
5
PORTVERSION=	0.2.8.6
6
PORTREVISION=	1
7
CATEGORIES=	security net ipv6
6
CATEGORIES=	security net ipv6
8
MASTER_SITES=	TOR
7
MASTER_SITES=	TOR
9
8
(-)distinfo (-2 / +3 lines)
Lines 1-2 Link Here
1
SHA256 (tor-0.2.7.6.tar.gz) = 493a8679f904503048114aca6467faef56861206bab8283d858f37141d95105d
1
TIMESTAMP = 1470238261
2
SIZE (tor-0.2.7.6.tar.gz) = 4869754
2
SHA256 (tor-0.2.8.6.tar.gz) = 3dc9fc02f7cd22ed5fce707e0d9b26a72b1bd0976766a804cb13078d32e3ab5a
3
SIZE (tor-0.2.8.6.tar.gz) = 5163500
(-)files/patch-configure (-49 lines)
Lines 1-49 Link Here
1
--- configure.orig	2012-06-15 03:10:31.000000000 -0400
2
+++ configure	2012-06-17 08:46:34.000000000 -0400
3
@@ -6319,6 +6319,7 @@
4
 fi
5
 
6
 
7
+if false ; then
8
 trylibeventdir=""
9
 
10
 # Check whether --with-libevent-dir was given.
11
@@ -6645,6 +6646,7 @@
12
 LIBS="$tor_saved_LIBS"
13
 LDFLAGS="$tor_saved_LDFLAGS"
14
 CPPFLAGS="$tor_saved_CPPFLAGS"
15
+fi
16
 
17
 
18
 
19
@@ -6707,6 +6709,7 @@
20
 fi
21
 
22
 
23
+if false ; then
24
 if test "$enable_static_libevent" = "yes"; then
25
    if test "$tor_cv_library_libevent_dir" = "(system)"; then
26
      as_fn_error $? "\"You must specify an explicit --with-libevent-dir=x option when using --enable-static-libevent\"" "$LINENO" 5
27
@@ -6716,6 +6719,7 @@
28
 else
29
      TOR_LIBEVENT_LIBS="-levent"
30
 fi
31
+fi
32
 
33
 if test "$enable_bufferevents" = "yes" ; then
34
   if test "$ac_cv_header_event2_bufferevent_ssl_h" != "yes" ; then
35
@@ -6794,12 +6798,14 @@
36
 
37
 $as_echo "#define USE_BUFFEREVENTS 1" >>confdefs.h
38
 
39
+if false ; then
40
   if test "$enable_static_libevent" = "yes"; then
41
     TOR_LIBEVENT_LIBS="$TOR_LIBDIR_libevent/libevent_openssl.a $TOR_LIBEVENT_LIBS"
42
   else
43
     TOR_LIBEVENT_LIBS="-levent_openssl $TOR_LIBEVENT_LIBS"
44
   fi
45
 fi
46
+fi
47
 
48
 
49
 

Return to bug 211944