From owner-freebsd-ports-bugs@FreeBSD.ORG Mon Nov 25 07:50:01 2013 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 1C384F0F for ; Mon, 25 Nov 2013 07:50:01 +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)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id F20ED219C for ; Mon, 25 Nov 2013 07:50: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 rAP7o06N044349 for ; Mon, 25 Nov 2013 07:50:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.7/8.14.7/Submit) id rAP7o0mL044348; Mon, 25 Nov 2013 07:50:00 GMT (envelope-from gnats) Resent-Date: Mon, 25 Nov 2013 07:50:00 GMT Resent-Message-Id: <201311250750.rAP7o0mL044348@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, Douglas William Thrift 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 82845DB3 for ; Mon, 25 Nov 2013 07:44:23 +0000 (UTC) Received: from slowhand.douglasthrift.net (slowhand.douglasthrift.net [69.55.236.40]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (No client certificate requested) by mx1.freebsd.org (Postfix) with ESMTPS id 4CE60215C for ; Mon, 25 Nov 2013 07:44:23 +0000 (UTC) Received: from localhost (laguna.douglasthrift.net [68.111.10.112]) (authenticated bits=0) by slowhand.douglasthrift.net (8.14.7/8.14.7) with ESMTP id rAP7i1lC007940 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NOT); Sun, 24 Nov 2013 23:44:06 -0800 (PST) (envelope-from douglas@douglasthrift.net) Message-Id: <201311250744.rAP7i1lC007940@slowhand.douglasthrift.net> Date: Sun, 24 Nov 2013 23:44:06 -0800 (PST) From: Douglas William Thrift To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.114 Subject: ports/184275: Update port: sysutils/psmisc Add STAGE support Cc: douglas@douglasthrift.net X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.16 Precedence: list Reply-To: Douglas William Thrift List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Nov 2013 07:50:01 -0000 >Number: 184275 >Category: ports >Synopsis: Update port: sysutils/psmisc Add STAGE support >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Mon Nov 25 07:50:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Douglas William Thrift >Release: FreeBSD 9.2-RELEASE amd64 >Organization: >Environment: System: FreeBSD journeyman-freebsd.douglasthrift.net 9.2-RELEASE FreeBSD 9.2-RELEASE #0 r255898: Thu Sep 26 22:50:31 UTC 2013 root@bake.isc.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: Add STAGE support to sysutils/psmisc. https://redports.org/buildarchive/20131125064400-8867/ >How-To-Repeat: >Fix: --- psmisc.2013-11-25T042121Z.diff begins here --- diff -Nrux .svn -x work /usr/ports/sysutils/psmisc/Makefile psmisc/Makefile --- /usr/ports/sysutils/psmisc/Makefile 2013-09-20 16:05:58.000000000 -0700 +++ psmisc/Makefile 2013-11-24 20:21:16.000000000 -0800 @@ -20,11 +20,8 @@ OPTIONS_DEFINE= NLS -NO_STAGE= yes .include -MAN1= killall.1 pstree.1 - .if ${PORT_OPTIONS:MNLS} USES+= gettext CONFIGURE_ARGS= --enable-nls @@ -38,6 +35,6 @@ @${REINPLACE_CMD} -e '/^#define COMM_LEN / s|16|254|' ${WRKSRC}/src/comm.h post-install: - @${LN} -fs ${PREFIX}/bin/killall ${PREFIX}/bin/pidof + @${LN} -fs killall ${STAGEDIR}${PREFIX}/bin/pidof .include diff -Nrux .svn -x work /usr/ports/sysutils/psmisc/pkg-plist psmisc/pkg-plist --- /usr/ports/sysutils/psmisc/pkg-plist 2012-07-14 07:29:18.000000000 -0700 +++ psmisc/pkg-plist 2013-11-24 20:12:09.000000000 -0800 @@ -3,6 +3,8 @@ bin/pidof bin/pstree bin/pstree.x11 +man/man1/killall.1.gz +man/man1/pstree.1.gz %%NLS%%share/locale/bg/LC_MESSAGES/psmisc.mo %%NLS%%share/locale/ca/LC_MESSAGES/psmisc.mo %%NLS%%share/locale/cs/LC_MESSAGES/psmisc.mo --- psmisc.2013-11-25T042121Z.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted: