From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Nov 23 14:20:03 2008 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 CCED4106567B for ; Sun, 23 Nov 2008 14:20:03 +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 B0D508FC23 for ; Sun, 23 Nov 2008 14:20:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.14.3/8.14.3) with ESMTP id mANEK3Uw037480 for ; Sun, 23 Nov 2008 14:20:03 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.3/8.14.3/Submit) id mANEK3so037479; Sun, 23 Nov 2008 14:20:03 GMT (envelope-from gnats) Resent-Date: Sun, 23 Nov 2008 14:20:03 GMT Resent-Message-Id: <200811231420.mANEK3so037479@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, Pankov Pavel Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AF1381065670 for ; Sun, 23 Nov 2008 14:14:36 +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 A55C58FC0A for ; Sun, 23 Nov 2008 14:14:36 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id mANEEaoU084897 for ; Sun, 23 Nov 2008 14:14:36 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id mANEEacw084896; Sun, 23 Nov 2008 14:14:36 GMT (envelope-from nobody) Message-Id: <200811231414.mANEEacw084896@www.freebsd.org> Date: Sun, 23 Nov 2008 14:14:36 GMT From: Pankov Pavel To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/129087: [patch] Fix typo in misc/compat4x 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: Sun, 23 Nov 2008 14:20:03 -0000 >Number: 129087 >Category: ports >Synopsis: [patch] Fix typo in misc/compat4x >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sun Nov 23 14:20:03 UTC 2008 >Closed-Date: >Last-Modified: >Originator: Pankov Pavel >Release: 6.3-STABLE >Organization: MPEI >Environment: FreeBSD vds.pankov.pp.ru 6.3-STABLE FreeBSD 6.3-STABLE #3: Sun Oct 26 05:11:53 CET 2008 root@dione.ispsystem.net:/root/src/sys/i386/compile/ISPSYSTEM_PAED i386 >Description: There is a minor typo in misc/compat4x port's Makefile: it says "in unsupported" instead of "is unsupported". >How-To-Repeat: >Fix: Apply the attached patch. Patch attached with submission follows: Index: ports/misc/compat4x/Makefile =================================================================== RCS file: /home/ncvs/ports/misc/compat4x/Makefile,v retrieving revision 1.38 diff -u -r1.38 Makefile --- ports/misc/compat4x/Makefile 19 Apr 2008 17:52:10 -0000 1.38 +++ ports/misc/compat4x/Makefile 23 Nov 2008 14:01:43 -0000 @@ -53,7 +53,7 @@ COMPAT4X_DISTFILES= ${PORTNAME}.aa \ ${PORTNAME}.ab .else -IGNORE= in unsupported (FreeBSD 4.x did not run on this architecture) +IGNORE= is unsupported (FreeBSD 4.x did not run on this architecture) .endif .if ${COMPAT4X_ARCH} == i386 >Release-Note: >Audit-Trail: >Unformatted: