Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 30 Nov 2015 04:44:56 +0000 (UTC)
From:      Alexey Dokuchaev <danfe@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r402643 - head/sysutils/namefix
Message-ID:  <201511300444.tAU4iura066730@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



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