ports/129087: [patch] Fix typo in misc/compat4x

Pankov Pavel pankov_p at mail.ru
Sun Nov 23 14:20:03 UTC 2008


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



More information about the freebsd-ports-bugs mailing list