From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Jul 11 07:30:00 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) by hub.freebsd.org (Postfix) with ESMTP id 8E488F09 for ; Thu, 11 Jul 2013 07:30:00 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 7585E179D for ; Thu, 11 Jul 2013 07:30:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.7/8.14.7) with ESMTP id r6B7U0bi008304 for ; Thu, 11 Jul 2013 07:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id r6B7U0bk008300; Thu, 11 Jul 2013 07:30:00 GMT (envelope-from gnats) Resent-Date: Thu, 11 Jul 2013 07:30:00 GMT Resent-Message-Id: <201307110730.r6B7U0bk008300@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, James Hunt Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id B891DEE9 for ; Thu, 11 Jul 2013 07:26:49 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from oldred.freebsd.org (oldred.freebsd.org [8.8.178.121]) by mx1.freebsd.org (Postfix) with ESMTP id AB675178C for ; Thu, 11 Jul 2013 07:26:49 +0000 (UTC) Received: from oldred.freebsd.org ([127.0.1.6]) by oldred.freebsd.org (8.14.5/8.14.7) with ESMTP id r6B7QnNq022179 for ; Thu, 11 Jul 2013 07:26:49 GMT (envelope-from nobody@oldred.freebsd.org) Received: (from nobody@localhost) by oldred.freebsd.org (8.14.5/8.14.5/Submit) id r6B7Qndg022170; Thu, 11 Jul 2013 07:26:49 GMT (envelope-from nobody) Message-Id: <201307110726.r6B7Qndg022170@oldred.freebsd.org> Date: Thu, 11 Jul 2013 07:26:49 GMT From: James Hunt To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/180453: update sysutils/procenv, Utility to show process environment X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 11 Jul 2013 07:30:00 -0000 >Number: 180453 >Category: ports >Synopsis: update sysutils/procenv, Utility to show process environment >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: Thu Jul 11 07:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: James Hunt >Release: FreeBSD 9.1-RELEASE i386 >Organization: >Environment: >Description: Patch attached for sysutils/procenv that: - updates port to procenv version 0.24. - allows procenv to be run as part of build to: - demonstrate procenv works. - allow the build environment to be inspected (*). (*) - see links to other build environments on the procenv project page: https://launchpad.net/procenv/ >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 322627) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= procenv -PORTVERSION= 0.23 +PORTVERSION= 0.24 CATEGORIES= sysutils MASTER_SITES= https://launchpad.net/procenv/trunk/${PORTVERSION}/+download/ \ DEBIAN \ @@ -15,6 +15,8 @@ GNU_CONFIGURE= yes USE_GMAKE= yes +USE_AUTOTOOLS= aclocal automake +BUILD_DEPENDS= automake>=1.12:${PORTSDIR}/devel/automake FETCH_ARGS= -Fpr MAN1= procenv.1 @@ -26,4 +28,12 @@ BROKEN= does not build on old ${OPSYS} versions .endif +# Test to ensure procenv will actually run. +# +# This has the attractive side-effect of displaying the environment +# of the build system which may be of interest to those fixing FTBFS +# packages that build correctly locally. +regression-test: + cd ${WRKSRC} && ${MAKE} check + .include Index: distinfo =================================================================== --- distinfo (revision 322627) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (procenv-0.23.tar.gz) = 02f977bc7a61f7e366e193d76097f7390903c9a8c9270a09b96431b7db5e7ba9 -SIZE (procenv-0.23.tar.gz) = 212792 +SHA256 (procenv-0.24.tar.gz) = 576d1799c1e716c12b1ea11e6a658ec6fccb794c94013edc4f72d68e85e4b026 +SIZE (procenv-0.24.tar.gz) = 216260 >Release-Note: >Audit-Trail: >Unformatted: