From owner-svn-ports-head@freebsd.org Sun Aug 9 22:24:07 2015 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 782E699EAFB; Sun, 9 Aug 2015 22:24:07 +0000 (UTC) (envelope-from andrew@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 685D0921; Sun, 9 Aug 2015 22:24:07 +0000 (UTC) (envelope-from andrew@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t79MO7QS070071; Sun, 9 Aug 2015 22:24:07 GMT (envelope-from andrew@FreeBSD.org) Received: (from andrew@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t79MO5Gh070063; Sun, 9 Aug 2015 22:24:05 GMT (envelope-from andrew@FreeBSD.org) Message-Id: <201508092224.t79MO5Gh070063@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: andrew set sender to andrew@FreeBSD.org using -f From: Andrew Turner Date: Sun, 9 Aug 2015 22:24:05 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r393831 - in head: archivers/p7zip audio/liba52 devel/libmsocket graphics/freeimage irc/irssi-xmpp multimedia/openquicktime security/lockdown X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Aug 2015 22:24:07 -0000 Author: andrew (src committer) Date: Sun Aug 9 22:24:04 2015 New Revision: 393831 URL: https://svnweb.freebsd.org/changeset/ports/393831 Log: Adds -fPIC to CFLAGS_aarch64 to a number of ports that already have it in the amd64 CFLAGS and are failing to build. Approved by: bapt Differential Revision: https://reviews.freebsd.org/D3321 Modified: head/archivers/p7zip/Makefile head/audio/liba52/Makefile head/devel/libmsocket/Makefile head/graphics/freeimage/Makefile head/irc/irssi-xmpp/Makefile head/multimedia/openquicktime/Makefile head/security/lockdown/Makefile Modified: head/archivers/p7zip/Makefile ============================================================================== --- head/archivers/p7zip/Makefile Sun Aug 9 22:23:26 2015 (r393830) +++ head/archivers/p7zip/Makefile Sun Aug 9 22:24:04 2015 (r393831) @@ -20,6 +20,7 @@ MAKEFILE= makefile MAKE_ARGS= OPTFLAGS="${CXXFLAGS}" WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION} +CFLAGS_aarch64= -fPIC CFLAGS_amd64= -fPIC CFLAGS_ia64= -fPIC Modified: head/audio/liba52/Makefile ============================================================================== --- head/audio/liba52/Makefile Sun Aug 9 22:23:26 2015 (r393830) +++ head/audio/liba52/Makefile Sun Aug 9 22:24:04 2015 (r393831) @@ -30,6 +30,7 @@ DJBFFT_CONFIGURE_ON= --enable-djbfft .include +CFLAGS_aarch64= -fPIC CFLAGS_amd64= -fPIC CFLAGS_powerpc= -fPIC Modified: head/devel/libmsocket/Makefile ============================================================================== --- head/devel/libmsocket/Makefile Sun Aug 9 22:23:26 2015 (r393830) +++ head/devel/libmsocket/Makefile Sun Aug 9 22:24:04 2015 (r393831) @@ -26,6 +26,7 @@ PLIST_FILES= lib/libmsocket.so \ include/msocket.h \ include/msocketutils.h +CFLAGS_aarch64+=-fPIC -DPIC CFLAGS_amd64+= -fPIC -DPIC CFLAGS_iad64+= -fPIC -DPIC Modified: head/graphics/freeimage/Makefile ============================================================================== --- head/graphics/freeimage/Makefile Sun Aug 9 22:23:26 2015 (r393830) +++ head/graphics/freeimage/Makefile Sun Aug 9 22:24:04 2015 (r393831) @@ -17,6 +17,7 @@ WRKSRC= ${WRKDIR}/FreeImage MAKE_ARGS= CC="${CC}" CPP="${CPP}" CXX="${CXX}" CFLAGS+= -fexceptions -fvisibility=hidden +CFLAGS_aarch64= -fPIC CFLAGS_amd64= -fPIC PLIST_FILES= include/FreeImage.h \ Modified: head/irc/irssi-xmpp/Makefile ============================================================================== --- head/irc/irssi-xmpp/Makefile Sun Aug 9 22:23:26 2015 (r393830) +++ head/irc/irssi-xmpp/Makefile Sun Aug 9 22:24:04 2015 (r393831) @@ -21,6 +21,7 @@ USE_LDCONFIG= yes MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" DATADIR= ${PREFIX}/share/irssi DOCSDIR= ${PREFIX}/share/doc/irssi +CFLAGS_aarch64= -fPIC CFLAGS_amd64= -fPIC OPTIONS_DEFINE= DOCS Modified: head/multimedia/openquicktime/Makefile ============================================================================== --- head/multimedia/openquicktime/Makefile Sun Aug 9 22:23:26 2015 (r393830) +++ head/multimedia/openquicktime/Makefile Sun Aug 9 22:24:04 2015 (r393831) @@ -20,6 +20,7 @@ USES= gmake jpeg tar:tgz USE_LDCONFIG= yes PKGDEINSTALL= ${PKGINSTALL} +CFLAGS_aarch64= -fPIC CFLAGS_amd64= -fPIC OPTIONS_DEFINE= DEBUG Modified: head/security/lockdown/Makefile ============================================================================== --- head/security/lockdown/Makefile Sun Aug 9 22:23:26 2015 (r393830) +++ head/security/lockdown/Makefile Sun Aug 9 22:24:04 2015 (r393831) @@ -14,6 +14,7 @@ USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/lockdown +CFLAGS_aarch64+=-fPIC CFLAGS_amd64+= -fPIC do-install: