svn commit: r499649 - head/devel/ada-util

Antoine Brodin antoine at FreeBSD.org
Mon Apr 22 15:04:15 UTC 2019


Author: antoine
Date: Mon Apr 22 15:04:14 2019
New Revision: 499649
URL: https://svnweb.freebsd.org/changeset/ports/499649

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

Modified:
  head/devel/ada-util/Makefile

Modified: head/devel/ada-util/Makefile
==============================================================================
--- head/devel/ada-util/Makefile	Mon Apr 22 14:34:15 2019	(r499648)
+++ head/devel/ada-util/Makefile	Mon Apr 22 15:04:14 2019	(r499649)
@@ -12,6 +12,9 @@ COMMENT=	Utility library for Ada 2005 applications
 LICENSE=	APACHE20
 LICENSE_FILE=	${WRKSRC}/LICENSE.txt
 
+BROKEN_FreeBSD_12=	'struct stat' has no member named 'st_lspare'
+BROKEN_FreeBSD_13=	'struct stat' has no member named 'st_lspare'
+
 BUILD_DEPENDS=	gprbuild:devel/gprbuild \
 		${LOCALBASE}/lib/gnat/ahven.gpr:devel/ahven
 LIB_DEPENDS=	libcurl.so:ftp/curl


More information about the svn-ports-all mailing list