Lines 2-8
Link Here
|
2 |
# $FreeBSD$ |
2 |
# $FreeBSD$ |
3 |
|
3 |
|
4 |
PORTNAME= tor |
4 |
PORTNAME= tor |
5 |
DISTVERSION= 0.2.6.7 |
5 |
DISTVERSION= 0.2.7.6 |
6 |
CATEGORIES= security net ipv6 |
6 |
CATEGORIES= security net ipv6 |
7 |
MASTER_SITES= TOR |
7 |
MASTER_SITES= TOR |
8 |
PKGNAMESUFFIX= -devel |
8 |
PKGNAMESUFFIX= -devel |
Lines 47-52
Link Here
|
47 |
|
47 |
|
48 |
.include <bsd.port.options.mk> |
48 |
.include <bsd.port.options.mk> |
49 |
|
49 |
|
|
|
50 |
.if ${OSVERSION} < 1000000 |
51 |
WITH_OPENSSL_PORT= yes |
52 |
.endif |
53 |
|
50 |
.if !defined(USE_GCC) && empty(CC:T:M*gcc4*) && \ |
54 |
.if !defined(USE_GCC) && empty(CC:T:M*gcc4*) && \ |
51 |
empty(PORT_OPTIONS:MSTATIC_TOR) && empty(ARCH:Mia64) |
55 |
empty(PORT_OPTIONS:MSTATIC_TOR) && empty(ARCH:Mia64) |
52 |
CONFIGURE_ARGS+= --enable-gcc-hardening |
56 |
CONFIGURE_ARGS+= --enable-gcc-hardening |