Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 16 Jan 2005 18:53:14 -0600 (CST)
From:      Ryan Thompson <ryan@sasknow.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        kris@obsecurity.org
Subject:   ports/76326: MAINTAINER-UPDATE: Mark editors/lpe BROKEN on sparc64
Message-ID:  <200501170053.j0H0rEFZ011144@coyote.ry.ca>
Resent-Message-ID: <200501170100.j0H10i1H061850@freefall.freebsd.org>

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

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



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