svn commit: r381793 - in head: devel/efivar devel/gnu-efi sysutils/pesign sysutils/shim

John Marino marino at FreeBSD.org
Sat Mar 21 12:12:05 UTC 2015


Author: marino
Date: Sat Mar 21 12:12:02 2015
New Revision: 381793
URL: https://svnweb.freebsd.org/changeset/ports/381793
QAT: https://qat.redports.org/buildarchive/r381793/

Log:
  For traz@ ports: Change USE_GCC=4.8+ to preferred USE_GCC=yes
  
  Approved by:	just fix it

Modified:
  head/devel/efivar/Makefile
  head/devel/gnu-efi/Makefile
  head/sysutils/pesign/Makefile
  head/sysutils/shim/Makefile

Modified: head/devel/efivar/Makefile
==============================================================================
--- head/devel/efivar/Makefile	Sat Mar 21 12:00:12 2015	(r381792)
+++ head/devel/efivar/Makefile	Sat Mar 21 12:12:02 2015	(r381793)
@@ -12,7 +12,7 @@ LICENSE=	LGPL21
 
 LIB_DEPENDS=	libpopt.so:${PORTSDIR}/devel/popt
 
-USE_GCC=	4.8+
+USE_GCC=	yes
 USE_GITHUB=	yes
 GH_ACCOUNT=	rhinstaller
 GH_COMMIT=	5776088

Modified: head/devel/gnu-efi/Makefile
==============================================================================
--- head/devel/gnu-efi/Makefile	Sat Mar 21 12:00:12 2015	(r381792)
+++ head/devel/gnu-efi/Makefile	Sat Mar 21 12:12:02 2015	(r381793)
@@ -15,7 +15,7 @@ LICENSE=	GPLv2
 BUILD_DEPENDS+=	${LOCALBASE}/bin/ar:${PORTSDIR}/devel/binutils
 
 USES=		gmake tar:bz2
-USE_GCC=	4.8+
+USE_GCC=	yes
 MAKE_JOBS_UNSAFE=	yes
 CFLAGS+=	"-fPIC"
 CPPFLAGS+=	"-fPIC"

Modified: head/sysutils/pesign/Makefile
==============================================================================
--- head/sysutils/pesign/Makefile	Sat Mar 21 12:00:12 2015	(r381792)
+++ head/sysutils/pesign/Makefile	Sat Mar 21 12:12:02 2015	(r381793)
@@ -16,7 +16,7 @@ LIB_DEPENDS=	libefivar.so:${PORTSDIR}/de
 		libpopt.so:${PORTSDIR}/devel/popt \
 		libuuid.so:${PORTSDIR}/misc/e2fsprogs-libuuid
 
-USE_GCC=	4.8+
+USE_GCC=	yes
 USE_GITHUB=	yes
 GH_ACCOUNT=	rhinstaller
 GH_COMMIT=	00288b4

Modified: head/sysutils/shim/Makefile
==============================================================================
--- head/sysutils/shim/Makefile	Sat Mar 21 12:00:12 2015	(r381792)
+++ head/sysutils/shim/Makefile	Sat Mar 21 12:12:02 2015	(r381793)
@@ -19,7 +19,7 @@ GH_ACCOUNT=	mjg59
 GH_COMMIT=	6f4d516
 
 USES=		gmake
-USE_GCC=	4.8+
+USE_GCC=	yes
 USE_GITHUB=	yes
 MAKE_JOBS_UNSAFE=	yes
 ONLY_FOR_ARCHS=	amd64


More information about the svn-ports-head mailing list