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

Collapse All | Expand All

(-)Makefile (-2 / +18 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	hostapd
4
PORTNAME=	hostapd
5
PORTVERSION=	2.3
5
PORTVERSION=	2.4
6
PORTREVISION=	1
7
CATEGORIES=	net
6
CATEGORIES=	net
8
MASTER_SITES=	http://w1.fi/releases/
7
MASTER_SITES=	http://w1.fi/releases/
9
8
Lines 23-28 Link Here
23
BROKEN_powerpc=	does not compile
22
BROKEN_powerpc=	does not compile
24
BROKEN_sparc64=	does not compile
23
BROKEN_sparc64=	does not compile
25
24
25
OPTIONS_DEFINE=	PORTS_SSL
26
27
PORTS_SSL_DESC= Build with OpenSSL from ports (instead of base system)
28
29
.include <bsd.port.options.mk>
30
31
.if ${PORT_OPTIONS:MPORTS_SSL}
32
.if !defined(WITH_OPENSSL_PORT)
33
IGNORE=		the PORTS_SSL option not allowed when WITH_OPENSSL_PORT is not set
34
.endif
35
CONFIGURE_ARGS+= --with-ssl-dir=${PREFIX}
36
.else
37
.if defined(WITH_OPENSSL_PORT)
38
IGNORE=		the PORTS_SSL option is required when WITH_OPENSSL_PORT is set
39
.endif
40
.endif
41
26
post-patch:
42
post-patch:
27
	@${REINPLACE_CMD} -e 's|@$$(E) "  CC " $$<|@$$(E) "  $$(CC) " $$<|' \
43
	@${REINPLACE_CMD} -e 's|@$$(E) "  CC " $$<|@$$(E) "  $$(CC) " $$<|' \
28
		${BUILD_WRKSRC}/Makefile
44
		${BUILD_WRKSRC}/Makefile
(-)distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (hostapd-2.3.tar.gz) = c94c2b76876fad4c80a1063a06f958a2189ba5003475016fa7658a1ca49bb4df
1
SHA256 (hostapd-2.4.tar.gz) = 6fe0eb6bd1c9cbd24952ece8586b6f7bd14ab358edfda99794e79b9b9dbd657f
2
SIZE (hostapd-2.3.tar.gz) = 1592480
2
SIZE (hostapd-2.4.tar.gz) = 1658872

Return to bug 198889