svn commit: r565432 - head/sysutils/gtk-imonc

Antoine Brodin antoine at FreeBSD.org
Tue Feb 16 17:47:51 UTC 2021


Author: antoine
Date: Tue Feb 16 17:47:50 2021
New Revision: 565432
URL: https://svnweb.freebsd.org/changeset/ports/565432

Log:
  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
  MFH:		2021Q1

Modified:
  head/sysutils/gtk-imonc/Makefile

Modified: head/sysutils/gtk-imonc/Makefile
==============================================================================
--- head/sysutils/gtk-imonc/Makefile	Tue Feb 16 17:46:33 2021	(r565431)
+++ head/sysutils/gtk-imonc/Makefile	Tue Feb 16 17:47:50 2021	(r565432)
@@ -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