From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 24 18:00:12 2009 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BDD5C1065694 for ; Thu, 24 Sep 2009 18:00:12 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 815178FC1C for ; Thu, 24 Sep 2009 18:00:12 +0000 (UTC) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id n8OI0C9n023928 for ; Thu, 24 Sep 2009 18:00:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id n8OI0CJC023927; Thu, 24 Sep 2009 18:00:12 GMT (envelope-from gnats) Resent-Date: Thu, 24 Sep 2009 18:00:12 GMT Resent-Message-Id: <200909241800.n8OI0CJC023927@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Alexander Moisseev Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id E7D23106566B for ; Thu, 24 Sep 2009 17:58:02 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id D6EFE8FC0C for ; Thu, 24 Sep 2009 17:58:02 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n8OHw2T3090324 for ; Thu, 24 Sep 2009 17:58:02 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id n8OHw16h090323; Thu, 24 Sep 2009 17:58:01 GMT (envelope-from nobody) Message-Id: <200909241758.n8OHw16h090323@www.freebsd.org> Date: Thu, 24 Sep 2009 17:58:01 GMT From: Alexander Moisseev To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/139119: [patch][maintainer-update] www/free-sa-devel: CPU architecture fix X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 Sep 2009 18:00:12 -0000 >Number: 139119 >Category: ports >Synopsis: [patch][maintainer-update] www/free-sa-devel: CPU architecture fix >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Sep 24 18:00:12 UTC 2009 >Closed-Date: >Last-Modified: >Originator: Alexander Moisseev >Release: >Organization: >Environment: >Description: Port failed to build on amd64. Build log: http://pointyhat.freebsd.org/errorlogs/amd64-errorlogs/a.8-exp.20090921073642/free-sa-devel-2.0.0b2.log The attached patch fixes selection of CPU architecture. >How-To-Repeat: >Fix: Patch attached with submission follows: diff -ruN free-sa-devel.old/Makefile free-sa-devel/Makefile --- free-sa-devel.old/Makefile 2009-09-20 05:36:55.000000000 +0400 +++ free-sa-devel/Makefile 2009-09-24 20:31:54.000000000 +0400 @@ -36,10 +36,10 @@ EXTRA_PATCHES+= ${FILESDIR}/extra-patch-Makefile .endif -.if (${OSVERSION} >= 700000 && ${OSVERSION} <= 800000) -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-global-native.mk -.else +.if ${ARCH} == "i386" EXTRA_PATCHES+= ${FILESDIR}/extra-patch-global-i386.mk +.else +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-global-native.mk .endif .include >Release-Note: >Audit-Trail: >Unformatted: