From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Oct 9 04:40:17 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 EF5CB16A424 for ; Sun, 9 Oct 2005 04:40:13 +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 6A20343D4C for ; Sun, 9 Oct 2005 04:40:12 +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 j994eCuv091758 for ; Sun, 9 Oct 2005 04:40:12 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.13.3/8.13.1/Submit) id j994eCFu091733; Sun, 9 Oct 2005 04:40:12 GMT (envelope-from gnats) Resent-Date: Sun, 9 Oct 2005 04:40:12 GMT Resent-Message-Id: <200510090440.j994eCFu091733@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, Marcus Alves Grando Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id D1A1416A427 for ; Sun, 9 Oct 2005 04:35:19 +0000 (GMT) (envelope-from root@marcus.grupos.com.br) Received: from mail.grupos.com.br (mail.grupos.com.br [200.203.183.72]) by mx1.FreeBSD.org (Postfix) with ESMTP id A8A2343D46 for ; Sun, 9 Oct 2005 04:35:18 +0000 (GMT) (envelope-from root@marcus.grupos.com.br) Received: from corp.grupos.com.br (unknown [150.162.166.55]) by mail.grupos.com.br (Postfix) with ESMTP id AB72F11E1BB for ; Sun, 9 Oct 2005 01:35:16 -0300 (BRT) Received: from marcus.grupos.com.br (unknown [150.162.166.51]) by corp.grupos.com.br (Postfix) with ESMTP id E395D552D for ; Sun, 9 Oct 2005 01:35:11 -0300 (BRT) Received: by marcus.grupos.com.br (Postfix, from userid 0) id 3FA1F100; Sun, 9 Oct 2005 01:35:11 -0300 (BRT) Message-Id: <20051009043511.3FA1F100@marcus.grupos.com.br> Date: Sun, 9 Oct 2005 01:35:11 -0300 (BRT) From: Marcus Alves Grando To: FreeBSD-gnats-submit@FreeBSD.org X-Send-Pr-Version: 3.113 Cc: Subject: ports/87151: Update port: editors/emacs Fix package build X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: Marcus Alves Grando List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 09 Oct 2005 04:40:17 -0000 >Number: 87151 >Category: ports >Synopsis: Update port: editors/emacs Fix package build >Confidential: no >Severity: non-critical >Priority: high >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Sun Oct 09 04:40:11 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Marcus Alves Grando >Release: FreeBSD 6.0-BETA5 i386 >Organization: >Environment: System: FreeBSD marcus.grupos.com.br 6.0-BETA5 FreeBSD 6.0-BETA5 #30: Sat Oct 8 09:51:18 BRT 2005 root@marcus.grupos.com.br:/space/obj/usr/src/sys/MARCUS i386 >Description: Fix package build in 6.x (bsdtar produce errors with lisp/.#* files) >How-To-Repeat: >Fix: --- emacs.patch begins here --- Index: Makefile =================================================================== RCS file: /home/pcvs/ports/editors/emacs/Makefile,v retrieving revision 1.63 diff -u -r1.63 Makefile --- Makefile 5 Sep 2005 15:15:46 -0000 1.63 +++ Makefile 8 Oct 2005 02:38:25 -0000 @@ -84,6 +84,7 @@ ${RM} ${WRKSRC}/src/emacs ${WRKSRC}/src/emacs-${PORTVERSION}.1 ; \ cd ${WRKSRC}/src ; \ ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} ${MAKEFILE} ${MAKE_ARGS} ${ALL_TARGET}) + @${RM} -f ${WRKSRC}/lisp/.#* post-install: @${CAT} ${PKGMESSAGE} --- emacs.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: