svn commit: r402643 - head/sysutils/namefix

Alexey Dokuchaev danfe at FreeBSD.org
Mon Nov 30 04:44:57 UTC 2015


Author: danfe
Date: Mon Nov 30 04:44:56 2015
New Revision: 402643
URL: https://svnweb.freebsd.org/changeset/ports/402643

Log:
  Remove BROKEN_sparc64 (again): it was failing due to missing -fPIC in the
  `archivers/p7zip' port, which I've added in r396461.
  
  Discussed with:	linimon

Modified:
  head/sysutils/namefix/Makefile

Modified: head/sysutils/namefix/Makefile
==============================================================================
--- head/sysutils/namefix/Makefile	Mon Nov 30 01:35:36 2015	(r402642)
+++ head/sysutils/namefix/Makefile	Mon Nov 30 04:44:56 2015	(r402643)
@@ -28,8 +28,6 @@ WRKSRC=		${WRKDIR}/${PORTNAME}.pl
 NO_BUILD=	yes
 NO_ARCH=	yes
 
-BROKEN_sparc64=	cannot extract: coredump in extract phase
-
 USES=		perl5 shebangfix
 USE_PERL5=	run
 SHEBANG_FILES=	namefix-cli.pl namefix.pl


More information about the svn-ports-all mailing list