svn commit: r440593 - head/sysutils/polkit

Koop Mast kwm at FreeBSD.org
Wed May 10 21:37:59 UTC 2017


Author: kwm
Date: Wed May 10 21:37:57 2017
New Revision: 440593
URL: https://svnweb.freebsd.org/changeset/ports/440593

Log:
  Drop the use of USE_GCC on arm.
  
  PR:		215517
  Submitted by:	mikael.urankar at gmail.com

Modified:
  head/sysutils/polkit/Makefile

Modified: head/sysutils/polkit/Makefile
==============================================================================
--- head/sysutils/polkit/Makefile	Wed May 10 21:36:44 2017	(r440592)
+++ head/sysutils/polkit/Makefile	Wed May 10 21:37:57 2017	(r440593)
@@ -3,7 +3,7 @@
 
 PORTNAME=	polkit
 PORTVERSION=	0.113
-PORTREVISION=	4
+PORTREVISION=	5
 CATEGORIES=	sysutils gnome
 MASTER_SITES=	http://www.freedesktop.org/software/polkit/releases/
 
@@ -52,10 +52,6 @@ OPTIONS_SUB=	yes
 
 .include <bsd.port.pre.mk>
 
-.if (${ARCH} == "armv6" || ${ARCH} == "armv6hf")
-USE_GCC=       yes
-.endif
-
 post-patch:
 	@${REINPLACE_CMD} -e 's|/usr/bin/|${PREFIX}/bin/|g' \
 		${WRKSRC}/docs/man/pkexec.xml \


More information about the svn-ports-all mailing list