From owner-svn-ports-branches@freebsd.org Wed Sep 16 20:28:31 2015 Return-Path: Delivered-To: svn-ports-branches@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 F3E229CDC02; Wed, 16 Sep 2015 20:28:30 +0000 (UTC) (envelope-from feld@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 E2CB31CB9; Wed, 16 Sep 2015 20:28:30 +0000 (UTC) (envelope-from feld@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.70]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id t8GKSUvv078012; Wed, 16 Sep 2015 20:28:30 GMT (envelope-from feld@FreeBSD.org) Received: (from feld@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id t8GKSSuG078005; Wed, 16 Sep 2015 20:28:28 GMT (envelope-from feld@FreeBSD.org) Message-Id: <201509162028.t8GKSSuG078005@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: feld set sender to feld@FreeBSD.org using -f From: Mark Felder Date: Wed, 16 Sep 2015 20:28:28 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org Subject: svn commit: r397080 - in branches/2015Q3: archivers/p7zip audio/liba52 devel/libmsocket graphics/freeimage irc/irssi-xmpp multimedia/openquicktime security/lockdown X-SVN-Group: ports-branches MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-branches@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for all the branches of the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 16 Sep 2015 20:28:31 -0000 Author: feld Date: Wed Sep 16 20:28:28 2015 New Revision: 397080 URL: https://svnweb.freebsd.org/changeset/ports/397080 Log: MFH: r393831 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 Approved by: ports-secteam (with hat) Modified: branches/2015Q3/archivers/p7zip/Makefile branches/2015Q3/audio/liba52/Makefile branches/2015Q3/devel/libmsocket/Makefile branches/2015Q3/graphics/freeimage/Makefile branches/2015Q3/irc/irssi-xmpp/Makefile branches/2015Q3/multimedia/openquicktime/Makefile branches/2015Q3/security/lockdown/Makefile Directory Properties: branches/2015Q3/ (props changed) Modified: branches/2015Q3/archivers/p7zip/Makefile ============================================================================== --- branches/2015Q3/archivers/p7zip/Makefile Wed Sep 16 20:23:24 2015 (r397079) +++ branches/2015Q3/archivers/p7zip/Makefile Wed Sep 16 20:28:28 2015 (r397080) @@ -20,6 +20,7 @@ MAKEFILE= makefile MAKE_ARGS= OPTFLAGS="${CXXFLAGS}" WRKSRC= ${WRKDIR}/${PORTNAME}_${PORTVERSION} +CFLAGS_aarch64= -fPIC CFLAGS_amd64= -fPIC CFLAGS_ia64= -fPIC Modified: branches/2015Q3/audio/liba52/Makefile ============================================================================== --- branches/2015Q3/audio/liba52/Makefile Wed Sep 16 20:23:24 2015 (r397079) +++ branches/2015Q3/audio/liba52/Makefile Wed Sep 16 20:28:28 2015 (r397080) @@ -30,6 +30,7 @@ DJBFFT_CONFIGURE_ON= --enable-djbfft .include +CFLAGS_aarch64= -fPIC CFLAGS_amd64= -fPIC CFLAGS_powerpc= -fPIC Modified: branches/2015Q3/devel/libmsocket/Makefile ============================================================================== --- branches/2015Q3/devel/libmsocket/Makefile Wed Sep 16 20:23:24 2015 (r397079) +++ branches/2015Q3/devel/libmsocket/Makefile Wed Sep 16 20:28:28 2015 (r397080) @@ -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: branches/2015Q3/graphics/freeimage/Makefile ============================================================================== --- branches/2015Q3/graphics/freeimage/Makefile Wed Sep 16 20:23:24 2015 (r397079) +++ branches/2015Q3/graphics/freeimage/Makefile Wed Sep 16 20:28:28 2015 (r397080) @@ -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: branches/2015Q3/irc/irssi-xmpp/Makefile ============================================================================== --- branches/2015Q3/irc/irssi-xmpp/Makefile Wed Sep 16 20:23:24 2015 (r397079) +++ branches/2015Q3/irc/irssi-xmpp/Makefile Wed Sep 16 20:28:28 2015 (r397080) @@ -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: branches/2015Q3/multimedia/openquicktime/Makefile ============================================================================== --- branches/2015Q3/multimedia/openquicktime/Makefile Wed Sep 16 20:23:24 2015 (r397079) +++ branches/2015Q3/multimedia/openquicktime/Makefile Wed Sep 16 20:28:28 2015 (r397080) @@ -20,6 +20,7 @@ USES= gmake jpeg tar:tgz USE_LDCONFIG= yes PKGDEINSTALL= ${PKGINSTALL} +CFLAGS_aarch64= -fPIC CFLAGS_amd64= -fPIC OPTIONS_DEFINE= DEBUG Modified: branches/2015Q3/security/lockdown/Makefile ============================================================================== --- branches/2015Q3/security/lockdown/Makefile Wed Sep 16 20:23:24 2015 (r397079) +++ branches/2015Q3/security/lockdown/Makefile Wed Sep 16 20:28:28 2015 (r397080) @@ -14,6 +14,7 @@ USE_LDCONFIG= yes WRKSRC= ${WRKDIR}/lockdown +CFLAGS_aarch64+=-fPIC CFLAGS_amd64+= -fPIC do-install: