Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Dec 2001 02:34:44 +0100 (CET)
From:      bdluevel@heitec.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/32889: Port graphics/gd fails to build
Message-ID:  <200112160134.fBG1YiB39523@ heitec.net>

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

>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




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