svn commit: r563093 - branches/2021Q1/misc/wmwork

Antoine Brodin antoine at FreeBSD.org
Wed Jan 27 15:55:09 UTC 2021


Author: antoine
Date: Wed Jan 27 15:55:09 2021
New Revision: 563093
URL: https://svnweb.freebsd.org/changeset/ports/563093

Log:
  MFH: r563092
  
  Mark BROKEN on FreeBSD 13 and 14
  
  ld: error: duplicate symbol: display
  >>> defined at wmwork.c
  >>>            wmwork.o:(display)
  >>> defined at wmgeneral.c
  >>>            wmgeneral.o:(.bss+0x8)
  
  Reported by:	pkg-fallout

Modified:
  branches/2021Q1/misc/wmwork/Makefile
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/misc/wmwork/Makefile
==============================================================================
--- branches/2021Q1/misc/wmwork/Makefile	Wed Jan 27 15:54:50 2021	(r563092)
+++ branches/2021Q1/misc/wmwork/Makefile	Wed Jan 27 15:55:09 2021	(r563093)
@@ -11,6 +11,9 @@ MASTER_SITES=	http://people.debian.org/~godisch/wmwork
 MAINTAINER=	xride at FreeBSD.org
 COMMENT=	Dockapp that keeps track of time you have spent on something
 
+BROKEN_FreeBSD_13=	duplicate symbol: display
+BROKEN_FreeBSD_14=	duplicate symbol: display
+
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}/src
 
 USES=		gmake xorg


More information about the svn-ports-all mailing list