Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 29 Sep 2020 08:05:21 +0000 (UTC)
From:      Yuri Victorovich <yuri@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r550475 - head/sysutils/libdnf
Message-ID:  <202009290805.08T85LUj005433@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 \



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?202009290805.08T85LUj005433>