From owner-freebsd-ports Mon Nov 4 5:10: 4 2002 Delivered-To: freebsd-ports@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D745037B401 for ; Mon, 4 Nov 2002 05:10:02 -0800 (PST) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 1F73943E6E for ; Mon, 4 Nov 2002 05:10:02 -0800 (PST) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.12.6/8.12.6) with ESMTP id gA4DA1x3032105 for ; Mon, 4 Nov 2002 05:10:01 -0800 (PST) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.6/8.12.6/Submit) id gA4DA1wE032104; Mon, 4 Nov 2002 05:10:01 -0800 (PST) Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id DFADE37B401 for ; Mon, 4 Nov 2002 05:02:20 -0800 (PST) Received: from www.freebsd.org (www.freebsd.org [216.136.204.117]) by mx1.FreeBSD.org (Postfix) with ESMTP id A120043E6E for ; Mon, 4 Nov 2002 05:02:20 -0800 (PST) (envelope-from nobody@FreeBSD.org) Received: from www.freebsd.org (localhost [127.0.0.1]) by www.freebsd.org (8.12.6/8.12.6) with ESMTP id gA4D2K7R025848 for ; Mon, 4 Nov 2002 05:02:20 -0800 (PST) (envelope-from nobody@www.freebsd.org) Received: (from nobody@localhost) by www.freebsd.org (8.12.6/8.12.6/Submit) id gA4D2Kfs025847; Mon, 4 Nov 2002 05:02:20 -0800 (PST) Message-Id: <200211041302.gA4D2Kfs025847@www.freebsd.org> Date: Mon, 4 Nov 2002 05:02:20 -0800 (PST) From: Trevor Johnson To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/44877: shorter names for REINPLACE_CMD, USE_REINPLACE, and REINPLACE_ARGS Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org >Number: 44877 >Category: ports >Synopsis: shorter names for REINPLACE_CMD, USE_REINPLACE, and REINPLACE_ARGS >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Mon Nov 04 05:10:01 PST 2002 >Closed-Date: >Last-Modified: >Originator: Trevor Johnson >Release: 5.0-CURRENT >Organization: >Environment: $FreeBSD: ports/Mk/bsd.port.mk,v 1.427 2002/11/03 05:43:49 kris Exp $ 5.0-CURRENT-20020917-JPSNAP i386 >Description: This patch adds: - SEDI as an alias for REINPLACE_CMD, - USE_SEDI as an alias for USE_REINPLACE, and - SEDI_ARGS as an alias for REINPLACE_ARGS to bsd.port.mk. These have the advantage of brevity, reducing the number of continuation lines needed. It may be that they will be more easily easily remembered, at least by those who know that "sed -i" is (normally) being run (they are also reminiscent of the word "edit," which itself is not a good choice because of the existence of /usr/bin/edit). >How-To-Repeat: An example of a port in which continuation lines could be avoided is ports/audio/wmtune. >Fix: >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message