Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 20 Sep 2002 07:39:13 -0700 (PDT)
From:      Jason Li <delphij@frontfree.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/43111: gd2 port with wrong prompt may confuse user
Message-ID:  <200209201439.g8KEdDrE063755@www.freebsd.org>

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

>Number:         43111
>Category:       ports
>Synopsis:       gd2 port with wrong prompt may confuse user
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          doc-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Sep 20 07:50:01 PDT 2002
>Closed-Date:
>Last-Modified:
>Originator:     Jason Li
>Release:        FreeBSD 5.0-CURRENT
>Organization:
Frontfree Technology Network
>Environment:
FreeBSD apache.frontfree.net 5.0-CURRENT FreeBSD 5.0-CURRENT #1: Thu Sep 19 00:26:10 CST 2002     delphij@apache.frontfree.net:/usr/obj/usr/src/sys/APACHE  i386
>Description:
In ports/graphics/gd2, the Makefile said, beginning in line 45
        @${ECHO_CMD} "************************************************************"
        @${ECHO_CMD} "*      If you live outside US and Canada, you can set      *"
        @${ECHO_CMD} "*      WITH_LZW=1 to enable GIF compression support.       *"
        @${ECHO_CMD} "************************************************************"

but in fact we need to define WITH_LZW, not `WITH_LZW=1'.
>How-To-Repeat:
Make the port.
>Fix:
Instead of the said

"If you live outside US and Canada, you can set WITH_LZW=1 to enable GIF compression"

I think the following is better:

"If you live outside US and Canada, you can define WITH_LZW to enable GIF compression"
>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




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