ports/76958: [MAINTAINER] net/sipp: Marked BROKEN in ia64
Jesper Dalberg
jesper at jdn.dk
Tue Feb 1 13:00:49 UTC 2005
>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:
More information about the freebsd-ports-bugs
mailing list