From owner-freebsd-ports Fri Sep 20 7:55:26 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id C48F537B401 for ; Fri, 20 Sep 2002 07:55:24 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 3A38143E4A for ; Fri, 20 Sep 2002 07:55:24 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id g8KEqNCo021184 for ; Fri, 20 Sep 2002 07:52:23 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id g8KEqNRu021183; Fri, 20 Sep 2002 07:52:23 -0700 (PDT) Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6147837B401 for ; Fri, 20 Sep 2002 07:41:54 -0700 (PDT) Received: from www.freebsd.org (www.FreeBSD.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1278B43E4A for ; Fri, 20 Sep 2002 07:40:34 -0700 (PDT) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id g8KEdD7R063756 for ; Fri, 20 Sep 2002 07:39:13 -0700 (PDT) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id g8KEdDrE063755; Fri, 20 Sep 2002 07:39:13 -0700 (PDT) Message-Id: <200209201439.g8KEdDrE063755@www.freebsd.org> Date: Fri, 20 Sep 2002 07:39:13 -0700 (PDT) From: Jason Li To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/43111: gd2 port with wrong prompt may confuse user Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >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