Date: Tue, 22 Mar 2005 22:41:40 +0100 (CET) From: Martin Matuska <martin@matuska.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/79145: [MAINTAINER UPDATE] devel/smake 1.2.a.23 fix Message-ID: <20050322214140.56A4D33C97@mail.ba.zoznam.sk> Resent-Message-ID: <200503222150.j2MLo2VY096556@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 79145 >Category: ports >Synopsis: [MAINTAINER UPDATE] devel/smake 1.2.a.23 fix >Confidential: no >Severity: non-critical >Priority: medium >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Mar 22 21:50:02 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Martin Matuska >Release: FreeBSD 5.3-RELEASE-p5 i386 >Organization: >Environment: System: FreeBSD 5.3-RELEASE-p5 i386 or amd64 >Description: Does not build on sparc64 - I have no sparc64 hardware for testing, so mark as broken for sparc64 until fixed Compiles and runs on i386 and amd64 >How-To-Repeat: >Fix: --- Makefile.orig Tue Mar 22 22:37:02 2005 +++ Makefile Tue Mar 22 22:36:50 2005 @@ -23,4 +23,10 @@ MAN1= smake.1 MAN5= makefiles.5 makerules.5 -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${ARCH} == "sparc64" +BROKEN= Does not compile on sparc64 +.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?20050322214140.56A4D33C97>