Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 4 Nov 2002 21:59:35 +0100 (CET)
From:      Volker Stolz <vs@foldr.org>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        roger@FreeBSD.org
Subject:   ports/44892: [patch] Mark comms/ixj as broken on -current
Message-ID:  <200211042059.gA4KxZVK005538@monster.ikea.net>

next in thread | raw e-mail | index | archive | help

>Number:         44892
>Category:       ports
>Synopsis:       [patch] Mark comms/ixj as broken on -current
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Mon Nov 04 13:00:02 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Volker Stolz
>Release:        FreeBSD 5.0-CURRENT i386
>Organization:
Lehrstuhl für Informatik II
>Environment:
System: FreeBSD monster.ikea.net 5.0-CURRENT FreeBSD 5.0-CURRENT #0: Sat Oct 26 17:47:39 CEST 2002 root@monster.ikea.net:/usr/obj/usr/src/sys/MONSTER i386


>Description:
This port requires machine/ipl.h for the 'cpl' function which is no longer
present (since March 2001).
>How-To-Repeat:
>Fix:
Mark as broken on -CURRENT.

--- Makefile.orig	Mon Nov  4 21:51:18 2002
+++ Makefile	Mon Nov  4 21:54:07 2002
@@ -15,6 +15,12 @@
 
 ONLY_FOR_ARCHS=	i386
 
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} >= 500000
+BROKEN=		"Sorry, required header file machine/ipl.h went away long ago"
+.endif
+
 WRKSRC=         ${WRKDIR}/ixj_freebsd
 USE_REINPLACE=	yes
 MAKEFILE=	Makefile.BSD
@@ -45,4 +51,4 @@
 	@${INSTALL_DATA} ${WRKSRC}/ixjuser.h ${PREFIX}/include/sys
 	@${INSTALL_DATA} ${WRKSRC}/telephony.h ${PREFIX}/include/sys
 
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211042059.gA4KxZVK005538>