From owner-freebsd-ports-bugs@FreeBSD.ORG Thu Sep 9 21:30:09 2010 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id A19C91065675 for ; Thu, 9 Sep 2010 21:30:09 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:4f8:fff6::28]) by mx1.freebsd.org (Postfix) with ESMTP id 6462E8FC12 for ; Thu, 9 Sep 2010 21:30:09 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.4/8.14.4) with ESMTP id o89LU9EY050990 for ; Thu, 9 Sep 2010 21:30:09 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o89LU98A050986; Thu, 9 Sep 2010 21:30:09 GMT (envelope-from gnats) Resent-Date: Thu, 9 Sep 2010 21:30:09 GMT Resent-Message-Id: <201009092130.o89LU98A050986@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, Ben Kaduk Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id BB7BD10656FB for ; Thu, 9 Sep 2010 21:27:19 +0000 (UTC) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21]) by mx1.freebsd.org (Postfix) with ESMTP id AA6258FC18 for ; Thu, 9 Sep 2010 21:27:19 +0000 (UTC) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.14.3/8.14.3) with ESMTP id o89LRJgV072416 for ; Thu, 9 Sep 2010 21:27:19 GMT (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.14.3/8.14.3/Submit) id o89LRJbS072415; Thu, 9 Sep 2010 21:27:19 GMT (envelope-from nobody) Message-Id: <201009092127.o89LRJbS072415@www.freebsd.org> Date: Thu, 9 Sep 2010 21:27:19 GMT From: Ben Kaduk To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Cc: Subject: ports/150453: [patch] [ports] maintainer update: net-im/zephyr initscript and USE_RC_SUBR X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Sep 2010 21:30:09 -0000 >Number: 150453 >Category: ports >Synopsis: [patch] [ports] maintainer update: net-im/zephyr initscript and USE_RC_SUBR >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Thu Sep 09 21:30:08 UTC 2010 >Closed-Date: >Last-Modified: >Originator: Ben Kaduk >Release: 9-CURRENT >Organization: MIT Student Information Processing Board >Environment: FreeBSD periphrasis.mit.edu 9.0-CURRENT FreeBSD 9.0-CURRENT #13: Wed Jul 14 17:52:27 EDT 2010 kaduk@periphrasis.mit.edu:/usr/obj/usr/src/sys/PERIPHRASIS amd64 >Description: Since r1.636 of ports/Mk/bsd.port.mk (Apr 16 07:18:28 2010 UTC), USE_RC_SUBR is no longer a substituted value. The initial submission of net-im/zephyr occurred before that flag day, and the rc script has not been updated to reflect that change since it was committed. This breaks the zhm initscript included by net-im/zephyr. >How-To-Repeat: Install net-im/zephyr >Fix: replace %%RC_SUBR%% with /etc/rc.subr Patch attached with submission follows: --- zhm.in.orig 2010-09-09 17:21:56.000000000 -0400 +++ zhm.in 2010-09-09 17:22:02.000000000 -0400 @@ -4,7 +4,7 @@ # PROVIDE: zhm # REQUIRE: named -. %%RC_SUBR%% +. /etc/rc.subr name="zhm" rcvar="zhm_enable" >Release-Note: >Audit-Trail: >Unformatted: