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

Collapse All | Expand All

(-)radsecproxy/Makefile (-4 / +17 lines)
Lines 3-10 Link Here
3
3
4
PORTNAME=	radsecproxy
4
PORTNAME=	radsecproxy
5
PORTVERSION=	1.6.8
5
PORTVERSION=	1.6.8
6
PORTREVISION=	1
6
CATEGORIES=	net
7
CATEGORIES=	net
7
MASTER_SITES=	https://software.nordu.net/radsecproxy/
8
8
9
MAINTAINER=	m.tsatsenko@gmail.com
9
MAINTAINER=	m.tsatsenko@gmail.com
10
COMMENT=	Radsecproxy is a generic RADIUS proxy
10
COMMENT=	Radsecproxy is a generic RADIUS proxy
Lines 12-18 Link Here
12
LICENSE=	GPLv2 BSD3CLAUSE
12
LICENSE=	GPLv2 BSD3CLAUSE
13
LICENSE_COMB=	dual
13
LICENSE_COMB=	dual
14
14
15
USES=		cpe tar:xz ssl
15
BROKEN_SSL=				libressl libressl-devel openssl111
16
BROKEN_SSL_REASON_libressl=		Needs an old version of OpenSSL (older than 1.1)
17
BROKEN_SSL_REASON_libressl-devel=	Needs an old version of OpenSSL (older than 1.1)
18
BROKEN_SSL_REASON_openssl111=		Needs an older version of OpenSSL (older than 1.1)
19
20
USES=		cpe tar:xz ssl autoreconf gmake
21
22
.include <bsd.port.pre.mk>
23
.if ${OPSYS} == FreeBSD && ${OSVERSION} >= 1200085 && ${SSL_DEFAULT} == base
24
BROKEN=	Needs an older version of OpenSSL (older than 1.1)
25
.endif
26
27
USE_GITHUB=	yes
28
GH_TAGNAME=	eea3b3f
29
16
CPE_VENDOR=	nordunet
30
CPE_VENDOR=	nordunet
17
31
18
GNU_CONFIGURE=	yes
32
GNU_CONFIGURE=	yes
Lines 20-27 Link Here
20
CONFIGURE_ARGS=	--with-ssl=${OPENSSLBASE}
34
CONFIGURE_ARGS=	--with-ssl=${OPENSSLBASE}
21
35
22
post-install:
36
post-install:
23
	${MAKE} install-man -C ${WRKSRC} ${MAKE_ARGS}
24
	${INSTALL_DATA} ${WRKSRC}/radsecproxy.conf-example \
37
	${INSTALL_DATA} ${WRKSRC}/radsecproxy.conf-example \
25
		${STAGEDIR}${PREFIX}/etc
38
		${STAGEDIR}${PREFIX}/etc
26
39
27
.include <bsd.port.mk>
40
.include <bsd.port.post.mk>
(-)radsecproxy/distinfo (-3 / +3 lines)
Lines 1-3 Link Here
1
TIMESTAMP = 1498780490
1
TIMESTAMP = 1550793065
2
SHA256 (radsecproxy-1.6.8.tar.xz) = 823ebee37c88974db93485ab67c449bc9fcd45117683f57d83b36e6bf16b6a8f
2
SHA256 (radsecproxy-1.6.8_GH0.tar.xz) = a6767e1147dd83aaad6e57d1651a5acedb3c5f63ebf8a80818da8f02498ebbb9
3
SIZE (radsecproxy-1.6.8.tar.xz) = 159928
3
SIZE (radsecproxy-1.6.8_GH0.tar.xz) = 99147
(-)radsecproxy/files/patch-Makefile.am (+28 lines)
Line 0 Link Here
1
--- Makefile.am.orig	2016-09-21 11:53:15 UTC
2
+++ Makefile.am
3
@@ -7,7 +7,6 @@ radsecproxy_hash_LDADD = fticks_hashmac.o hash.o list.
4
 endif
5
 
6
 if HAVE_DOCBOOK2X_MAN
7
-GENMANPAGES = radsecproxy.conf.5
8
 endif
9
 
10
 SUBDIRS = tests
11
@@ -51,7 +50,7 @@ radsecproxy_LDADD = librsp.a @SSL_LIBS@
12
 
13
 radsecproxy_conf_LDFLAGS = @TARGET_LDFLAGS@
14
 
15
-dist_man_MANS = radsecproxy.1 radsecproxy-hash.1 radsecproxy.conf.5
16
+dist_man_MANS = 
17
 
18
 EXTRA_DIST = \
19
 	LICENSE THANKS \
20
@@ -63,8 +62,6 @@ EXTRA_DIST = \
21
 DISTCHECK_CONFIGURE_FLAGS = --enable-fticks
22
 
23
 ####################
24
-radsecproxy.conf.5: $(srcdir)/radsecproxy.conf.5.xml
25
-	docbook2x-man $<
26
 
27
 html: radsecproxy.html radsecproxy-hash.html radsecproxy.conf.html
28
 
(-)radsecproxy/pkg-plist (-3 lines)
Lines 1-6 Link Here
1
bin/radsecproxy-conf
1
bin/radsecproxy-conf
2
etc/radsecproxy.conf-example
2
etc/radsecproxy.conf-example
3
man/man1/radsecproxy-hash.1.gz
4
man/man1/radsecproxy.1.gz
5
man/man5/radsecproxy.conf.5.gz
6
sbin/radsecproxy
3
sbin/radsecproxy

Return to bug 233991