From owner-freebsd-ports-bugs@FreeBSD.ORG Tue Aug 3 18:30:18 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 382AD106567E for ; Tue, 3 Aug 2010 18:30:18 +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 ED0258FC1F for ; Tue, 3 Aug 2010 18:30:16 +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 o73IUG6G009377 for ; Tue, 3 Aug 2010 18:30:16 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.4/8.14.4/Submit) id o73IUGt0009371; Tue, 3 Aug 2010 18:30:16 GMT (envelope-from gnats) Date: Tue, 3 Aug 2010 18:30:16 GMT Message-Id: <201008031830.o73IUGt0009371@freefall.freebsd.org> To: freebsd-ports-bugs@FreeBSD.org From: pluknet Cc: Subject: Re: ports/147791: [patch] Update sysutils/arcconf to v6_50_18570 X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: pluknet List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 03 Aug 2010 18:30:18 -0000 The following reply was made to PR ports/147791; it has been noted by GNATS. From: pluknet To: Michael Fuckner Cc: bug-followup@freebsd.org Subject: Re: ports/147791: [patch] Update sysutils/arcconf to v6_50_18570 Date: Tue, 3 Aug 2010 22:23:16 +0400 On 3 August 2010 21:40, Michael Fuckner wrote: > On 08/03/10 18:19, pluknet wrote: >> The second item (WORK_EXT) is still in effect. > > I don't understand, what exactly is wrong with WORK_EXT? [..] > and this one on FreeBSD81-i386 > # make install > =3D=3D=3D> =A0Installing for arcconf-v6.50.18570 > =3D=3D=3D> =A0 Generating temporary packing list > =3D=3D=3D> =A0Checking if sysutils/arcconf already installed > install =A0-s -o root -g wheel -m 555 > /usr/ports/sysutils/arcconf/work/freebsd8/cmdline/arcconf /usr/local/sbin > install =A0-o root -g wheel -m 555 > /usr/ports/sysutils/arcconf/work/410.status-aac-raid > /usr/local/etc/periodic/daily > =3D=3D=3D> =A0 Registering installation for arcconf-v6.50.18570 > # uname -a > FreeBSD =A08.1-RELEASE FreeBSD 8.1-RELEASE #0: Mon Jul 19 02:55:53 UTC 20= 10 > =A0 root@almeida.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC =A0i386 > Hmm.. Yep, this is what exactly should be. What I don't quite understand is how it still works on i386. In your patch WORK_EXT is set to x86, while then it mistically appears to be undefined, so do-install path works. Though I may be not very thoughtful. See: WORK_EXT=3D x86 ${INSTALL_PROGRAM} ${WRKSRC}/freebsd${DIST_TYPE}_${WORK_EXT}/cmdline/arcconf ${PREFIX}/sbin /usr/ports/sysutils/arcconf/work/freebsd8/cmdline/arcconf /usr/local/sbin --=20 wbr, pluknet