summaryrefslogtreecommitdiff
path: root/dns
diff options
context:
space:
mode:
authorMark Linimon <linimon@FreeBSD.org>2021-02-19 05:42:40 +0000
committerMark Linimon <linimon@FreeBSD.org>2021-02-19 05:42:40 +0000
commit383221538936a3732b36e53bf1a093185093a167 (patch)
tree10ea9432b462343662ff93b6f4d52273e6932d21 /dns
parentMark BROKEN in 13/14 (via latest llvm update). (diff)
Mark BROKEN in 13/14 (via latest llvm update).
While here, pet portlint (Makevar order).
Notes
Notes: svn path=/head/; revision=566027
Diffstat (limited to 'dns')
-rw-r--r--dns/opendd/Makefile11
1 files changed, 7 insertions, 4 deletions
diff --git a/dns/opendd/Makefile b/dns/opendd/Makefile
index 8e68522de428..15d64d153018 100644
--- a/dns/opendd/Makefile
+++ b/dns/opendd/Makefile
@@ -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}