ports/180335: print/transfig: Can't find png header pngpriv.h

Christian Gall post at dust-puppy.net
Fri Jul 5 21:40:00 UTC 2013


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


More information about the freebsd-ports-bugs mailing list