From owner-svn-ports-all@freebsd.org Tue Jul 31 07:18:41 2018 Return-Path: Delivered-To: svn-ports-all@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 3FDBB1050ADE; Tue, 31 Jul 2018 07:18:41 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id E67277D3F5; Tue, 31 Jul 2018 07:18:40 +0000 (UTC) (envelope-from yuri@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 mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C2D2610779; Tue, 31 Jul 2018 07:18:40 +0000 (UTC) (envelope-from yuri@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w6V7IeEE005150; Tue, 31 Jul 2018 07:18:40 GMT (envelope-from yuri@FreeBSD.org) Received: (from yuri@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w6V7Iefl005149; Tue, 31 Jul 2018 07:18:40 GMT (envelope-from yuri@FreeBSD.org) Message-Id: <201807310718.w6V7Iefl005149@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: yuri set sender to yuri@FreeBSD.org using -f From: Yuri Victorovich Date: Tue, 31 Jul 2018 07:18:40 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r475973 - head/graphics/libpillowfight X-SVN-Group: ports-head X-SVN-Commit-Author: yuri X-SVN-Commit-Paths: head/graphics/libpillowfight X-SVN-Commit-Revision: 475973 X-SVN-Commit-Repository: ports 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.27 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, 31 Jul 2018 07:18:41 -0000 Author: yuri Date: Tue Jul 31 07:18:40 2018 New Revision: 475973 URL: https://svnweb.freebsd.org/changeset/ports/475973 Log: graphics/libpillowfight: Add 'test' target Modified: head/graphics/libpillowfight/Makefile Modified: head/graphics/libpillowfight/Makefile ============================================================================== --- head/graphics/libpillowfight/Makefile Tue Jul 31 06:43:53 2018 (r475972) +++ head/graphics/libpillowfight/Makefile Tue Jul 31 07:18:40 2018 (r475973) @@ -11,6 +11,8 @@ LICENSE= GPLv2 LICENSE_FILE= ${WRKSRC}/LICENSE BUILD_DEPENDS= gmake:devel/gmake +TEST_DEPENDS= gmake:devel/gmake \ + tox:devel/py-tox@${PY_FLAVOR} USES= cmake:outsource USE_GITLAB= yes @@ -19,11 +21,16 @@ GL_ACCOUNT= OpenPaperwork GL_COMMIT= 3a7ebba75f4c060ac1707900bd8891e8d200b1c6 USE_LDCONFIG= yes +TEST_USES= python + PLIST_FILES= include/pillowfight/pillowfight.h \ include/pillowfight/util.h \ lib/libpillowfight.so pre-configure: @cd ${WRKSRC} && ${GMAKE} version + +do-test: # many tests fail due to various reasons: https://gitlab.gnome.org/World/OpenPaperwork/libpillowfight/issues/18#note_279228 + @cd ${WRKSRC} && ${GMAKE} test .include