From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 22 11:40:16 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8FDE816A41F for ; Sat, 22 Oct 2005 11:40:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A66B843D48 for ; Sat, 22 Oct 2005 11:40:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9MBeFk3021597 for ; Sat, 22 Oct 2005 11:40:15 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9MBeFxO021596; Sat, 22 Oct 2005 11:40:15 GMT (envelope-from gnats) Resent-Date: Sat, 22 Oct 2005 11:40:15 GMT Resent-Message-Id: <200510221140.j9MBeFxO021596@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, vd@datamax.bg Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 0C8A416A41F for ; Sat, 22 Oct 2005 11:31:19 +0000 (GMT) (envelope-from vd@datamax.bg) Received: from jengal.datamax.bg (jengal.datamax.bg [82.103.104.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 9A06843D46 for ; Sat, 22 Oct 2005 11:31:18 +0000 (GMT) (envelope-from vd@datamax.bg) Received: from qlovarnika.bg.datamax (qlovarnika.bg.datamax [192.168.10.2]) by jengal.datamax.bg (Postfix) with SMTP id D4E56B83B for ; Sat, 22 Oct 2005 14:31:16 +0300 (EEST) Received: (nullmailer pid 47794 invoked by uid 1002); Sat, 22 Oct 2005 11:31:16 -0000 Message-Id: <20051022113116.GA47761@qlovarnika.bg.datamax> Date: Sat, 22 Oct 2005 14:31:16 +0300 From: Vasil Dimov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/87838: Properly mark unsupported architectures for lang/pm3-base X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: vd@datamax.bg List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 22 Oct 2005 11:40:16 -0000 >Number: 87838 >Category: ports >Synopsis: Properly mark unsupported architectures for lang/pm3-base >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Oct 22 11:40:15 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Vasil Dimov >Release: FreeBSD 6.0-RC1 amd64 >Organization: DataMax >Environment: >Description: Do not fail with error in pre-fetch target on unsupported architectures. Reported by Kris >How-To-Repeat: >Fix: --- pm3-base_ignore.diff begins here --- diff -urN --exclude=CVS --exclude=README.html pm3-base.orig/Makefile pm3-base/Makefile --- pm3-base.orig/Makefile Sat Oct 22 13:41:26 2005 +++ pm3-base/Makefile Sat Oct 22 13:40:54 2005 @@ -69,17 +69,13 @@ TARGETDIR= fbsd-alpha WORDSIZE= 64 BOOTSTRAP= pm3-${PORTVERSION}-${TARGET}-boot.tar.bz2 +.else +IGNORE= Not supported on ${ARCH} .endif EXTRA_PATCHES!= echo ${PATCHDIR}/${TARGET}-patch-* .if ${EXTRA_PATCHES} == ${PATCHDIR}/${TARGET}-patch-* .undef EXTRA_PATCHES -.endif - -.if !defined(TARGET) -pre-fetch: - @${ECHO_MSG} "Cannot determine M3 target for this architecture" - @${FALSE} .endif post-patch: --- pm3-base_ignore.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: