Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 5 Jul 2013 21:32:35 GMT
From:      Christian Gall <post@dust-puppy.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/180335: print/transfig: Can't find png header pngpriv.h
Message-ID:  <201307052132.r65LWZNs085301@oldred.freebsd.org>
Resent-Message-ID: <201307052140.r65Le0JH069963@freefall.freebsd.org>

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

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



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