From owner-svn-ports-all@freebsd.org Fri Jan 20 15:50:46 2017 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 6E965CB84B5; Fri, 20 Jan 2017 15:50:46 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 3DC421BB5; Fri, 20 Jan 2017 15:50:46 +0000 (UTC) (envelope-from tcberner@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id v0KFoj3X002174; Fri, 20 Jan 2017 15:50:45 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id v0KFojnc002173; Fri, 20 Jan 2017 15:50:45 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201701201550.v0KFojnc002173@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Fri, 20 Jan 2017 15:50:45 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r431967 - head/graphics/gle-graphics X-SVN-Group: ports-head MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-all@freebsd.org X-Mailman-Version: 2.1.23 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: Fri, 20 Jan 2017 15:50:46 -0000 Author: tcberner Date: Fri Jan 20 15:50:45 2017 New Revision: 431967 URL: https://svnweb.freebsd.org/changeset/ports/431967 Log: Use USE_QT4=qmake_build instead of BUILD_DEPENDS=qmake-qt4 bsd.qt.mk provides a better way to depend on qmake. PR: 214700 Obtained from: maintainer timeout (2 months), mat (mentor) Modified: head/graphics/gle-graphics/Makefile Modified: head/graphics/gle-graphics/Makefile ============================================================================== --- head/graphics/gle-graphics/Makefile Fri Jan 20 15:23:36 2017 (r431966) +++ head/graphics/gle-graphics/Makefile Fri Jan 20 15:50:45 2017 (r431967) @@ -14,8 +14,6 @@ COMMENT= Graphics language that produces LICENSE= BSD3CLAUSE GPLv2 LICENSE_COMB= multi -BUILD_DEPENDS= qmake-qt4:devel/qmake4 - BITMAP_IMAGES_CONFIGURE_WITH= jpeg=${LOCALBASE} tiff=${LOCALBASE} png=${LOCALBASE} BITMAP_IMAGES_DESC= Support for including bitmap images BITMAP_IMAGES_LIB_DEPENDS= libpng.so:graphics/png \ @@ -47,7 +45,7 @@ REINPLACE_FILES= configure USE_GCC= yes USE_GL= yes USE_LDCONFIG= yes -USE_QT4= gui moc network opengl rcc +USE_QT4= gui moc network opengl rcc qmake_build USES= gmake ncurses pathfix CPPFLAGS+= -I${NCURSESINC}