ports/79791: p5-GD port doesn't support PNG anymore

Gary Palmer freebsd-gnats at in-addr.com
Mon Apr 11 12:41:10 UTC 2005


>Number:         79791
>Category:       ports
>Synopsis:       p5-GD port doesn't support PNG anymore
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Apr 11 12:40:46 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Gary Palmer
>Release:        4.11-RELEASE
>Organization:
>Environment:
4.11-RELEASE with recent ports tree
>Description:
      p5-GD doesn't include support for PNG anymore, apparently as the options string required has changed
>How-To-Repeat:
      Build recent p5-GD
      Try making PNG image
>Fix:
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/graphics/p5-GD/Makefile,v
retrieving revision 1.37
diff -d -u -r1.37 Makefile
--- Makefile	4 Apr 2005 06:25:50 -0000	1.37
+++ Makefile	11 Apr 2005 12:35:29 -0000
@@ -19,7 +19,7 @@
 LIB_DEPENDS=	gd.4:${PORTSDIR}/graphics/gd
 
 PERL_CONFIGURE=	yes
-CONFIGURE_ARGS=	-options "JPEG,FT,XPM,GIF" \
+CONFIGURE_ARGS=	-options "JPEG,FT,XPM,GIF,PNG" \
 		-lib_gd_path ${LOCALBASE} -lib_ft_path ${X11BASE} \
 		-lib_png_path ${LOCALBASE} -lib_zlib_path ${LOCALBASE}
 

>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list