ports/106195: bsd.port.mk - typo

Edwin Groothuis edwin at mavetju.org
Sat Dec 2 04:00:33 UTC 2006


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



More information about the freebsd-ports-bugs mailing list