From owner-svn-ports-head@FreeBSD.ORG Tue Apr 23 10:26:14 2013 Return-Path: Delivered-To: svn-ports-head@freebsd.org Received: from mx1.freebsd.org (mx1.FreeBSD.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 4BB2B7E0; Tue, 23 Apr 2013 10:26:14 +0000 (UTC) (envelope-from miwi@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:1900:2254:2068::e6a:0]) by mx1.freebsd.org (Postfix) with ESMTP id 3EC4F15A4; Tue, 23 Apr 2013 10:26:14 +0000 (UTC) Received: from svn.freebsd.org ([127.0.1.70]) by svn.freebsd.org (8.14.6/8.14.6) with ESMTP id r3NAQE8C065943; Tue, 23 Apr 2013 10:26:14 GMT (envelope-from miwi@svn.freebsd.org) Received: (from miwi@localhost) by svn.freebsd.org (8.14.6/8.14.5/Submit) id r3NAQDrO065941; Tue, 23 Apr 2013 10:26:13 GMT (envelope-from miwi@svn.freebsd.org) Message-Id: <201304231026.r3NAQDrO065941@svn.freebsd.org> From: Martin Wilke Date: Tue, 23 Apr 2013 10:26:13 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r316341 - in head: graphics/qt4-imageformats x11/qt4-graphicssystems-opengl X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 23 Apr 2013 10:26:14 -0000 Author: miwi Date: Tue Apr 23 10:26:13 2013 New Revision: 316341 URL: http://svnweb.freebsd.org/changeset/ports/316341 Log: - Unbreak build on FreeBSD 10 Modified: head/graphics/qt4-imageformats/Makefile head/x11/qt4-graphicssystems-opengl/Makefile Modified: head/graphics/qt4-imageformats/Makefile ============================================================================== --- head/graphics/qt4-imageformats/Makefile Tue Apr 23 10:26:09 2013 (r316340) +++ head/graphics/qt4-imageformats/Makefile Tue Apr 23 10:26:13 2013 (r316341) @@ -14,6 +14,7 @@ LIB_DEPENDS= jpeg:${PORTSDIR}/graphics/j png15:${PORTSDIR}/graphics/png \ tiff:${PORTSDIR}/graphics/tiff +USE_GCC= any USE_QT4= qmake_build moc_build rcc_build corelib gui svg xml QT_NONSTANDARD= yes QT_DIST= yes Modified: head/x11/qt4-graphicssystems-opengl/Makefile ============================================================================== --- head/x11/qt4-graphicssystems-opengl/Makefile Tue Apr 23 10:26:09 2013 (r316340) +++ head/x11/qt4-graphicssystems-opengl/Makefile Tue Apr 23 10:26:13 2013 (r316341) @@ -17,6 +17,7 @@ MAKE_JOBS_SAFE= yes HAS_CONFIGURE= yes USE_GL= glu +USE_GCC= any ALL_TARGET= first CONFIGURE_ENV?= QTDIR=${WRKSRC} PATH=${WRKSRC}/bin:$$PATH MAKE_ENV?= QTDIR=${WRKSRC} LD_LIBRARY_PATH=${WRKSRC}/lib:$$LD_LIBRARY_PATH \