Date: Tue, 1 Feb 2005 13:56:37 +0100 (CET) From: Jesper Dalberg <jesper@jdn.dk> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/76958: [MAINTAINER] net/sipp: Marked BROKEN in ia64 Message-ID: <200502011256.j11CubxA023622@kylie.jdn.dk> Resent-Message-ID: <200502011300.j11D0mFa065068@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 76958 >Category: ports >Synopsis: [MAINTAINER] net/sipp: Marked BROKEN in ia64 >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: maintainer-update >Submitter-Id: current-users >Arrival-Date: Tue Feb 01 13:00:48 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Jesper Dalberg >Release: FreeBSD 5.3-RELEASE i386 >Organization: >Environment: System: FreeBSD kylie.jdn.dk 5.3-RELEASE FreeBSD 5.3-RELEASE #0: Fri Nov 5 04:19:18 UTC >Description: Marked BROKEN on ia64. Getting it to compile on ia64 is a matter of setting the correct compiler switched. The Makefile seems to assume HPUX when architecture is ia64. A patch made by someone with a working ia64 system for the Makefile should do it. Generated with FreeBSD Port Tools 0.63 >How-To-Repeat: >Fix: --- sipp-1.0.patch begins here --- diff -ruN --exclude=CVS /usr/ports/net/sipp/Makefile /home/jdalberg/ports/net/sipp/Makefile --- /usr/ports/net/sipp/Makefile Wed Jan 26 10:22:04 2005 +++ /home/jdalberg/ports/net/sipp/Makefile Mon Jan 31 11:26:18 2005 @@ -21,8 +21,8 @@ .include <bsd.port.pre.mk> -.if ${ARCH} == "alpha" -BROKEN= "Does not compile on alpha - patch for call.cpp needed" +.if ((${ARCH} == "alpha") || (${ARCH} == "ia64")) +BROKEN= "Does not compile - patch needed by someone who can test it" .endif pre-install: --- sipp-1.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200502011256.j11CubxA023622>