Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 12 May 2014 08:26:14 GMT
From:      Simon Wright <simon.wright@gmx.net>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/189699: [patch][stage] Add staging support to sysutils/libchk, update use of USE_BZIP2 variable
Message-ID:  <201405120826.s4C8QEYw013244@cgiserv.freebsd.org>
Resent-Message-ID: <201405120830.s4C8U036010941@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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 <knu@idaemons.org>
-# $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 <bsd.port.mk>


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201405120826.s4C8QEYw013244>