Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 23 Nov 2008 14:14:36 GMT
From:      Pankov Pavel <pankov_p@mail.ru>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/129087: [patch] Fix typo in misc/compat4x
Message-ID:  <200811231414.mANEEacw084896@www.freebsd.org>
Resent-Message-ID: <200811231420.mANEK3so037479@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200811231414.mANEEacw084896>