svn commit: r498067 - head/sysutils/pc-networkmanager

Antoine Brodin antoine at FreeBSD.org
Sat Apr 6 08:00:01 UTC 2019


Author: antoine
Date: Sat Apr  6 07:59:59 2019
New Revision: 498067
URL: https://svnweb.freebsd.org/changeset/ports/498067

Log:
  Mark BROKEN on FreeBSD 12 and 13
  
  Reported by:	pkg-fallout
  MFH:		2019Q2

Modified:
  head/sysutils/pc-networkmanager/Makefile

Modified: head/sysutils/pc-networkmanager/Makefile
==============================================================================
--- head/sysutils/pc-networkmanager/Makefile	Sat Apr  6 07:56:59 2019	(r498066)
+++ head/sysutils/pc-networkmanager/Makefile	Sat Apr  6 07:59:59 2019	(r498067)
@@ -10,6 +10,8 @@ COMMENT=	TrueOS Qt based network manager
 
 LICENSE=	BSD2CLAUSE
 
+BROKEN_FreeBSD_12=	use of undeclared identifiers 'IFM_FDDI' and 'IFM_TOKEN'
+BROKEN_FreeBSD_13=	use of undeclared identifiers 'IFM_FDDI' and 'IFM_TOKEN'
 ONLY_FOR_ARCHS=	amd64
 
 LIB_DEPENDS=	libtrueos-ui.so:sysutils/trueos-libqt5


More information about the svn-ports-all mailing list