From owner-svn-ports-head@freebsd.org Mon Nov 30 04:44:57 2015 Return-Path: Delivered-To: svn-ports-head@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 B8758A3C65E; Mon, 30 Nov 2015 04:44:57 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::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 864121C82; Mon, 30 Nov 2015 04:44:57 +0000 (UTC) (envelope-from danfe@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id tAU4iuAD066731; Mon, 30 Nov 2015 04:44:56 GMT (envelope-from danfe@FreeBSD.org) Received: (from danfe@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id tAU4iura066730; Mon, 30 Nov 2015 04:44:56 GMT (envelope-from danfe@FreeBSD.org) Message-Id: <201511300444.tAU4iura066730@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: danfe set sender to danfe@FreeBSD.org using -f From: Alexey Dokuchaev Date: Mon, 30 Nov 2015 04:44:56 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r402643 - head/sysutils/namefix X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.20 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 30 Nov 2015 04:44:57 -0000 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