From owner-freebsd-ports-bugs@FreeBSD.ORG Fri May 25 03:40:03 2007 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 021B316A41F for ; Fri, 25 May 2007 03:40:03 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [69.147.83.40]) by mx1.freebsd.org (Postfix) with ESMTP id C4F8C13C44B for ; Fri, 25 May 2007 03:40:02 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.4/8.13.4) with ESMTP id l4P3e2Sq074759 for ; Fri, 25 May 2007 03:40:02 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.4/8.13.4/Submit) id l4P3e2f4074758; Fri, 25 May 2007 03:40:02 GMT (envelope-from gnats) Resent-Date: Fri, 25 May 2007 03:40:02 GMT Resent-Message-Id: <200705250340.l4P3e2f4074758@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Michael Scheidell Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id 565C216A41F for ; Fri, 25 May 2007 03:39:29 +0000 (UTC) (envelope-from scheidell@secnap.net) Received: from scanner.secnap.net (corp.secnap.com [204.89.241.135]) by mx1.freebsd.org (Postfix) with ESMTP id 339F613C45E for ; Fri, 25 May 2007 03:39:28 +0000 (UTC) (envelope-from scheidell@secnap.net) Received: by scanner.secnap.net (Postfix, from userid 1001) id B5C721CD35; Thu, 24 May 2007 23:39:27 -0400 (EDT) Message-Id: <20070525033927.B5C721CD35@scanner.secnap.net> Date: Thu, 24 May 2007 23:39:27 -0400 (EDT) From: Michael Scheidell To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: infofarmer@FreeBSD.org Subject: ports/112962: a2png needs gdlib-config X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 25 May 2007 03:40:03 -0000 >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: