From owner-svn-ports-all@freebsd.org Tue Sep 13 15:59:59 2016 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 1C15BBD91A0; Tue, 13 Sep 2016 15:59:59 +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 E30CAB09; Tue, 13 Sep 2016 15:59:58 +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 u8DFxwvV035469; Tue, 13 Sep 2016 15:59:58 GMT (envelope-from tcberner@FreeBSD.org) Received: (from tcberner@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id u8DFxwGh035468; Tue, 13 Sep 2016 15:59:58 GMT (envelope-from tcberner@FreeBSD.org) Message-Id: <201609131559.u8DFxwGh035468@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tcberner set sender to tcberner@FreeBSD.org using -f From: "Tobias C. Berner" Date: Tue, 13 Sep 2016 15:59:58 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r422027 - head/audio/simon 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: Tue, 13 Sep 2016 15:59:59 -0000 Author: tcberner Date: Tue Sep 13 15:59:57 2016 New Revision: 422027 URL: https://svnweb.freebsd.org/changeset/ports/422027 Log: audio/simon -- Remove INSTALLS_ICONS and make stage-qa happy * Remove INSTALLS_ICONS * Add dependencies to make stage-qa happy. Reviewed by: rakuco, mat Approved by: mat (mentor) Differential Revision: https://reviews.freebsd.org/D7853 Modified: head/audio/simon/Makefile Modified: head/audio/simon/Makefile ============================================================================== --- head/audio/simon/Makefile Tue Sep 13 15:59:02 2016 (r422026) +++ head/audio/simon/Makefile Tue Sep 13 15:59:57 2016 (r422027) @@ -3,7 +3,7 @@ PORTNAME= simon PORTVERSION= 0.4.1 -PORTREVISION= 1 +PORTREVISION= 2 CATEGORIES= audio kde MASTER_SITES= KDE/stable/${PORTNAME}/${PORTVERSION}/src DIST_SUBDIR= KDE @@ -19,10 +19,11 @@ LIB_DEPENDS= libasound.so:audio/alsa-lib USES= cmake:outsource gettext kde:4 tar:bz2 USE_KDE= kdelibs automoc4 pimlibs -USE_QT4= accessible corelib dbus gui script testlib xml \ +USE_QT4= accessible corelib dbus gui network script sql svg testlib xml \ moc_build qmake_build rcc_build uic_build +USE_XORG= x11 xtst + USE_LDCONFIG= yes -INSTALLS_ICONS= yes CMAKE_ARGS+= -DWITH_OpenCV:BOOL=OFF