svn commit: r550475 - head/sysutils/libdnf

Yuri Victorovich yuri at FreeBSD.org
Tue Sep 29 08:05:22 UTC 2020


Author: yuri
Date: Tue Sep 29 08:05:21 2020
New Revision: 550475
URL: https://svnweb.freebsd.org/changeset/ports/550475

Log:
  sysutils/libdnf: Broken on 11
  
  Reported by:	fallout

Modified:
  head/sysutils/libdnf/Makefile

Modified: head/sysutils/libdnf/Makefile
==============================================================================
--- head/sysutils/libdnf/Makefile	Tue Sep 29 07:57:52 2020	(r550474)
+++ head/sysutils/libdnf/Makefile	Tue Sep 29 08:05:21 2020	(r550475)
@@ -11,6 +11,8 @@ COMMENT=	Dandified YUM, the next-generation version of
 LICENSE=	LGPL21 # no LICENSE tag for Version 2.1
 LICENSE_FILE=	${WRKSRC}/COPYING
 
+BROKEN_FreeBSD_11=	fatal error: sys/auxv.h: No such file or directory
+
 BUILD_DEPENDS=	check>0:devel/check
 LIB_DEPENDS=	libassuan.so:security/libassuan \
 		libgpgme.so:security/gpgme \


More information about the svn-ports-all mailing list