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

(-)/usr/ports/net/dante/Makefile (-8 / +4 lines)
Lines 2-8 Link Here
2
# $FreeBSD: head/net/dante/Makefile 364171 2014-08-06 13:50:26Z antoine $
2
# $FreeBSD: head/net/dante/Makefile 364171 2014-08-06 13:50:26Z antoine $
3
3
4
PORTNAME=	dante
4
PORTNAME=	dante
5
PORTVERSION=	1.4.0
5
PORTVERSION=	1.4.1
6
CATEGORIES=	net security ipv6
6
CATEGORIES=	net security ipv6
7
MASTER_SITES=	ftp://ftp.inet.no/pub/socks/ \
7
MASTER_SITES=	ftp://ftp.inet.no/pub/socks/ \
8
		ftp://ftp.nuug.no/pub/anders/distfiles/ \
8
		ftp://ftp.nuug.no/pub/anders/distfiles/ \
Lines 12-23 Link Here
12
MAINTAINER=	anders@FreeBSD.org
12
MAINTAINER=	anders@FreeBSD.org
13
COMMENT=	Circuit-level firewall/proxy
13
COMMENT=	Circuit-level firewall/proxy
14
14
15
LICENSE=	BSD
15
LICENSE=	BSD4CLAUSE
16
LICENSE_FILE=	${WRKSRC}/LICENSE
16
17
17
CONFLICTS=	socks5-[0-9]*
18
CONFLICTS=	socks5-[0-9]*
18
19
19
BROKEN_i386=	see PR 192295, requests tweaked sysctls
20
21
GNU_CONFIGURE=	yes
20
GNU_CONFIGURE=	yes
22
CONFIGURE_ARGS=	--with-socks-conf=${PREFIX}/etc/socks.conf \
21
CONFIGURE_ARGS=	--with-socks-conf=${PREFIX}/etc/socks.conf \
23
		--with-sockd-conf=${PREFIX}/etc/sockd.conf
22
		--with-sockd-conf=${PREFIX}/etc/sockd.conf
Lines 27-32 Link Here
27
USES=	libtool
26
USES=	libtool
28
USE_LDCONFIG=	yes
27
USE_LDCONFIG=	yes
29
USE_RC_SUBR=	sockd
28
USE_RC_SUBR=	sockd
29
INSTALL_TARGET=	install-strip
30
30
31
OPTIONS_DEFINE=	DOCS EXAMPLES
31
OPTIONS_DEFINE=	DOCS EXAMPLES
32
32
Lines 36-45 Link Here
36
CONFIGURE_ARGS+=	--with-libc=libc.so.7
36
CONFIGURE_ARGS+=	--with-libc=libc.so.7
37
.endif
37
.endif
38
38
39
.if ${OPSYS} == FreeBSD
40
FORBIDDEN=	Building on 10+ triggers a nasty bug with unix domain sockets
41
.endif
42
43
post-install:
39
post-install:
44
	${INSTALL_DATA} ${WRKSRC}/example/socks.conf ${STAGEDIR}${PREFIX}/etc/socks.conf.sample
40
	${INSTALL_DATA} ${WRKSRC}/example/socks.conf ${STAGEDIR}${PREFIX}/etc/socks.conf.sample
45
	${INSTALL_DATA} ${WRKSRC}/example/sockd.conf ${STAGEDIR}${PREFIX}/etc/sockd.conf.sample
41
	${INSTALL_DATA} ${WRKSRC}/example/sockd.conf ${STAGEDIR}${PREFIX}/etc/sockd.conf.sample
(-)/usr/ports/net/dante/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (dante-1.4.0.tar.gz) = 55d448f2d523e69b5637ef12c05556f39201a2c397b4671a2aaaa914ba65684b
1
SHA256 (dante-1.4.1.tar.gz) = b6d232bd6fefc87d14bf97e447e4fcdeef4b28b16b048d804b50b48f261c4f53
2
SIZE (dante-1.4.0.tar.gz) = 1253458
2
SIZE (dante-1.4.1.tar.gz) = 1284288

Return to bug 192295