Date: Mon, 14 Sep 2009 03:35:43 GMT From: Cristiano Rolim Pereira <cristianorolim@hotmail.com> To: freebsd-gnats-submit@FreeBSD.org Subject: ports/138799: [patch] - update devel/hp48xgcc Message-ID: <200909140335.n8E3ZhxA017828@www.freebsd.org> Resent-Message-ID: <200909140340.n8E3e2SS084345@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 138799 >Category: ports >Synopsis: [patch] - update devel/hp48xgcc >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon Sep 14 03:40:02 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Cristiano Rolim Pereira >Release: 7.2-RELEASE >Organization: >Environment: FreeBSD bsd7.casa 7.2-RELEASE-p2 FreeBSD 7.2-RELEASE-p2 #0: Wed Jun 24 00:14:35 UTC 2009 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Substituted "BROKEN= Configure fails on !i386" for "ONLY_FOR_ARCHS= i386". >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN ../hp48xgcc.orig/Makefile ./Makefile --- ../hp48xgcc.orig/Makefile 2009-09-14 00:01:35.000000000 -0300 +++ ./Makefile 2009-09-14 00:06:43.000000000 -0300 @@ -37,9 +37,7 @@ .include <bsd.port.pre.mk> -.if ${ARCH} != "i386" -BROKEN= Configure fails on !i386 -.endif +ONLY_FOR_ARCHS= i386 post-extract: .SILENT # Extract GCC distribution separately because of USE_ZIP/.tar.gz conflict >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200909140335.n8E3ZhxA017828>