From owner-freebsd-ports-bugs@FreeBSD.ORG Fri Jul 5 21:40:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id C8687ED7 for ; Fri, 5 Jul 2013 21:40:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 9505A1668 for ; Fri, 5 Jul 2013 21:40:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r65Le091069964 for ; Fri, 5 Jul 2013 21:40:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r65Le0JH069963; Fri, 5 Jul 2013 21:40:00 GMT (envelope-from gnats) Resent-Date: Fri, 5 Jul 2013 21:40:00 GMT Resent-Message-Id: <201307052140.r65Le0JH069963@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, Christian Gall Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 02ED2BAE for ; Fri, 5 Jul 2013 21:32:37 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id E73F31600 for ; Fri, 5 Jul 2013 21:32:36 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r65LWZWr085302 for ; Fri, 5 Jul 2013 21:32:35 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r65LWZNs085301; Fri, 5 Jul 2013 21:32:35 GMT (envelope-from nobody) Message-Id: <201307052132.r65LWZNs085301@oldred.freebsd.org> Date: Fri, 5 Jul 2013 21:32:35 GMT From: Christian Gall To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/180335: print/transfig: Can't find png header pngpriv.h X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 05 Jul 2013 21:40:00 -0000 >Number: 180335 >Category: ports >Synopsis: print/transfig: Can't find png header pngpriv.h >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Fri Jul 05 21:40:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Christian Gall >Release: 10-CURRENT >Organization: >Environment: FreeBSD sin.olymp.cgall.de 10.0-CURRENT FreeBSD 10.0-CURRENT #0 r252025: Thu Jun 20 13:51:08 UTC 2013 root@tartaros.dust-puppy.net:/usr/obj/usr/src/sys/TARTAROS amd64 >Description: print/transfig can't compile fig2dev, since the png-headers are not found. >How-To-Repeat: >Fix: Patch against print/transfig: Index: files/patch-ac =================================================================== --- files/patch-ac (revision 321173) +++ files/patch-ac (working copy) @@ -26,7 +26,7 @@ +PNGLIBDIR = ${LOCALBASE}/lib ZLIBDIR = $(USRLIBDIR) -PNGINC = -I/usr/include/X11 -+PNGINC = -I${LOCALBASE}/include/libpng ++PNGINC = -I${LOCALBASE}/include/libpng15 #endif XCOMM **************** >Release-Note: >Audit-Trail: >Unformatted: