From owner-freebsd-ports-bugs@FreeBSD.ORG Mon May 12 08:30:00 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id A43D6B25 for ; Mon, 12 May 2014 08:30:00 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (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 808CB28C5 for ; Mon, 12 May 2014 08:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s4C8U0mN010942 for ; Mon, 12 May 2014 08:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s4C8U036010941; Mon, 12 May 2014 08:30:00 GMT (envelope-from gnats) Resent-Date: Mon, 12 May 2014 08:30:00 GMT Resent-Message-Id: <201405120830.s4C8U036010941@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Simon Wright Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id C4786926 for ; Mon, 12 May 2014 08:26:14 +0000 (UTC) Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id B1CA92893 for ; Mon, 12 May 2014 08:26:14 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s4C8QEAP013247 for ; Mon, 12 May 2014 08:26:14 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s4C8QEYw013244; Mon, 12 May 2014 08:26:14 GMT (envelope-from nobody) Message-Id: <201405120826.s4C8QEYw013244@cgiserv.freebsd.org> Date: Mon, 12 May 2014 08:26:14 GMT From: Simon Wright To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/189699: [patch][stage] Add staging support to sysutils/libchk, update use of USE_BZIP2 variable X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.18 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 12 May 2014 08:30:00 -0000 >Number: 189699 >Category: ports >Synopsis: [patch][stage] Add staging support to sysutils/libchk, update use of USE_BZIP2 variable >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Mon May 12 08:30:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Simon Wright >Release: 9.2-RELEASE-p5 >Organization: >Environment: FreeBSD vmserver04.home.wright.org 9.2-RELEASE-p5 FreeBSD 9.2-RELEASE-p5 #0: Tue Apr 29 19:09:13 UTC 2014 root@amd64-builder.daemonology.net:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Update to port to include staging support Change USE_BZIP2 to USES=tar:bzip2 as per poudriere warning =============== /!\ libchk-1.10.3: Makefile warnings, please consider fixing /!\ USE_BZIP2 is deprecated, please use USES=tar:bzip2 >How-To-Repeat: >Fix: Patch attached Patch attached with submission follows: diff -ruN libchk/Makefile /usr/ports/sysutils/libchk/Makefile --- libchk/Makefile 2014-05-12 09:40:07.000000000 +0200 +++ /usr/ports/sysutils/libchk/Makefile 2014-05-12 10:18:55.000000000 +0200 @@ -1,5 +1,5 @@ # Created by: Akinori MUSHA aka knu -# $FreeBSD: head/sysutils/libchk/Makefile 340722 2014-01-22 17:00:46Z mat $ +# $FreeBSD$ PORTNAME= libchk PORTVERSION= 1.10.3 @@ -13,13 +13,15 @@ LICENSE= BSD -USES= tar:bzip2 +USE_BZIP2= yes USE_RUBY= yes USE_RUBY_FEATURES= optparse MAKE_ARGS= PREFIX="${PREFIX}" -PLIST_FILES= man/man1/libchk.1.gz \ - sbin/libchk +MAN1= libchk.1 +MANCOMPRESSED= maybe +PLIST_FILES= sbin/libchk +NO_STAGE= yes .include >Release-Note: >Audit-Trail: >Unformatted: