Skip site navigation (1)Skip section navigation (2)
Date:      Wed,  3 Mar 2004 21:51:16 +1100 (EST)
From:      Edwin Groothuis <edwin@mavetju.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/63682: PACKAGE_BUILDING doesn't honour OPTIONS
Message-ID:  <20040303105116.1FD7A6184@k7.mavetju>
Resent-Message-ID: <200403031100.i23B0MXe023787@freefall.freebsd.org>

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

>Number:         63682
>Category:       ports
>Synopsis:       PACKAGE_BUILDING doesn't honour OPTIONS
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Mar 03 03:00:22 PST 2004
>Closed-Date:
>Last-Modified:
>Originator:     Edwin Groothuis
>Release:        FreeBSD 5.2.1-RELEASE i386
>Organization:
-
>Environment:
System: FreeBSD k7.mavetju 5.2.1-RELEASE FreeBSD 5.2.1-RELEASE #3: Fri Feb 27 13:54:29 EST 2004 edwin@k7.mavetju:/usr/src/sys/i386/compile/k7 i386

$FreeBSD: ports/Mk/bsd.port.mk,v 1.484 2004/02/04 04:27:04 marcus Exp $

>Description:

When PACKAGE_BUILDING is set, the default WITH_ values for the
OPTIONS are not set. This causes problems for ports build on Bento.

>How-To-Repeat:

check out ports/emulators/fmsx:

[~/cvs/ports/emulators/fmsx] edwin@k7>PACKAGE_BUILDING=yes make -V OPTIONS
BPP16 "With BPP16" Off  BPP24 "With BPP24" Off  BPP32 "With BPP32 (see pkg-message)" On

So BPP32 should be on by default, the rest off:

[~/cvs/ports/emulators/fmsx] edwin@k7>PACKAGE_BUILDING=yes make -V WITH_BPP32

[~/cvs/ports/emulators/fmsx] edwin@k7>PACKAGE_BUILDING=yes make -V WITH_BPP24


But all are off.

>Fix:

-
>Release-Note:
>Audit-Trail:
>Unformatted:



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