From owner-freebsd-ports@FreeBSD.ORG Tue Mar 30 17:48:05 2010 Return-Path: Delivered-To: freebsd-ports@FreeBSD.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id AC1E41065673 for ; Tue, 30 Mar 2010 17:48:05 +0000 (UTC) (envelope-from dougb@FreeBSD.org) Received: from mail2.fluidhosting.com (mx21.fluidhosting.com [204.14.89.4]) by mx1.freebsd.org (Postfix) with ESMTP id 5536C8FC1E for ; Tue, 30 Mar 2010 17:48:05 +0000 (UTC) Received: (qmail 1013 invoked by uid 399); 30 Mar 2010 17:48:04 -0000 Received: from localhost (HELO foreign.dougb.net) (dougb@dougbarton.us@127.0.0.1) by localhost with ESMTPAM; 30 Mar 2010 17:48:04 -0000 X-Originating-IP: 127.0.0.1 X-Sender: dougb@dougbarton.us Message-ID: <4BB23953.7000606@FreeBSD.org> Date: Tue, 30 Mar 2010 10:48:03 -0700 From: Doug Barton Organization: http://SupersetSolutions.com/ User-Agent: Mozilla/5.0 (X11; U; FreeBSD i386; en-US; rv:1.9.1.8) Gecko/20100329 Thunderbird/3.0.3 MIME-Version: 1.0 To: kde@FreeBSD.org, Dirk Meyer X-Enigmail-Version: 1.0.1 OpenPGP: id=D5B2F0FB Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit Cc: "freebsd-ports@FreeBSD.org" Subject: x11-toolkits/qt4-gui fails with png X-BeenThere: freebsd-ports@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting software to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Mar 2010 17:48:05 -0000 c++ -c -pipe -g -g -g -I../../include/Qt -I../../include -D_REENTRANT -I/usr/local/include/glib-2.0 -I/usr/local/lib/glib-2.0/include -g -fvisibility=hidden -fvisibility-inlines-hidden -Wall -W -I/usr/local/include -I/usr/local/include/freetype2 -fPIC -DQT_SHARED -DQT_BUILD_GUI_LIB -DQT_NO_USING_NAMESPACE -DQT_NO_CAST_TO_ASCII -DQT_ASCII_CAST_WARNINGS -DQT3_SUPPORT -DQT_MOC_COMPAT -DQT_HAVE_MMX -DQT_HAVE_SSE -DQT_HAVE_MMXEXT -DQT_HAVE_SSE2 -DQT_NO_OPENTYPE -DQT_NO_STYLE_MAC -DQT_NO_STYLE_WINDOWSVISTA -DQT_NO_STYLE_WINDOWSXP -DQT_NO_STYLE_WINDOWSCE -DQT_NO_STYLE_WINDOWSMOBILE -DQT_NO_STYLE_S60 -DQ_INTERNAL_QAPP_SRC -DQT_CORE_LIB -D_LARGEFILE64_SOURCE -D_LARGEFILE_SOURCE -I/usr/local/share/qt4/mkspecs/freebsd-g++ -I. -I../../include/QtCore -I../../include -I../../include/QtGui -I.rcc/debug-shared -I../3rdparty/xorg -I/usr/local/include/freetype2 -I../3rdparty/harfbuzz/src -Idialogs -I.moc/debug-shared -I/usr/local/include -I.uic/debug-shared -I/usr/local/include -o .obj/debug-shared/qbezier.o painting/qbezier.cpp image/qpnghandler.cpp: In function 'void setup_qt(QImage&, png_struct*, png_info*, float)': image/qpnghandler.cpp:169: warning: 'channels' is deprecated (declared at /usr/local/include/png.h:658) image/qpnghandler.cpp:169: warning: 'channels' is deprecated (declared at /usr/local/include/png.h:658) image/qpnghandler.cpp:214: warning: 'trans_color' is deprecated (declared at /usr/local/include/png.h:732) image/qpnghandler.cpp:214: warning: 'trans_color' is deprecated (declared at /usr/local/include/png.h:732) image/qpnghandler.cpp:223: warning: 'num_palette' is deprecated (declared at /usr/local/include/png.h:641) image/qpnghandler.cpp:223: warning: 'num_palette' is deprecated (declared at /usr/local/include/png.h:641) image/qpnghandler.cpp:236: warning: 'num_palette' is deprecated (declared at /usr/local/include/png.h:641) image/qpnghandler.cpp:236: warning: 'num_palette' is deprecated (declared at /usr/local/include/png.h:641) image/qpnghandler.cpp:239: warning: 'num_trans' is deprecated (declared at /usr/local/include/png.h:643) image/qpnghandler.cpp:239: warning: 'num_trans' is deprecated (declared at /usr/local/include/png.h:643) image/qpnghandler.cpp:241: warning: 'palette' is deprecated (declared at /usr/local/include/png.h:639) image/qpnghandler.cpp:241: warning: 'palette' is deprecated (declared at /usr/local/include/png.h:639) image/qpnghandler.cpp:242: warning: 'palette' is deprecated (declared at /usr/local/include/png.h:639) image/qpnghandler.cpp:242: warning: 'palette' is deprecated (declared at /usr/local/include/png.h:639) image/qpnghandler.cpp:243: warning: 'palette' is deprecated (declared at /usr/local/include/png.h:639) image/qpnghandler.cpp:243: warning: 'palette' is deprecated (declared at /usr/local/include/png.h:639) image/qpnghandler.cpp:247: warning: 'trans_alpha' is deprecated (declared at /usr/local/include/png.h:730) image/qpnghandler.cpp:247: warning: 'trans_alpha' is deprecated (declared at /usr/local/include/png.h:730) image/qpnghandler.cpp:254: warning: 'num_palette' is deprecated (declared at /usr/local/include/png.h:641) image/qpnghandler.cpp:254: warning: 'num_palette' is deprecated (declared at /usr/local/include/png.h:641) image/qpnghandler.cpp:256: warning: 'palette' is deprecated (declared at /usr/local/include/png.h:639) image/qpnghandler.cpp:256: warning: 'palette' is deprecated (declared at /usr/local/include/png.h:639) image/qpnghandler.cpp:257: warning: 'palette' is deprecated (declared at /usr/local/include/png.h:639) image/qpnghandler.cpp:257: warning: 'palette' is deprecated (declared at /usr/local/include/png.h:639) image/qpnghandler.cpp:258: warning: 'palette' is deprecated (declared at /usr/local/include/png.h:639) image/qpnghandler.cpp:258: warning: 'palette' is deprecated (declared at /usr/local/include/png.h:639) image/qpnghandler.cpp: In member function 'QImage::Format QPngHandlerPrivate::readImageFormat()': image/qpnghandler.cpp:534: warning: 'color_type' is deprecated (declared at /usr/local/include/png.h:647) image/qpnghandler.cpp:534: warning: 'color_type' is deprecated (declared at /usr/local/include/png.h:647) image/qpnghandler.cpp:536: warning: 'bit_depth' is deprecated (declared at /usr/local/include/png.h:645) image/qpnghandler.cpp:536: warning: 'bit_depth' is deprecated (declared at /usr/local/include/png.h:645) image/qpnghandler.cpp:536: warning: 'channels' is deprecated (declared at /usr/local/include/png.h:658) image/qpnghandler.cpp:536: warning: 'channels' is deprecated (declared at /usr/local/include/png.h:658) image/qpnghandler.cpp:538: warning: 'bit_depth' is deprecated (declared at /usr/local/include/png.h:645) image/qpnghandler.cpp:538: warning: 'bit_depth' is deprecated (declared at /usr/local/include/png.h:645) image/qpnghandler.cpp:543: warning: 'color_type' is deprecated (declared at /usr/local/include/png.h:647) image/qpnghandler.cpp:543: warning: 'color_type' is deprecated (declared at /usr/local/include/png.h:647) image/qpnghandler.cpp:545: warning: 'num_palette' is deprecated (declared at /usr/local/include/png.h:641) image/qpnghandler.cpp:545: warning: 'num_palette' is deprecated (declared at /usr/local/include/png.h:641) image/qpnghandler.cpp:548: warning: 'bit_depth' is deprecated (declared at /usr/local/include/png.h:645) image/qpnghandler.cpp:548: warning: 'bit_depth' is deprecated (declared at /usr/local/include/png.h:645) image/qpnghandler.cpp:555: warning: 'bit_depth' is deprecated (declared at /usr/local/include/png.h:645) image/qpnghandler.cpp:555: warning: 'bit_depth' is deprecated (declared at /usr/local/include/png.h:645) image/qpnghandler.cpp:560: warning: 'color_type' is deprecated (declared at /usr/local/include/png.h:647) image/qpnghandler.cpp:560: warning: 'color_type' is deprecated (declared at /usr/local/include/png.h:647) image/qpnghandler.cpp: In function 'void set_text(const QImage&, png_struct*, png_info*, const QString&)': image/qpnghandler.cpp:651: warning: deprecated conversion from string constant to 'char*' image/qpnghandler.cpp: In member function 'bool QPNGImageWriter::writeImage(const QImage&, int, const QString&, int, int)': image/qpnghandler.cpp:744: warning: 'channels' is deprecated (declared at /usr/local/include/png.h:658) image/qpnghandler.cpp:744: warning: 'channels' is deprecated (declared at /usr/local/include/png.h:658) image/qpnghandler.cpp:759: warning: 'sig_bit' is deprecated (declared at /usr/local/include/png.h:716) image/qpnghandler.cpp:759: warning: 'sig_bit' is deprecated (declared at /usr/local/include/png.h:716) image/qpnghandler.cpp:760: warning: 'sig_bit' is deprecated (declared at /usr/local/include/png.h:716) image/qpnghandler.cpp:760: warning: 'sig_bit' is deprecated (declared at /usr/local/include/png.h:716) image/qpnghandler.cpp:761: warning: 'sig_bit' is deprecated (declared at /usr/local/include/png.h:716) image/qpnghandler.cpp:761: warning: 'sig_bit' is deprecated (declared at /usr/local/include/png.h:716) image/qpnghandler.cpp:777: warning: 'palette' is deprecated (declared at /usr/local/include/png.h:639) image/qpnghandler.cpp:777: warning: 'palette' is deprecated (declared at /usr/local/include/png.h:639) image/qpnghandler.cpp:778: warning: 'palette' is deprecated (declared at /usr/local/include/png.h:639) image/qpnghandler.cpp:778: warning: 'palette' is deprecated (declared at /usr/local/include/png.h:639) image/qpnghandler.cpp:779: warning: 'palette' is deprecated (declared at /usr/local/include/png.h:639) image/qpnghandler.cpp:779: warning: 'palette' is deprecated (declared at /usr/local/include/png.h:639) image/qpnghandler.cpp:795: warning: 'sig_bit' is deprecated (declared at /usr/local/include/png.h:716) image/qpnghandler.cpp:795: warning: 'sig_bit' is deprecated (declared at /usr/local/include/png.h:716) image/qpnghandler.cpp: In member function 'virtual QVariant QPngHandler::option(QImageIOHandler::ImageOption) const': image/qpnghandler.cpp:961: warning: 'width' is deprecated (declared at /usr/local/include/png.h:633) image/qpnghandler.cpp:961: warning: 'width' is deprecated (declared at /usr/local/include/png.h:633) image/qpnghandler.cpp:961: warning: 'height' is deprecated (declared at /usr/local/include/png.h:634) image/qpnghandler.cpp:961: warning: 'height' is deprecated (declared at /usr/local/include/png.h:634) *** Error code 1 1 error *** Error code 1 Stop in /usr/local/ports/x11-toolkits/qt4-gui. -- ... and that's just a little bit of history repeating. -- Propellerheads Improve the effectiveness of your Internet presence with a domain name makeover! http://SupersetSolutions.com/