ports/112962: a2png needs gdlib-config

Michael Scheidell scheidell at secnap.net
Fri May 25 03:40:03 UTC 2007


>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 at 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 at 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:



More information about the freebsd-ports-bugs mailing list