ports/89250: [PATCH] editors/xemacs: Unbreak on the amd64.

Andrey Slusar anrays at gmail.com
Fri Nov 18 19:20:26 UTC 2005


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



More information about the freebsd-ports-bugs mailing list