From owner-freebsd-gnome@freebsd.org Mon Jun 11 02:39:23 2018 Return-Path: Delivered-To: freebsd-gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 355231013AAB for ; Mon, 11 Jun 2018 02:39:23 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id CB8A086C3D for ; Mon, 11 Jun 2018 02:39:22 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: by mailman.ysv.freebsd.org (Postfix) id 8FCF41013AAA; Mon, 11 Jun 2018 02:39:22 +0000 (UTC) Delivered-To: gnome@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 7BE381013AA9 for ; Mon, 11 Jun 2018 02:39:22 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from mail.soaustin.net (mail.soaustin.net [18.222.6.11]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mail.soaustin.net", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 1A9BC86C3A; Mon, 11 Jun 2018 02:39:21 +0000 (UTC) (envelope-from linimon@lonesome.com) Received: from lonesome.com (unknown [18.188.142.31]) by mail.soaustin.net (Postfix) with ESMTPSA id 34F4224948; Mon, 11 Jun 2018 02:39:21 +0000 (UTC) Date: Mon, 11 Jun 2018 02:39:20 +0000 From: Mark Linimon To: gnome@FreeBSD.org Cc: linimon@FreeBSD.org Subject: [linimon@FreeBSD.org: svn commit: r472164 - head/devel/libical] Message-ID: <20180611023919.GA22081@lonesome.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.5.21 (2010-09-15) X-BeenThere: freebsd-gnome@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: GNOME for FreeBSD -- porting and maintaining List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 11 Jun 2018 02:39:23 -0000 I suppose that while I'm making a mess, I might as well throw this one in, too. mcl ----- Forwarded message from Mark Linimon ----- Date: Mon, 11 Jun 2018 02:34:57 +0000 (UTC) From: Mark Linimon To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r472164 - head/devel/libical Author: linimon Date: Mon Jun 11 02:34:57 2018 New Revision: 472164 URL: https://svnweb.freebsd.org/changeset/ports/472164 Log: While I'm cleaning out my queue for Q3, add this trivial change which I have had around for a while. It merely brings the usage into modernity. (Well, it drops ia64, but that was done in a tree sweep a long time ago.) Approved by: portmgr (tier-2 blanket) Modified: head/devel/libical/Makefile Modified: head/devel/libical/Makefile ============================================================================== --- head/devel/libical/Makefile Mon Jun 11 02:14:07 2018 (r472163) +++ head/devel/libical/Makefile Mon Jun 11 02:34:57 2018 (r472164) @@ -15,16 +15,12 @@ LICENSE_COMB= dual LIB_DEPENDS= libicuuc.so:devel/icu +CFLAGS_amd64= -fPIC + USES= cmake compiler:c++11-lib pathfix perl5 USE_GITHUB= yes USE_GNOME= introspection:build USE_PERL5= build USE_LDCONFIG= yes -.include - -.if ${ARCH} == "amd64" || ${ARCH} == "ia64" -CFLAGS+= -fPIC -.endif - -.include +.include ----- End forwarded message -----