Skip site navigation (1)Skip section navigation (2)
Date:      Sun,  9 Oct 2005 01:35:11 -0300 (BRT)
From:      Marcus Alves Grando <mnag@FreeBSD.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/87151: Update port: editors/emacs Fix package build
Message-ID:  <20051009043511.3FA1F100@marcus.grupos.com.br>
Resent-Message-ID: <200510090440.j994eCFu091733@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>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:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20051009043511.3FA1F100>