Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 29 Nov 2018 11:07:58 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r486166 - head/net/megatools
Message-ID:  <201811291107.wATB7w91059700@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Thu Nov 29 11:07:58 2018
New Revision: 486166
URL: https://svnweb.freebsd.org/changeset/ports/486166

Log:
  Megatools dev doesn't state what GCC version is the minimum required
  for building, but they imply at least 5.4 should be used:
  
  https://github.com/megous/megatools/issues/381
  
  Thus, add USES=compiler:c11, since the port doesn't build with base GCC.
  
  PR:		233592
  Submitted by:	Piotr Kubaj
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/net/megatools/Makefile

Modified: head/net/megatools/Makefile
==============================================================================
--- head/net/megatools/Makefile	Thu Nov 29 11:05:39 2018	(r486165)
+++ head/net/megatools/Makefile	Thu Nov 29 11:07:58 2018	(r486166)
@@ -17,7 +17,8 @@ BUILD_DEPENDS=	asciidoc:textproc/asciidoc
 
 CONFIGURE_ENV=	OPENSSL_CFLAGS="-I${OPENSSLINC}" \
 		OPENSSL_LIBS="-L${OPENSSLLIB} -lcrypto -lssl"
-USES=		gettext-runtime gmake gnome libtool pathfix pkgconfig ssl
+USES=		compiler:c11 gettext-runtime gmake gnome libtool pathfix \
+		pkgconfig ssl
 GNU_CONFIGURE=	yes
 USE_GNOME=	glib20
 



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