svn commit: r565434 - branches/2021Q1/sysutils/gtk-imonc

Antoine Brodin antoine at FreeBSD.org
Tue Feb 16 17:48:20 UTC 2021


Author: antoine
Date: Tue Feb 16 17:48:20 2021
New Revision: 565434
URL: https://svnweb.freebsd.org/changeset/ports/565434

Log:
  MFH: r565432
  
  Mark BROKEN on FreeBSD 13 and 14
  
  ld: error: duplicate symbol: admin_passwd
  >>> defined at main.c
  >>>            main.o:(admin_passwd)
  >>> defined at interface.c
  >>>            interface.o:(.bss+0x60)
  
  Reported by:	pkg-fallout

Modified:
  branches/2021Q1/sysutils/gtk-imonc/Makefile
Directory Properties:
  branches/2021Q1/   (props changed)

Modified: branches/2021Q1/sysutils/gtk-imonc/Makefile
==============================================================================
--- branches/2021Q1/sysutils/gtk-imonc/Makefile	Tue Feb 16 17:47:53 2021	(r565433)
+++ branches/2021Q1/sysutils/gtk-imonc/Makefile	Tue Feb 16 17:48:20 2021	(r565434)
@@ -12,6 +12,9 @@ COMMENT=	GTK2-based imond-client to control an on(e) d
 
 LICENSE=	GPLv2+
 
+BROKEN_FreeBSD_13=	ld: error: duplicate symbol: admin_passwd
+BROKEN_FreeBSD_14=	ld: error: duplicate symbol: admin_passwd
+
 GNU_CONFIGURE=	yes
 USES=		pkgconfig gettext gnome iconv xorg
 USE_GNOME=	gtk20


More information about the svn-ports-all mailing list