ports/189699: [patch][stage] Add staging support to sysutils/libchk, update use of USE_BZIP2 variable
Simon Wright
simon.wright at gmx.net
Mon May 12 08:30:00 UTC 2014
>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 at 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 at 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:
More information about the freebsd-ports-bugs
mailing list