From owner-cvs-all@FreeBSD.ORG Thu May 25 08:51:39 2006 Return-Path: X-Original-To: cvs-all@FreeBSD.org Delivered-To: cvs-all@FreeBSD.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 3BCFF16A5BB; Thu, 25 May 2006 08:51:39 +0000 (UTC) (envelope-from itetcu@people.tecnik93.com) Received: from it.buh.tecnik93.com (it.buh.tecnik93.com [81.196.204.98]) by mx1.FreeBSD.org (Postfix) with ESMTP id E084843D6B; Thu, 25 May 2006 08:51:37 +0000 (GMT) (envelope-from itetcu@people.tecnik93.com) Received: from it.buh.tecnik93.com (localhost [127.0.0.1]) by it.buh.tecnik93.com (Postfix) with ESMTP id DF7891765E; Thu, 25 May 2006 11:51:33 +0300 (EEST) Date: Thu, 25 May 2006 11:51:33 +0300 From: Ion-Mihai Tetcu To: Marcus Alves Grando Message-ID: <20060525115133.77dbd6f3@it.buh.tecnik93.com> In-Reply-To: <200605241420.k4OEKXF9008493@repoman.freebsd.org> References: <200605241420.k4OEKXF9008493@repoman.freebsd.org> X-Mailer: Sylpheed-Claws 2.2.0 (GTK+ 2.8.17; i386-portbld-freebsd6.1) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit Cc: cvs-ports@FreeBSD.org, cvs-all@FreeBSD.org, ports-committers@FreeBSD.org Subject: Re: cvs commit: ports/graphics/ImageMagick Makefile distinfo pkg-plist X-BeenThere: cvs-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: CVS commit messages for the entire tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 25 May 2006 08:51:43 -0000 On Wed, 24 May 2006 14:20:33 +0000 (UTC) Marcus Alves Grando wrote: > mnag 2006-05-24 14:20:33 UTC > > FreeBSD ports repository > > Modified files: > graphics/ImageMagick Makefile distinfo pkg-plist > Log: > - Update to 6.2.7.7 > - portlint(1) portugrade -Rp fails with this for me : if /bin/sh ./libtool --silent --tag=CC --mode=compile cc -DHAVE_CONFIG_H -I. -I. -I./magick -I./wand -I./ltdl -I./ltdl -I/usr/local/include/freetype2 -I/usr/local/include -I/usr/local/include -I/usr/X11R6/include -I/usr/local/include/libxml2 -O2 -pipe -Wall -MT coders/magick_libMagick_la-svg.lo -MD -MP -MF "coders/.deps/magick_libMagick_la-svg.Tpo" -c -o coders/magick_libMagick_la-svg.lo `test -f 'coders/svg.c' || echo './'`coders/svg.c; \ then mv -f "coders/.deps/magick_libMagick_la-svg.Tpo" "coders/.deps/magick_libMagick_la-svg.Plo"; else rm -f "coders/.deps/magick_libMagick_la-svg.Tpo"; exit 1; fi coders/svg.c:94:26: librsvg/rsvg.h: No such file or directory coders/svg.c:2587: error: syntax error before "gpointer" coders/svg.c: In function `SVGSetImageSize': coders/svg.c:2592: error: `context' undeclared (first use in this function) coders/svg.c:2592: error: (Each undeclared identifier is reported only once coders/svg.c:2592: error: for each function it appears in.) coders/svg.c:2593: error: `width' undeclared (first use in this function) coders/svg.c:2594: error: `height' undeclared (first use in this function) coders/svg.c: In function `ReadSVGImage': coders/svg.c:2681: error: `GdkPixbuf' undeclared (first use in this function) coders/svg.c:2681: error: `pixel_info' undeclared (first use in this function) coders/svg.c:2684: error: `GError' undeclared (first use in this function) coders/svg.c:2684: error: `error' undeclared (first use in this function) coders/svg.c:2696: error: syntax error before '*' token coders/svg.c:2705: error: `RsvgHandle' undeclared (first use in this function) coders/svg.c:2707: warning: implicit declaration of function `rsvg_handle_new' coders/svg.c:2707: error: incompatible types in assignment coders/svg.c:2708: error: syntax error before ')' token coders/svg.c:2710: warning: implicit declaration of function `rsvg_handle_set_size_callback' coders/svg.c:2711: warning: implicit declaration of function `rsvg_handle_set_dpi_x_y' coders/svg.c:2714: error: syntax error before ')' token coders/svg.c:2716: warning: implicit declaration of function `rsvg_handle_write' coders/svg.c:2717: warning: implicit declaration of function `rsvg_handle_close' coders/svg.c:2718: error: syntax error before ')' token coders/svg.c:2719: warning: implicit declaration of function `g_error_free' coders/svg.c:2720: warning: implicit declaration of function `rsvg_handle_get_pixbuf' coders/svg.c:2721: warning: implicit declaration of function `rsvg_handle_free' coders/svg.c:2722: error: syntax error before ')' token coders/svg.c:2727: warning: implicit declaration of function `gdk_pixbuf_get_width' coders/svg.c:2728: warning: implicit declaration of function `gdk_pixbuf_get_height' coders/svg.c:2732: error: `p' undeclared (first use in this function) coders/svg.c:2732: warning: implicit declaration of function `gdk_pixbuf_get_pixels' coders/svg.c:2760: warning: implicit declaration of function `g_object_unref' coders/svg.c:2760: warning: implicit declaration of function `G_OBJECT' coders/svg.c: In function `RegisterSVGImage': coders/svg.c:2901: warning: implicit declaration of function `rsvg_init' coders/svg.c: In function `UnregisterSVGImage': coders/svg.c:2961: warning: implicit declaration of function `rsvg_term' gmake: *** [coders/magick_libMagick_la-svg.lo] Error 1 *** Error code 2 # portversion -vL= ImageMagick-6.2.5.5_4 < needs updating (port has 6.2.7.7) bsdav-1.3_1 > succeeds port (port has 1.3) dspam-devel-3.6.4.20060315.1518 < needs updating (port has 3.6.6) dvdauthor-0.6.11 < needs updating (port has 0.6.11_1) koffice-1.5.0,1 < needs updating (port has 1.5.0,2) libxine-1.1.1_4 < needs updating (port has 1.1.1_5) linuxpluginwrapper-20051113_1 < [held] needs updating (port has 20051113_3) php4-ming-4.4.2_1 < needs updating (port has 4.4.2_2) postgresql-client-7.4.12 < needs updating (port has 7.4.13) postgresql-docs-7.4.12 < needs updating (port has 7.4.13) postgresql-server-7.4.12 < needs updating (port has 7.4.13) py24-xmms2-0.2.d.4_4 < needs updating (port has 0.2.d.4_5) ruby-1.8.4_6,1 < needs updating (port has 1.8.4_8,1) tinderbox-2.3.0_1 < needs updating (port has 2.3.0_2) transcode-1.0.2_2 < needs updating (port has 1.0.2_3) xmms2-0.2.d.4_4 < needs updating (port has 0.2.d.4_5) FreeBSD 6.1-RC #4: Wed May 3 04:22:09 EEST 2006 -- IOnut - Un^d^dregistered ;) FreeBSD "user" "Intellectual Property" is nowhere near as valuable as "Intellect" Do you know the one -- "All I ask is a tall ship, and a star to steer her by ..." You could feel the wind at your back, about you ... the sounds of the sea beneath you. And even if you take away the wind and the water, it's still the same. The ship is yours ... you can feel her ... and the stars are still there. -- Kirk, "The Ultimate Computer", stardate 4729.4