From nobody@FreeBSD.org  Fri Jul  5 21:32:37 2013
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115])
	by hub.freebsd.org (Postfix) with ESMTP id 02ED2BAE
	for <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <freebsd-gnats-submit@FreeBSD.org>; 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 <post@dust-puppy.net>
To: freebsd-gnats-submit@FreeBSD.org
Subject: print/transfig: Can't find png header pngpriv.h
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>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:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Fri Jul 05 21:40:00 UTC 2013
>Closed-Date:    Thu Nov 07 10:47:45 UTC 2013
>Last-Modified:  Thu Nov 07 10:47:45 UTC 2013
>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:
State-Changed-From-To: open->closed 
State-Changed-By: wg 
State-Changed-When: Thu Nov 7 10:47:43 UTC 2013 
State-Changed-Why:  
It has been fixed already by upgrading png, thanks. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=180335 
>Unformatted:
