Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 18 Nov 2005 21:17:14 +0200
From:      Andrey Slusar <anrays@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/89250: [PATCH] editors/xemacs: Unbreak on the amd64.
Message-ID:  <E1EdBjW-000JkW-3l@santinel.home.ua>
Resent-Message-ID: <200511181920.jAIJKP8o068488@freefall.freebsd.org>

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

>Number:         89250
>Category:       ports
>Synopsis:       [PATCH] editors/xemacs: Unbreak on the amd64.
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 18 19:20:25 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Andrey Slusar
>Release:        FreeBSD 6.0-STABLE i386
>Organization:
Santinel
>Environment:
System: FreeBSD santinel.home.ua 6.0-STABLE FreeBSD 6.0-STABLE #0: Sat Nov 5 02:19:22 EET 2005 anray@santinel.home.ua:/usr/obj/usr/src/sys/ANRAY i386
>Description:
	Fix pkg-plist and unbreak port on the amd64.
>How-To-Repeat:
	
>Fix:

--- xemacs.diff begins here ---
diff -ru /usr/ports/editors/xemacs/Makefile xemacs/Makefile
--- /usr/ports/editors/xemacs/Makefile	Wed Nov 16 02:12:38 2005
+++ xemacs/Makefile	Thu Nov 10 00:03:20 2005
@@ -53,7 +53,6 @@
 # Undump and malloc do not behave on amd64 at the moment
 .if ${ARCH} == amd64
 CONFIGURE_ARGS+=	--with-system-malloc --pdump
-BROKEN=		"Incomplete pkg-plist"
 .endif
 
 .if !defined(WITHOUT_XEMACS_PACKAGES)
@@ -136,6 +135,6 @@
 # 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
 
 .include <bsd.port.post.mk>
--- xemacs.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?E1EdBjW-000JkW-3l>