Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 12 Sep 2013 14:22:09 +0100 (BST)
From:      Anton Shterenlikht <mexas@bris.ac.uk>
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/182038: [patch] unbreak graphics/libsvg on current after r254273
Message-ID:  <201309121322.r8CDM9j9055288@mech-cluster241.men.bris.ac.uk>
Resent-Message-ID: <201309121330.r8CDU1oV077938@freefall.freebsd.org>

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

>Number:         182038
>Category:       ports
>Synopsis:       [patch] unbreak graphics/libsvg on current after r254273
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Thu Sep 12 13:30:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Anton Shterenlikht
>Release:        FreeBSD 10.0-CURRENT ia64
>Organization:
University of Bristol 
>Environment:
System: FreeBSD mech-cluster241.men.bris.ac.uk 10.0-CURRENT FreeBSD 10.0-CURRENT #6 r254648: Thu Aug 22 13:19:48 BST 2013 root@mech-cluster241.men.bris.ac.uk:/usr/obj/usr/src/sys/TZAV ia64


	
>Description:

On ia64  r254648, ports tree at 327030,
rebuilding ports after removing converters/libiconv:

--- svg_image.lo ---
if /bin/sh /usr/local/bin/libtool --mode=compile --tag=CC cc -DHAVE_CONFIG_H  -I. -I. -I.. -I/usr/local/include/libxml2 -Wall -Wpointer-arith -Wstrict-prototypes       -Wmissing-prototypes -Wmissing-declarations     -Wnested-externs -fno-strict-aliasing     -O2 -pipe -fno-strict-aliasing -MT svg_image.lo -MD -MP -MF ".deps/svg_image.Tpo" -c -o svg_image.lo svg_image.c;  then mv -f ".deps/svg_image.Tpo" ".deps/svg_image.Plo"; else rm -f ".deps/svg_image.Tpo"; exit 1; fi
libtool: compile:  cc -DHAVE_CONFIG_H -I. -I. -I.. -I/usr/local/include/libxml2 -Wall -Wpointer-arith -Wstrict-prototypes -Wmissing-prototypes -Wmissing-declarations -Wnested-externs -fno-strict-aliasing -O2 -pipe -fno-strict-aliasing -MT svg_image.lo -MD -MP -MF .deps/svg_image.Tpo -c svg_image.c  -fPIC -DPIC -o .libs/svg_image.o
svg_image.c:24:17: error: png.h: No such file or directory
svg_image.c:25:21: error: jpeglib.h: No such file or directory
svg_image.c:26:20: error: jerror.h: No such file or directory


	
>How-To-Repeat:
	
>Fix:

Patch provided by bsam@passap.ru

Index: graphics/libsvg/Makefile
===================================================================
--- graphics/libsvg/Makefile    (revision 327039)
+++ graphics/libsvg/Makefile    (working copy)
@@ -20,6 +20,7 @@
 USE_GNOME=     libxml2
 USES=          pathfix iconv pkgconfig
 USE_LDCONFIG=  yes
+CFLAGS+=       -I${LOCALBASE}/include
 
 PLIST_FILES=   include/svg.h \
                lib/libsvg.a \

	


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



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