Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 24 May 2007 23:39:27 -0400 (EDT)
From:      Michael Scheidell <scheidell@secnap.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        infofarmer@FreeBSD.org
Subject:   ports/112962: a2png needs gdlib-config
Message-ID:  <20070525033927.B5C721CD35@scanner.secnap.net>
Resent-Message-ID: <200705250340.l4P3e2f4074758@freefall.freebsd.org>

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

>Number:         112962
>Category:       ports
>Synopsis:       a2png needs gdlib-config
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri May 25 03:40:02 GMT 2007
>Closed-Date:
>Last-Modified:
>Originator:     Michael Scheidell
>Release:        FreeBSD 5.5-RELEASE-p8 i386
>Organization:
SECNAP http://www.secnap.com
>Environment:
System: FreeBSD scanner.secnap.net 5.5-RELEASE-p8 FreeBSD 5.5-RELEASE-p8 #2: Fri Dec 29 22:23:34 EST 2006 scheidell@scanner.secnap.net:/usr/obj/usr/src/sys/HACKERTRAP_750 i386

>Description:
a2png won't compile withing gdlib-config.
Seems its only with gd >=2.0.34_1,1:
This is so trivial that it doesn't warrent a portversion bump.
(if you installed it, you probally had cairo installed also)
>How-To-Repeat:
make
>Fix:

patch fixes it:


 diff -bBru Makefile.orig Makefile
--- Makefile.orig       Sat May 19 16:08:33 2007
+++ Makefile    Thu May 24 23:35:10 2007
@@ -14,7 +14,7 @@
 MAINTAINER=    infofarmer@FreeBSD.org
 COMMENT=       Converts plain ASCII text into PNG bitmap images

-LIB_DEPENDS=   gd.4:${PORTSDIR}/graphics/gd
+BUILD_DEPENDS= gd>=2.0.34_1,1:${PORTSDIR}/graphics/gd

 USE_BZIP2=     yes
 GNU_CONFIGURE= yes

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



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