From owner-freebsd-ports Mon Oct 29 16:30:10 2001 Delivered-To: freebsd-ports@hub.freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id AEA9A37B407 for ; Mon, 29 Oct 2001 16:30:01 -0800 (PST) Received: (from gnats@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9U0U1207987; Mon, 29 Oct 2001 16:30:01 -0800 (PST) (envelope-from gnats) Received: from freefall.freebsd.org (freefall.FreeBSD.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5242537B401 for ; Mon, 29 Oct 2001 16:24:37 -0800 (PST) Received: (from nobody@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f9U0ObB07424; Mon, 29 Oct 2001 16:24:37 -0800 (PST) (envelope-from nobody) Message-Id: <200110300024.f9U0ObB07424@freefall.freebsd.org> Date: Mon, 29 Oct 2001 16:24:37 -0800 (PST) From: Alec Wolman To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-1.0 Subject: ports/31621: fix for the pspell-0.12.2_1 port 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: 31621 >Category: ports >Synopsis: fix for the pspell-0.12.2_1 port >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Mon Oct 29 16:30:01 PST 2001 >Closed-Date: >Last-Modified: >Originator: Alec Wolman >Release: 4.3 >Organization: UW, CSE department >Environment: n/a >Description: make install for the pspell port fails. the reason is that the 'post-patch' target edits Makefile.in to replace '@INSTALL@' with 'install'. This causes install to move rather than copy the files, which in turn causes make install to break. Commenting out the post-patch target entirely fixes things, because configure then replaces '@INSTALL@' with 'install -c' which does the right thing. I have no idea what the purpose of the post-patch target was but it should be eliminated. >How-To-Repeat: n/a >Fix: n/a >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message