Bug 182038 - [patch] unbreak graphics/libsvg on current after r254273
Summary: [patch] unbreak graphics/libsvg on current after r254273
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-gnome (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-09-12 14:30 UTC by Anton Shterenlikht
Modified: 2013-09-13 09:20 UTC (History)
0 users

See Also:


Attachments
file.diff (402 bytes, patch)
2013-09-12 14:30 UTC, Anton Shterenlikht
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Anton Shterenlikht 2013-09-12 14:30:00 UTC
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

Fix: Patch provided by bsam@passap.ru
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2013-09-12 14:30:15 UTC
Responsible Changed
From-To: freebsd-ports-bugs->gnome

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2013-09-13 09:13:39 UTC
Author: bsam
Date: Fri Sep 13 08:13:31 2013
New Revision: 327133
URL: http://svnweb.freebsd.org/changeset/ports/327133

Log:
  Unbreak graphics/libsvg on current after r254273.
  
  PR:		ports/182038
  Submitted by:	Anton Shterenlikht <mexas@bris.ac.uk>
  Approved by:	portmgr (bapt)

Modified:
  head/graphics/libsvg/Makefile

Modified: head/graphics/libsvg/Makefile
==============================================================================
--- head/graphics/libsvg/Makefile	Fri Sep 13 06:18:11 2013	(r327132)
+++ head/graphics/libsvg/Makefile	Fri Sep 13 08:13:31 2013	(r327133)
@@ -20,6 +20,7 @@ GNU_CONFIGURE=	yes
 USE_GNOME=	libxml2
 USES=		pathfix iconv pkgconfig
 USE_LDCONFIG=	yes
+CFLAGS+=	-I${LOCALBASE}/include
 
 PLIST_FILES=	include/svg.h \
 		lib/libsvg.a \
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 Boris Samorodov freebsd_committer freebsd_triage 2013-09-13 09:15:37 UTC
State Changed
From-To: open->closed

Committed, thanks!