Skip site navigation (1)Skip section navigation (2)
Date:      Sat,  2 Dec 2006 14:50:44 +1100 (EST)
From:      Edwin Groothuis <edwin@mavetju.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/106195: bsd.port.mk - typo
Message-ID:  <20061202035044.BAA33FD@k7.mavetju>
Resent-Message-ID: <200612020400.kB240VMA068303@freefall.freebsd.org>

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

>Number:         106195
>Category:       ports
>Synopsis:       bsd.port.mk - typo
>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 Dec 02 04:00:25 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     Edwin Groothuis
>Release:        FreeBSD 6.1-RELEASE i386
>Organization:
-
>Environment:
System: FreeBSD k7.mavetju 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Sun May 7 04:42:56 UTC 2006 root@opus.cse.buffalo.edu:/usr/obj/usr/src/sys/SMP i386

>Description:

# $FreeBSD: ports/Mk/bsd.port.mk,v 1.544 2006/09/30 19:25:45 linimon Exp $

bsd.port.mk says:

    .if defined(USE_LDCONFIG32) && ${USE_LDCONFIG32:L} == "yes"
    IGNORE=                 has USE_LDCONFIG set to yes, which is not correct
    .endif

This should be:

    .if defined(USE_LDCONFIG32) && ${USE_LDCONFIG32:L} == "yes"
    IGNORE=                 has USE_LDCONFIG32 set to yes, which is not correct
    .endif

>How-To-Repeat:
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:



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