svn commit: r565890 - head/net/wmping

Mark Linimon linimon at FreeBSD.org
Thu Feb 18 04:40:57 UTC 2021


Author: linimon
Date: Thu Feb 18 04:40:57 2021
New Revision: 565890
URL: https://svnweb.freebsd.org/changeset/ports/565890

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

Modified:
  head/net/wmping/Makefile

Modified: head/net/wmping/Makefile
==============================================================================
--- head/net/wmping/Makefile	Thu Feb 18 04:34:01 2021	(r565889)
+++ head/net/wmping/Makefile	Thu Feb 18 04:40:57 2021	(r565890)
@@ -10,6 +10,9 @@ MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-$
 MAINTAINER=	serg at cad.kiev.ua
 COMMENT=	Windowmaker dock app to display network hosts status
 
+BROKEN_FreeBSD_13=	ld: error: duplicate symbol: display
+BROKEN_FreeBSD_14=	ld: error: duplicate symbol: display
+
 USES=		gmake xorg
 USE_XORG=	xpm
 GNU_CONFIGURE=	yes
@@ -23,7 +26,7 @@ do-install:
 	${INSTALL_MAN} ${WRKSRC}/wmping.1 ${STAGEDIR}${PREFIX}/man/man1
 	@${MKDIR} ${STAGEDIR}${DOCSDIR}
 .for file in ${PORTDOCS}
-	@${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
+	${INSTALL_DATA} ${WRKSRC}/${file} ${STAGEDIR}${DOCSDIR}
 .endfor
 
 .include <bsd.port.mk>


More information about the svn-ports-all mailing list