ports/76326: MAINTAINER-UPDATE: Mark editors/lpe BROKEN on sparc64

Ryan Thompson ryan at sasknow.com
Mon Jan 17 01:00:45 UTC 2005


>Number:         76326
>Category:       ports
>Synopsis:       MAINTAINER-UPDATE: Mark editors/lpe BROKEN on sparc64
>Confidential:   no
>Severity:       serious
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Jan 17 01:00:44 GMT 2005
>Closed-Date:
>Last-Modified:
>Originator:     Ryan Thompson <ryan at sasknow.com>
>Release:        FreeBSD 5.3-STABLE i386
>Organization:
>Environment:
System: FreeBSD coyote.ry.ca 5.3-STABLE FreeBSD 5.3-STABLE #2: Wed Dec 22 22:06:25 CST 2004 hutenosa at coyote:/usr/obj/usr/src/sys/LOCALHOST i386

>Description:
    
    lpe builds, but will not install, on sparc64. I don't have the platform 
    to debug this with, so, until or unless the original author (whom I'm
    contacting) or someone with a sparc64 machine is willing to help, this
    patch marks lpe as BROKEN on sparc64.

    For the curious, the complete build output is available here:

	http://ry.ca/ports/editors.lpe.sparc64.txt

>How-To-Repeat:

>Fix:

diff -ruN lpe.orig/Makefile lpe/Makefile
--- lpe.orig/Makefile	Thu Jan 13 21:33:24 2005
+++ lpe/Makefile	Sun Jan 16 18:41:08 2005
@@ -29,4 +29,10 @@
 MAN1=		lpe.1
 MANLANG=	"" bg cs de es fr pl ru
 
-.include <bsd.port.mk>
+.include <bsd.port.pre.mk>
+
+.if ${ARCH} == "sparc64"
+BROKEN=         "Does not compile on sparc64 (dynamic lib issues)"
+.endif
+
+.include <bsd.port.post.mk>
>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list