From owner-freebsd-ports-bugs@FreeBSD.ORG Sun May 2 15:50:17 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 0845F16A4CE for ; Sun, 2 May 2004 15:50:17 -0700 (PDT) Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by mx1.FreeBSD.org (Postfix) with ESMTP id A995E43D5C for ; Sun, 2 May 2004 15:50:16 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (gnats@localhost [127.0.0.1]) i42MoGE5009063 for ; Sun, 2 May 2004 15:50:16 -0700 (PDT) (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.12.11/8.12.11/Submit) id i42MoGSn009062; Sun, 2 May 2004 15:50:16 -0700 (PDT) (envelope-from gnats) Resent-Date: Sun, 2 May 2004 15:50:16 -0700 (PDT) Resent-Message-Id: <200405022250.i42MoGSn009062@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, Palle Girgensohn Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 5406716A4CE for ; Sun, 2 May 2004 15:46:07 -0700 (PDT) Received: from palle.girgensohn.se (1-2-8-5a.asp.sth.bostream.se [82.182.157.66]) by mx1.FreeBSD.org (Postfix) with ESMTP id 2708843D1D for ; Sun, 2 May 2004 15:46:06 -0700 (PDT) (envelope-from girgen@palle.girgensohn.se) Received: from palle.girgensohn.se (localhost.girgensohn.se [127.0.0.1]) by palle.girgensohn.se (8.12.11/8.12.11) with ESMTP id i42Mk4cv034905; Mon, 3 May 2004 00:46:04 +0200 (CEST) (envelope-from girgen@palle.girgensohn.se) Received: (from girgen@localhost) by palle.girgensohn.se (8.12.11/8.12.11/Submit) id i42Mk1gp034810; Mon, 3 May 2004 00:46:01 +0200 (CEST) (envelope-from girgen) Message-Id: <200405022246.i42Mk1gp034810@palle.girgensohn.se> Date: Mon, 3 May 2004 00:46:01 +0200 (CEST) From: Palle Girgensohn To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 cc: mad@madpilot.net Subject: ports/66183: [PATCH] comms/gnokii: build error X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 02 May 2004 22:50:17 -0000 >Number: 66183 >Category: ports >Synopsis: [PATCH] comms/gnokii: build error >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun May 02 15:50:15 PDT 2004 >Closed-Date: >Last-Modified: >Originator: Palle Girgensohn >Release: FreeBSD 5.2-CURRENT i386 >Organization: Ping Pong AB >Environment: System: FreeBSD palle.girgensohn.se 5.2-CURRENT FreeBSD 5.2-CURRENT #5: Tue Apr 13 03:50:54 CEST 2004 >Description: For me, gnokii gives an error at the end of the build process, since it cannot find pkg-message. Says something like "sed: pkg-message: No such file or directory". This is fixed by adding a full path to the pkg-message file, according to the patch below. Port maintainer (mad@madpilot.net) is cc'd. Generated with FreeBSD Port Tools 0.50 >How-To-Repeat: >Fix: --- gnokii-0.6.1,1.patch begins here --- Index: Makefile =================================================================== RCS file: /home/ncvs/ports/comms/gnokii/Makefile,v retrieving revision 1.38 diff -u -u -r1.38 Makefile --- Makefile 21 Apr 2004 20:37:00 -0000 1.38 +++ Makefile 2 May 2004 22:42:05 -0000 @@ -119,7 +119,7 @@ @cd ${WRKSRC}/smsd && ${GMAKE} libpq.la LOCALBASE=${LOCALBASE} .endif .endif - @${SED} -e 's|%%PREFIX%%|${PREFIX}|g' pkg-message > ${PKGMESSAGE} + @${SED} -e 's|%%PREFIX%%|${PREFIX}|g' ${PKGDIR}/pkg-message > ${PKGMESSAGE} pre-install: @${SETENV} "PKG_PREFIX=${PREFIX}" ${SH} ${PKGINSTALL} ${PKGNAME} PRE-INSTALL --- gnokii-0.6.1,1.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: