From owner-freebsd-ports Sat Dec 15 17:40:11 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id D593137B41D for ; Sat, 15 Dec 2001 17:40:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.6/8.11.6) id fBG1e1i82908; Sat, 15 Dec 2001 17:40:01 -0800 (PST) (envelope-from gnats) Received: from christel.heitec.net (christel.heitec.net [193.101.232.3]) by hub.freebsd.org (Postfix) with ESMTP id E92FB37B416 for ; Sat, 15 Dec 2001 17:34:44 -0800 (PST) Received: from heitec.net (paladin.heitec.net [193.101.232.30]) by christel.heitec.net (Postfix) with ESMTP id 1CA01B8101 for ; Sun, 16 Dec 2001 02:34:44 +0100 (CET) Received: (from root@localhost) by heitec.net (8.11.6/8.11.4) id fBG1YiB39523; Sun, 16 Dec 2001 02:34:44 +0100 (CET) (envelope-from bernd) Message-Id: <200112160134.fBG1YiB39523@ heitec.net> Date: Sun, 16 Dec 2001 02:34:44 +0100 (CET) From: bdluevel@heitec.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/32889: Port graphics/gd fails to build 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: 32889 >Category: ports >Synopsis: Port graphics/gd fails to build >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Dec 15 17:40:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: bdluevel@heitec.net >Release: FreeBSD 4.4-STABLE i386 >Organization: >Environment: System: FreeBSD 4.4-STABLE #0: Sun Dec 16 00:38:21 CET 2001 >Description: The patch 'patch-ac' of the port graphics/gd is lacking a space after the end of line 24. Because of this, the "patch" stage of the build fails. >How-To-Repeat: cd /usr/ports/graphics/gd make clean make patch >Fix: I'm afraid a diff will not show the missing space visibly; anyway, it's after the -DHAVE_LIBTTF in the added line. --- files/.vimbk/patch-ac.vimbk Sat Dec 15 15:59:57 2001 +++ files/patch-ac Sun Dec 16 02:20:20 2001 @@ -21,7 +21,7 @@ #If you do have FreeType, libjpeg and/or Xpm fully installed, uncomment a #variation of this and comment out the line above. See also LIBS below. #CFLAGS=-O -DHAVE_LIBXPM -DHAVE_LIBPNG -DHAVE_LIBJPEG \ - # -DHAVE_LIBFREETYPE -DHAVE_LIBTTF + # -DHAVE_LIBFREETYPE -DHAVE_LIBTTF +.if defined(WITH_X11) +CFLAGS+=-DHAVE_XPM >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message