1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00

Mark BROKEN in 13/14 (via latest llvm update).

While here, pet portlint (Makevar order).
This commit is contained in:
Mark Linimon 2021-02-19 05:42:40 +00:00
parent 54f71b2144
commit 3832215389
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=566027

View File

@ -14,6 +14,9 @@ COMMENT= DynDNS client
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
BROKEN_FreeBSD_13= ld: error: duplicate symbol: saved_attributes
BROKEN_FreeBSD_14= ld: error: duplicate symbol: saved_attributes
PORTDOCS= README
PLIST_FILES= sbin/${PORTNAME} \
"@sample(,,600) %%ETCDIR%%/${PORTNAME}.conf.sample" \
@ -30,10 +33,6 @@ BROKEN_FreeBSD_12= undefined symbol: BIO_set_conn_ip
BROKEN_FreeBSD_13= undefined symbol: BIO_set_conn_ip
.endif
.if ${PORT_OPTIONS:MRCNG}
USE_RC_SUBR= ${PORTNAME}
.endif
.if ${PORT_OPTIONS:MOPENSSL}
USES+= ssl
CFLAGS+= -I${OPENSSLINC}
@ -41,6 +40,10 @@ LDFLAGS+= -L${OPENSSLLIB}
MAKE_ENV+= "USE_SOCKET_SSL=yes"
.endif
.if ${PORT_OPTIONS:MRCNG}
USE_RC_SUBR= ${PORTNAME}
.endif
post-extract:
@${MV} ${WRKDIR}/${PORTNAME} ${WRKDIR}/${PORTNAME}.${PORTVERSION}