Date: Tue, 1 Feb 2005 15:56:03 +0100 (CET) From: Florent Thoumie <flz@xbsd.org> To: FreeBSD-gnats-submit@FreeBSD.org Cc: jesper@jdn.dk Subject: ports/76963: Update port: net/sipp - possibly unbreak on alpha. Message-ID: <20050201145603.ECB06119E0@gate.xbsd.org> Resent-Message-ID: <200502011500.j11F0UbQ079733@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 76963 >Category: ports >Synopsis: Update port: net/sipp - possibly unbreak on alpha. >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports-bugs >State: open >Quarter: >Keywords: >Date-Required: >Class: update >Submitter-Id: current-users >Arrival-Date: Tue Feb 01 15:00:29 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Florent Thoumie >Release: FreeBSD 5.3-RELEASE i386 >Organization: Xbsd.org >Environment: System: FreeBSD gate.xbsd.org 5.3-RELEASE FreeBSD 5.3-RELEASE #2: Wed Nov 24 16:35:34 CET 2004 root@gate.xbsd.org:/usr/src/sys/i386/compile/GATE i386 >Description: This patch should (not tested) unbreak net/sipp on alpha. Maintainer (jesper@jdn.dk) cc'ed. >How-To-Repeat: >Fix: --- sipp.diff begins here --- diff -ruN sipp.orig/Makefile sipp/Makefile --- sipp.orig/Makefile Tue Feb 1 15:51:29 2005 +++ sipp/Makefile Tue Feb 1 15:52:02 2005 @@ -21,7 +21,7 @@ .include <bsd.port.pre.mk> -.if ((${ARCH} == "alpha") || (${ARCH} == "ia64")) +.if ${ARCH} == "ia64" BROKEN= "Does not compile - patch needed by someone who can test it" .endif diff -ruN sipp.orig/files/patch-sipp.hpp sipp/files/patch-sipp.hpp --- sipp.orig/files/patch-sipp.hpp Thu Jan 1 01:00:00 1970 +++ sipp/files/patch-sipp.hpp Tue Feb 1 15:51:49 2005 @@ -0,0 +1,11 @@ +--- sipp.hpp.orig Tue Feb 1 15:12:35 2005 ++++ sipp.hpp Tue Feb 1 15:12:49 2005 +@@ -268,7 +268,7 @@ + void pollset_remove(int idx); + int pollset_add(call * p_call, int socket); + +-#if defined (__hpux) || defined (__alpha) ++#if defined (__hpux) + #define sipp_socklen_t int + #else + #define sipp_socklen_t socklen_t --- sipp.diff ends here --- >Release-Note: >Audit-Trail: >Unformatted:
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050201145603.ECB06119E0>