svn commit: r499650 - branches/2019Q2/devel/ada-util

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


Author: antoine
Date: Mon Apr 22 15:06:32 2019
New Revision: 499650
URL: https://svnweb.freebsd.org/changeset/ports/499650

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

Modified:
  branches/2019Q2/devel/ada-util/Makefile
Directory Properties:
  branches/2019Q2/   (props changed)

Modified: branches/2019Q2/devel/ada-util/Makefile
==============================================================================
--- branches/2019Q2/devel/ada-util/Makefile	Mon Apr 22 15:04:14 2019	(r499649)
+++ branches/2019Q2/devel/ada-util/Makefile	Mon Apr 22 15:06:32 2019	(r499650)
@@ -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