From owner-freebsd-ports-bugs@freebsd.org Thu May 17 06:22:01 2018 Return-Path: Delivered-To: freebsd-ports-bugs@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 1F5D7EB10BE for ; Thu, 17 May 2018 06:22:01 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id A91966DEB6 for ; Thu, 17 May 2018 06:22:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 681F3EB10BD; Thu, 17 May 2018 06:22:00 +0000 (UTC) Delivered-To: ports-bugs@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 45A9CEB10BC for ; Thu, 17 May 2018 06:22:00 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id D66116DEAA for ; Thu, 17 May 2018 06:21:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id 2814CE24B for ; Thu, 17 May 2018 06:21:59 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w4H6LxRb059198 for ; Thu, 17 May 2018 06:21:59 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w4H6LxKL059197 for ports-bugs@FreeBSD.org; Thu, 17 May 2018 06:21:59 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: ports-bugs@FreeBSD.org Subject: [Bug 228308] [NEW PORT] devel/kcov: ptrace-based coverage analyzer Date: Thu, 17 May 2018 06:21:59 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Ports & Packages X-Bugzilla-Component: Individual Port(s) X-Bugzilla-Version: Latest X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Many People X-Bugzilla-Who: tobik@freebsd.org X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: ports-bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 17 May 2018 06:22:01 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D228308 --- Comment #2 from Tobias Kortkamp --- (In reply to Alan Somers from comment #1) +BUILD_DEPENDS=3D binutils>=3D2.30:devel/binutils \ + cmake:devel/cmake cmake is redundant here because USES=3Dcmake already adds it. +PORTVERSION=3D 35.55.20180516 [...] +# Use a GitHub tag until version 36 gets released, whenever that might be +USE_GITHUB=3D yes +GH_ACCOUNT=3D SimonKagstrom +GH_PROJECT=3D kcov +GH_TAGNAME=3D 69dfa9c The USE_GITHUB bits should go directly below the USES=3D line. GH_PROJECT defaults to whatever PORTNAME is set to, so it's redundant here. Instead of setting GH_TAGNAME and inventing your own PORTVERSION try to follow the procedure at [1] to derive a DISTVERSION{,SUFFIX,PREFIX} triple. Only set GH_TAGNAME and PORTVERSION if that doesn't work. In this case just set DISTVERSIONPREFIX=3D v DISTVERSION=3D 35-57 DISTVERSIONSUFFIX=3D -g69dfa9c and remove PORTVERSION and GH_TAGNAME. +USES=3D cmake:outsource shebangfix python:build Do the build scripts work with Python 3.x? If not you might have to restrict the Python version here i.e. python:2.7,build. +CMAKE_ARGS+=3D -DKCOV_INSTALL_MANDIR=3D${PREFIX}/man s/+=3D/=3D/ +python_CMD=3D ${PYTHON_CMD} Redundant. +SHEBANG_REGEX=3D '.*\.py' SHEBANG_GLOB=3D *.py +PORTDOCS=3D COPYING \ + COPYING.externals \ + ChangeLog If you use PORTDOCS the port must have a DOCS option. OPTIONS_DEFINE=3D DOCS Assuming that COPYING contains the license it should be installed via e.g. LICENSE_FILE=3D ${WRKSRC}/COPYING instead. [1] https://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/makefile= -distfiles.html#makefile-master_sites-github-ex5 --=20 You are receiving this mail because: You are the assignee for the bug.=