Date: Sat, 28 Jan 2006 06:12:03 GMT From: Mark Linimon <linimon@FreeBSD.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/92446: [patch] remove .error from bsd.port.mk Message-ID: <200601280612.k0S6C3gY075278@freefall.freebsd.org> Resent-Message-ID: <200601280620.k0S6K8d7075491@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>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:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200601280612.k0S6C3gY075278>