ports/92446: [patch] remove .error from bsd.port.mk

Mark Linimon linimon at FreeBSD.org
Sat Jan 28 06:20:09 UTC 2006


>Number:         92446
>Category:       ports
>Synopsis:       [patch] remove .error from bsd.port.mk
>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 Jan 28 06:20:08 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Mark Linimon
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
FreeBSD
>Environment:
>Description:
bsd.port.mk has one remaining .error statement.  This means that if you
mess up your X11 setting you can't 'make index'.  This is a bug.
>How-To-Repeat:
>Fix:

--- Mk/bsd.port.mk	Fri Jan 27 21:54:32 2006
+++ Mk/bsd.port.mk.combined	Thu Jan 26 23:27:46 2006
@@ -1698,7 +1707,7 @@
 X_FONTS_TYPE1_PORT=	${PORTSDIR}/x11/XFree86
 X_MANUALS_PORT=		${PORTSDIR}/x11/XFree86
 .else
-.error Bad X_WINDOW_SYSTEM setting
+IGNORE=	Cannot install: bad X_WINDOW_SYSTEM setting; valid values are 'xfree86-3', 'xfree86-4', 'xorg'
 .endif
 
 .if defined(USE_IMAKE)
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list