Date: Mon, 24 Jan 2005 16:17:17 +0100 (CET) From: Jesper Dalberg <jesper@jdn.dk> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/76620: [MAINTAINER] net/sipp: marked BROKEN on alpha Message-ID: <20050124151717.EFCCC258036@savage.chaos.dk> Resent-Message-ID: <200501241520.j0OFKLka057105@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 76620 >Category: ports >Synopsis: [MAINTAINER] net/sipp: marked BROKEN on alpha >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: Mon Jan 24 15:20:20 GMT 2005 >Closed-Date: >Last-Modified: >Originator: Jesper Dalberg >Release: FreeBSD 4.8-RELEASE-p1 i386 >Organization: >Environment: System: FreeBSD unixdot.cc.cybercity.dk 4.8-RELEASE-p1 FreeBSD 4.8-RELEASE-p1 #0: Fri Aug 8 09:23:30 CEST >Description: Kris Kennaway [kris@obsecurity.org] told me that it didn't build on Alpha. thanks to the pointy hat ;) Can't create the required (i assume) patch, cause I dont have access to an Alpha machine. 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 /usr/home/jdalberg/ports/net/sipp/Makefile --- /usr/ports/net/sipp/Makefile Fri Jan 21 16:13:34 2005 +++ /usr/home/jdalberg/ports/net/sipp/Makefile Mon Jan 24 15:46:06 2005 @@ -10,7 +10,6 @@ CATEGORIES= net MASTER_SITES= ${MASTER_SITE_SOURCEFORGE_EXTENDED} MASTER_SITE_SUBDIR= sipp - DISTNAME= ${PORTNAME}.${PORTVERSION} MAINTAINER= jesper@jdn.dk @@ -20,6 +19,12 @@ PLIST_FILES= bin/sipp MAN1= sipp.1 +.include <bsd.port.pre.mk> + +.if ${ARCH} == "alpha" +BROKEN= "Does not compile on alpha - patch for call.cpp needed" +.endif + pre-install: @${CP} ${FILESDIR}/${MAN1} ${WRKSRC}/ @@ -27,4 +32,4 @@ ${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME} ${PREFIX}/bin ${INSTALL_MAN} ${WRKSRC}/sipp.1 ${PREFIX}/man/man1/sipp.1 -.include <bsd.port.mk> +.include <bsd.port.post.mk> --- sipp-1.0.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: SEND-PR: [ non-critical | serious | critical ] SEND-PR: [ low | medium | high ] SEND-PR: <choose from the list of categories below (one line)> SEND-PR: advocacy alpha bin conf docs gnu SEND-PR: i386 ia64 java kern misc ports SEND-PR: powerpc sparc64 standards www SEND-PR: [ sw-bug | doc-bug | change-request | update | maintainer-update ]
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050124151717.EFCCC258036>