From owner-freebsd-ports-bugs@FreeBSD.ORG Wed Oct 6 21:40:24 2004 Return-Path: Delivered-To: freebsd-ports-bugs@hub.freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D41C116A4CE for ; Wed, 6 Oct 2004 21:40:24 +0000 (GMT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8AEB43D45 for ; Wed, 6 Oct 2004 21:40:24 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i96LeOeJ009264 for ; Wed, 6 Oct 2004 21:40:24 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i96LeOjc009263; Wed, 6 Oct 2004 21:40:24 GMT (envelope-from gnats) Resent-Date: Wed, 6 Oct 2004 21:40:24 GMT Resent-Message-Id: <200410062140.i96LeOjc009263@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, Mike Meyer Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 8B20B16A4CE for ; Wed, 6 Oct 2004 21:39:32 +0000 (GMT) Received: from delight.idiom.com (delight.idiom.com [216.240.32.16]) by mx1.FreeBSD.org (Postfix) with ESMTP id 6485E43D41 for ; Wed, 6 Oct 2004 21:39:32 +0000 (GMT) (envelope-from mwm@mired.org) Received: from idiom.com (idiom.com [216.240.32.1]) by delight.idiom.com (Postfix) with ESMTP id 0A9EB15BBBD for ; Wed, 6 Oct 2004 14:39:32 -0700 (PDT) Received: from mired.org (mwm@idiom [216.240.32.1]) by idiom.com (8.12.11/8.12.11) with SMTP id i96LdTea050367 for ; Wed, 6 Oct 2004 14:39:30 -0700 (PDT) (envelope-from mwm@mired.org) Received: (qmail 49404 invoked by uid 100); 6 Oct 2004 21:39:29 -0000 Message-Id: <20041006213929.49401.qmail@mired.org> Date: 6 Oct 2004 21:39:29 -0000 From: Mike Meyer To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Subject: ports/72408: [PATCH] Missing $'s in the unixstat Makefile X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Mike Meyer List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 06 Oct 2004 21:40:25 -0000 >Number: 72408 >Category: ports >Synopsis: [PATCH] Missing $'s in the unixstat Makefile >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Wed Oct 06 21:40:24 GMT 2004 >Closed-Date: >Last-Modified: >Originator: Mike Meyer >Release: FreeBSD 4.9-STABLE i386 >Organization: Meyer Consulting >Environment: System: FreeBSD guru.mired.org 4.9-STABLE FreeBSD 4.9-STABLE #2: Sun Aug 29 04:17:35 CDT 2004 mwm@guru.mired.org:/usr/src/sys/compile/GURU i386 >Description: The unixstat port is missing a couple of $'s on variables in the Makefile. >How-To-Repeat: Try to install math/unixstat >Fix: diff -u unixstat-orig/Makefile unixstat/Makefile --- unixstat-orig/Makefile Wed Oct 6 15:41:39 2004 +++ unixstat/Makefile Wed Oct 6 15:41:54 2004 @@ -32,8 +32,8 @@ .endif post-patch: - @{MV} ${WRKSRC}/man/intro.1 ${WRKSRC}/man/unixstat.1 - @{RM} ${WRKSRC}/man/cat.1 + @${MV} ${WRKSRC}/man/intro.1 ${WRKSRC}/man/unixstat.1 + @${RM} ${WRKSRC}/man/cat.1 do-build: @(cd ${WRKSRC}/src; ${SETENV} ${MAKE_ENV} make ${MAKE_ARGS}) Common subdirectories: unixstat-orig/files and unixstat/files >Release-Note: >Audit-Trail: >Unformatted: