Date: Wed, 10 May 2017 21:37:57 +0000 (UTC) From: Koop Mast <kwm@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r440593 - head/sysutils/polkit Message-ID: <201705102137.v4ALbvIK057442@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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@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 \
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201705102137.v4ALbvIK057442>