From owner-freebsd-ports-bugs@FreeBSD.ORG Tue May 18 02:00:43 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 38BA916A4CE for ; Tue, 18 May 2004 02:00:43 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 7F6A343D39 for ; Tue, 18 May 2004 02:00:42 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i4I90gdx018984 for ; Tue, 18 May 2004 02:00:42 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i4I90gUR018983; Tue, 18 May 2004 02:00:42 -0700 (PDT) (envelope-from gnats) Date: Tue, 18 May 2004 02:00:42 -0700 (PDT) Message-Id: <200405180900.i4I90gUR018983@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: Dmitri Nikulin Subject: Re: ports/66793: New port: sysutils/stress X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list Reply-To: Dmitri Nikulin List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 18 May 2004 09:00:43 -0000 The following reply was made to PR ports/66793; it has been noted by GNATS. From: Dmitri Nikulin To: FreeBSD-gnats-submit@FreeBSD.org, freebsd-ports-bugs@FreeBSD.org Cc: Subject: Re: ports/66793: New port: sysutils/stress Date: Tue, 18 May 2004 18:54:18 +1000 Actually, applying this patch first: --- diff -ruN stress.orig/Makefile stress/Makefile --- stress.orig/Makefile Tue May 18 18:47:50 2004 +++ stress/Makefile Tue May 18 18:47:57 2004 @@ -17,7 +17,7 @@ CONFIGURE_TARGET= --build ${MACHINE_ARCH}-portbld-freebsd${OSREL} MAN1= stress.1 -PLIST_FILES= bin/lep +PLIST_FILES= bin/stress do-install: ${INSTALL_PROGRAM} ${WRKSRC}/src/stress ${PREFIX}/bin --- Will help. Looks like I didn't proofread the makefile properly after reappropriating it from the LEP makefile. Apologies again for any inconvenience, Dmitri Nikulin.