Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 19 Mar 2005 19:41:09 +0200
From:      Andrey Slusar <anrays@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        sem@FreeBSD.org
Subject:   ports/79018: [MAINTAINER] editors/xemacs21-mule: fix installing.
Message-ID:  <E1DChwj-0005Om-MD@santinel.home.ua>
Resent-Message-ID: <200503191750.j2JHo1RI010738@freefall.freebsd.org>

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

>Number:         79018
>Category:       ports
>Synopsis:       [MAINTAINER] editors/xemacs21-mule: fix installing.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Sat Mar 19 17:50:01 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Andrey Slusar
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
Santinel
>Environment:
System: FreeBSD santinel.home.ua 5.3-STABLE FreeBSD 5.3-STABLE #0: Wed Feb 2 00:58:56 EET 2005 anray@santinel.home.ua:/usr/obj/usr/src/sys/ANRAY i386
>Description:
	Installed .dmp-file is not needed for XEmacs normal working.
>How-To-Repeat:
	
>Fix:

--- xemacs21-mule.diff begins here ---
--- editors/xemacs21-mule/Makefile	Tue Feb  8 22:03:10 2005
+++ editors/xemacs21-mule.new/Makefile	Sat Mar 19 19:15:47 2005
@@ -188,7 +188,7 @@
 # Do what PLIST does for pkg_add.
 	${MKDIR} ${PREFIX}/lib/xemacs/site-lisp
 	${CHMOD} 755 ${PREFIX}/lib/xemacs/site-lisp
-	${RM} -f ${PREFIX}/bin/send-pr
+	${RM} -f ${PREFIX}/bin/send-pr ${PREFIX}/bin/xemacs-${XEMACS_VER}-*.dmp
 .if defined(WITH_GTK)
 	@${ECHO_MSG} "Please be aware that GTK support is buggy. Do not report bugs to"
 	@${ECHO_MSG} "the maintainer."
--- xemacs21-mule.diff ends here ---


>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?E1DChwj-0005Om-MD>