Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 16 Sep 2015 20:28:28 +0000 (UTC)
From:      Mark Felder <feld@FreeBSD.org>
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
Message-ID:  <201509162028.t8GKSSuG078005@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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 <bsd.port.options.mk>
 
+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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509162028.t8GKSSuG078005>