From nobody Sat Nov 20 08:11:06 2021 X-Original-To: dev-commits-ports-all@mlmmj.nyi.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mlmmj.nyi.freebsd.org (Postfix) with ESMTP id 957491892F73; Sat, 20 Nov 2021 08:11:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256 client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "R3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 4Hx5p31zJFz3sRs; Sat, 20 Nov 2021 08:11:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org (gitrepo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:5]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 17F78187B8; Sat, 20 Nov 2021 08:11:07 +0000 (UTC) (envelope-from git@FreeBSD.org) Received: from gitrepo.freebsd.org ([127.0.1.44]) by gitrepo.freebsd.org (8.16.1/8.16.1) with ESMTP id 1AK8B6Cu048589; Sat, 20 Nov 2021 08:11:06 GMT (envelope-from git@gitrepo.freebsd.org) Received: (from git@localhost) by gitrepo.freebsd.org (8.16.1/8.16.1/Submit) id 1AK8B66a048588; Sat, 20 Nov 2021 08:11:06 GMT (envelope-from git) Date: Sat, 20 Nov 2021 08:11:06 GMT Message-Id: <202111200811.1AK8B66a048588@gitrepo.freebsd.org> To: ports-committers@FreeBSD.org, dev-commits-ports-all@FreeBSD.org, dev-commits-ports-main@FreeBSD.org From: Alexey Dokuchaev Subject: git: b2bb218f3dd6 - main - devel/z88dk: hook the test suite to our framework (one test fails) List-Id: Commit messages for all branches of the ports repository List-Archive: https://lists.freebsd.org/archives/dev-commits-ports-all List-Help: List-Post: List-Subscribe: List-Unsubscribe: Sender: owner-dev-commits-ports-all@freebsd.org X-BeenThere: dev-commits-ports-all@freebsd.org MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: 8bit X-Git-Committer: danfe X-Git-Repository: ports X-Git-Refname: refs/heads/main X-Git-Reftype: branch X-Git-Commit: b2bb218f3dd607694fb096dcd57a32c80e68493a Auto-Submitted: auto-generated X-ThisMailContainsUnwantedMimeParts: N The branch main has been updated by danfe: URL: https://cgit.FreeBSD.org/ports/commit/?id=b2bb218f3dd607694fb096dcd57a32c80e68493a commit b2bb218f3dd607694fb096dcd57a32c80e68493a Author: Alexey Dokuchaev AuthorDate: 2021-11-20 08:10:10 +0000 Commit: Alexey Dokuchaev CommitDate: 2021-11-20 08:10:11 +0000 devel/z88dk: hook the test suite to our framework (one test fails) While here, tweak the `post-install' target recipe a bit (nothing important or affecting the package). --- devel/z88dk/Makefile | 23 +++++++++++++++++++++-- 1 file changed, 21 insertions(+), 2 deletions(-) diff --git a/devel/z88dk/Makefile b/devel/z88dk/Makefile index 03f810445f11..399699127a30 100644 --- a/devel/z88dk/Makefile +++ b/devel/z88dk/Makefile @@ -12,10 +12,30 @@ COMMENT= Complete Z80/Z180 development kit LICENSE= ClArtistic LICENSE_FILE= ${WRKSRC}/LICENSE +TEST_DEPENDS= dos2unix:converters/unix2dos \ + p5-CPU-Z80-Assembler>=0:devel/p5-CPU-Z80-Assembler \ + p5-Capture-Tiny>=0:devel/p5-Capture-Tiny \ + p5-Capture-Tiny-Extended>=0:devel/p5-Capture-Tiny-Extended \ + p5-Clone>=0:devel/p5-Clone \ + p5-Data-Dump>=0:devel/p5-Data-Dump \ + p5-Data-HexDump>=0:devel/p5-Data-HexDump \ + p5-File-Slurp>=0:devel/p5-File-Slurp \ + p5-Iterator-Simple-Lookahead>=0:devel/p5-Iterator-Simple-Lookahead \ + p5-List-Uniq>=0:devel/p5-List-Uniq \ + p5-Modern-Perl>=0:lang/p5-Modern-Perl \ + p5-Object-Tiny-RW>=0:devel/p5-Object-Tiny-RW \ + p5-Path-Tiny>=0:devel/p5-Path-Tiny \ + p5-Regexp-Common>=0:textproc/p5-Regexp-Common \ + p5-Template-Plugin-YAML>=0:textproc/p5-Template-Plugin-YAML \ + p5-Test-Differences>=0:devel/p5-Test-Differences \ + p5-Test-HexDifferences>=0:devel/p5-Test-HexDifferences \ + p5-Text-Table>=0:textproc/p5-Text-Table + USES= gmake gnome shebangfix tar:tgz USE_GNOME= libxml2 MAKE_ENV= ZCCCFG=${WRKSRC}/lib/config SHEBANG_FILES= src/z80asm/asmpp.pl +TEST_TARGET= testsuite test WRKSRC= ${WRKDIR}/${PORTNAME} MAKE_JOBS_UNSAFE= ../../z80asm: No such file or directory @@ -45,8 +65,7 @@ pre-build: post-install: @${RM} -r ${INSTALL_WRKSRC}/include/_DEVELOPMENT - @${RM} -r ${INSTALL_WRKSRC}/libsrc/_DEVELOPMENT - cd ${INSTALL_WRKSRC} && ${COPYTREE_SHARE} "lib include" \ + cd ${INSTALL_WRKSRC} && ${COPYTREE_SHARE} "include lib" \ ${STAGEDIR}${DATADIR} @${RMDIR} ${STAGEDIR}${DATADIR}/src