From owner-svn-ports-all@FreeBSD.ORG Thu Sep 20 00:00:31 2012 Return-Path: Delivered-To: svn-ports-all@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52]) by hub.freebsd.org (Postfix) with ESMTP id A9D9B106566C; Thu, 20 Sep 2012 00:00:31 +0000 (UTC) (envelope-from makc@FreeBSD.org) Received: from svn.freebsd.org (svn.freebsd.org [IPv6:2001:4f8:fff6::2c]) by mx1.freebsd.org (Postfix) with ESMTP id 931558FC14; Thu, 20 Sep 2012 00:00:31 +0000 (UTC) Received: from svn.freebsd.org (localhost [127.0.0.1]) by svn.freebsd.org (8.14.4/8.14.4) with ESMTP id q8K00Vt1001148; Thu, 20 Sep 2012 00:00:31 GMT (envelope-from makc@svn.freebsd.org) Received: (from makc@localhost) by svn.freebsd.org (8.14.4/8.14.4/Submit) id q8K00Vd7001144; Thu, 20 Sep 2012 00:00:31 GMT (envelope-from makc@svn.freebsd.org) Message-Id: <201209200000.q8K00Vd7001144@svn.freebsd.org> From: Max Brazhnikov Date: Thu, 20 Sep 2012 00:00:31 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Cc: Subject: svn commit: r304554 - in head: games/gottet net-im/tapioca-qt print/qpdfview X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: SVN commit messages for the ports tree List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 20 Sep 2012 00:00:31 -0000 Author: makc Date: Thu Sep 20 00:00:30 2012 New Revision: 304554 URL: http://svn.freebsd.org/changeset/ports/304554 Log: Convert remaining ports to USE_QT4 Modified: head/games/gottet/Makefile head/net-im/tapioca-qt/Makefile (contents, props changed) head/print/qpdfview/Makefile Modified: head/games/gottet/Makefile ============================================================================== --- head/games/gottet/Makefile Wed Sep 19 23:57:37 2012 (r304553) +++ head/games/gottet/Makefile Thu Sep 20 00:00:30 2012 (r304554) @@ -17,8 +17,7 @@ COMMENT= A Tetris clone LICENSE= GPLv3 USE_BZIP2= yes -USE_QT_VER= 4 -QT_COMPONENTS= moc_build qmake_build rcc_build iconengines imageformats +USE_QT4= moc_build qmake_build rcc_build iconengines imageformats USE_GMAKE= yes MAKE_JOBS_SAFE= yes Modified: head/net-im/tapioca-qt/Makefile ============================================================================== --- head/net-im/tapioca-qt/Makefile Wed Sep 19 23:57:37 2012 (r304553) +++ head/net-im/tapioca-qt/Makefile Thu Sep 20 00:00:30 2012 (r304554) @@ -22,8 +22,7 @@ WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVER USE_CMAKE= yes CMAKE_SOURCE_PATH= .. -USE_QT_VER= 4 -QT_COMPONENTS= corelib qmake_build uic_build moc_build rcc_build +USE_QT4= corelib qmake_build uic_build moc_build rcc_build USE_LDCONFIG= yes .include Modified: head/print/qpdfview/Makefile ============================================================================== --- head/print/qpdfview/Makefile Wed Sep 19 23:57:37 2012 (r304553) +++ head/print/qpdfview/Makefile Thu Sep 20 00:00:30 2012 (r304554) @@ -18,8 +18,7 @@ LICENSE= GPLv2 LIB_DEPENDS= poppler-qt4:${PORTSDIR}/graphics/poppler-qt4 \ cups:${PORTSDIR}/print/cups-client -USE_QT_VER= 4 -QT_COMPONENTS= corelib dbus gui moc qmake_build svg xml +USE_QT4= corelib dbus gui moc_build qmake_build svg xml MAN1= ${PORTNAME}.1