svn commit: r397082 - branches/2015Q3/archivers/p7zip

Mark Felder feld at FreeBSD.org
Wed Sep 16 20:29:40 UTC 2015


Author: feld
Date: Wed Sep 16 20:29:39 2015
New Revision: 397082
URL: https://svnweb.freebsd.org/changeset/ports/397082

Log:
  MFH: r396461
  
  It turned out -fPIC is required on sparc64 as well: it dumps core without
  it on extraction, which turn breaks e.g. `sysutils/namefix' port.  Do not
  bump port revision again as it was bumped just couple of hours ago, which
  is just too small in Tier-2 land for which we do not produce any packages
  anyways.
  
  Tested on:	flame
  Approved by:	ports-secteam (with hat)

Modified:
  branches/2015Q3/archivers/p7zip/Makefile
Directory Properties:
  branches/2015Q3/   (props changed)

Modified: branches/2015Q3/archivers/p7zip/Makefile
==============================================================================
--- branches/2015Q3/archivers/p7zip/Makefile	Wed Sep 16 20:29:06 2015	(r397081)
+++ branches/2015Q3/archivers/p7zip/Makefile	Wed Sep 16 20:29:39 2015	(r397082)
@@ -24,6 +24,7 @@ CFLAGS_aarch64=	-fPIC
 CFLAGS_amd64=	-fPIC
 CFLAGS_ia64=	-fPIC
 CFLAGS_powerpc=	-fPIC
+CFLAGS_sparc64=	-fPIC
 
 OPTIONS_DEFINE=	DOCS
 


More information about the svn-ports-all mailing list