Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 19 Feb 2021 05:42:40 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r566027 - head/dns/opendd
Message-ID:  <202102190542.11J5geoM031869@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Fri Feb 19 05:42:40 2021
New Revision: 566027
URL: https://svnweb.freebsd.org/changeset/ports/566027

Log:
  Mark BROKEN in 13/14 (via latest llvm update).
  
  While here, pet portlint (Makevar order).

Modified:
  head/dns/opendd/Makefile

Modified: head/dns/opendd/Makefile
==============================================================================
--- head/dns/opendd/Makefile	Fri Feb 19 05:38:07 2021	(r566026)
+++ head/dns/opendd/Makefile	Fri Feb 19 05:42:40 2021	(r566027)
@@ -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,15 +33,15 @@ 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}
 LDFLAGS+=	-L${OPENSSLLIB}
 MAKE_ENV+=	"USE_SOCKET_SSL=yes"
+.endif
+
+.if ${PORT_OPTIONS:MRCNG}
+USE_RC_SUBR=	${PORTNAME}
 .endif
 
 post-extract:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202102190542.11J5geoM031869>