From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Oct 15 14:10:16 2005 Return-Path: X-Original-To: freebsd-ports-bugs@hub.freebsd.org 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 7095816A420 for ; Sat, 15 Oct 2005 14:10:16 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id 16BE643D46 for ; Sat, 15 Oct 2005 14:10:15 +0000 (GMT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) by freefall.freebsd.org (8.13.3/8.13.3) with ESMTP id j9FEAEVY014857 for ; Sat, 15 Oct 2005 14:10:14 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j9FEAE5Z014856; Sat, 15 Oct 2005 14:10:14 GMT (envelope-from gnats) Resent-Date: Sat, 15 Oct 2005 14:10:14 GMT Resent-Message-Id: <200510151410.j9FEAE5Z014856@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, Dmitry Marakasov Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 6507F16A41F for ; Sat, 15 Oct 2005 14:07:08 +0000 (GMT) (envelope-from amdmi3@mail.ru) Received: from mx3.mail.ru (mx3.mail.ru [194.67.23.149]) by mx1.FreeBSD.org (Postfix) with ESMTP id 00BCC43D45 for ; Sat, 15 Oct 2005 14:07:07 +0000 (GMT) (envelope-from amdmi3@mail.ru) Received: from [82.148.12.249] (port=9649 helo=nexii.panopticon) by mx3.mail.ru with esmtp id 1EQmgj-00034r-00 for FreeBSD-gnats-submit@freebsd.org; Sat, 15 Oct 2005 18:07:05 +0400 Received: from hades.panopticon (hades.panopticon [192.168.0.2]) by nexii.panopticon (Postfix) with ESMTP id 3209030E2 for ; Sat, 15 Oct 2005 18:11:24 +0400 (MSD) Received: by hades.panopticon (Postfix, from userid 1000) id BFB0B319E; Sat, 15 Oct 2005 18:10:04 +0400 (MSD) Message-Id: <20051015141004.BFB0B319E@hades.panopticon> Date: Sat, 15 Oct 2005 18:10:04 +0400 (MSD) From: Dmitry Marakasov To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/87483: [patch] sysutils/gdmap makefile broken X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Dmitry Marakasov List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 15 Oct 2005 14:10:16 -0000 >Number: 87483 >Category: ports >Synopsis: [patch] sysutils/gdmap makefile broken >Confidential: no >Severity: serious >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: sw-bug >Submitter-Id: current-users >Arrival-Date: Sat Oct 15 14:10:14 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Dmitry Marakasov >Release: FreeBSD 5.4-RELEASE-p7 i386 >Organization: >Environment: System: FreeBSD hades.panopticon 5.4-RELEASE-p7 FreeBSD 5.4-RELEASE-p7 #4: Mon Sep 12 01:19:38 MSD 2005 amdmi3@hades.panopticon:/usr/obj/usr/src/sys/HADES i386 >Description: sysutils/gdmap doesn't compile because of broken Makefile: ===> Extracting for gdmap-0.5.0 => Checksum OK for gdmap-0.5.0.tar.gz. ===> Patching for gdmap-0.5.0 sed: -i may not be used with stdin *** Error code 1 Stop in /usr/ports/sysutils/gdmap. Reason is missing backslash on the end of the line in REINPLACE_CMD >How-To-Repeat: cd /usr/ports/sysutiles/gdmap && make >Fix: --- gdmap.patch begins here --- diff -ruN gdmap.orig/Makefile gdmap/Makefile --- gdmap.orig/Makefile Fri Oct 14 18:36:57 2005 +++ gdmap/Makefile Sat Oct 15 18:02:55 2005 @@ -31,7 +31,7 @@ .endif post-patch: - @${REINPLACE_CMD} -e 's,,,' + @${REINPLACE_CMD} -e 's,,,' \ ${WRKSRC}/src/gui_main.c .include --- gdmap.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: