Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 9 Jul 2003 17:54:00 -0400 (EDT)
From:      Randy Philipp <randy@umbc.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/54286: gd-nox11 builds using gd2
Message-ID:  <Pine.LNX.4.44L.01.0307091750530.17407-100000@dobbs.ucs.umbc.edu>
Resent-Message-ID: <200307092200.h69M0Za1053073@freefall.freebsd.org>

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

>Number:         54286
>Category:       ports
>Synopsis:       gd-nox11 builds using gd2
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Wed Jul 09 15:00:34 PDT 2003
>Closed-Date:
>Last-Modified:
>Originator:     Randy Philipp
>Release:        FreeBSD 4.8-STABLE i386
>Organization:
UMBC
>Environment:
System: FreeBSD fnord.umbc.edu 4.8-STABLE FreeBSD 4.8-STABLE #12: Fri May 2 10:55:39 EDT 2003 root@fnord.umbc.edu:/usr/obj/usr/src/sys/FNORD i386

>Description:

gd-nox11 still points at gd2.  I guess this was not fixed when the version
numbers for gd slipped (and latter corrected) to 2.0.15.

>How-To-Repeat:

Build the graphics/gd-nox11 package.

>Fix:

Apply the following patch:

--- ./gd-nox11-old/Makefile     Wed Jul  9 17:37:36 2003
+++ ./gd-nox11/Makefile Wed Jul  9 17:37:50 2003
@@ -12,7 +12,7 @@

 WITHOUT_X11=           yes
 WITHOUT_XPM=           yes
-MASTERDIR?=    ${.CURDIR}/../gd2
+MASTERDIR?=    ${.CURDIR}/../gd

 .if exists(${.CURDIR}/Makefile.local)
 .include "${.CURDIR}/Makefile.local"


Also, one might consider creating a gd2-nox11 package for users who
wish to use gd2.

Randy Philipp
randy@umbc.edu




>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.44L.01.0307091750530.17407-100000>