Date: Mon, 14 Oct 2002 15:10:57 +1000 (EST) From: Edwin Groothuis <edwin@mavetju.org> To: FreeBSD-gnats-submit@FreeBSD.org Subject: ports/44033: [patch] net/zephyr is broken on 4.6 and higher Message-ID: <20021014051057.95FA56A712B@k7.mavetju>
next in thread | raw e-mail | index | archive | help
>Number: 44033 >Category: ports >Synopsis: [patch] net/zephyr is broken on 4.6 and higher >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sun Oct 13 22:20:01 PDT 2002 >Closed-Date: >Last-Modified: >Originator: Edwin Groothuis >Release: FreeBSD 4.5-RELEASE i386 >Organization: - >Environment: System: FreeBSD k7.mavetju 4.5-RELEASE FreeBSD 4.5-RELEASE #4: Sat Sep 14 10:41:50 EST 2002 edwin@k7.mavetju:/usr/src/sys/compile/k7 i386 $FreeBSD: ports/net/zephyr/Makefile,v 1.15 2002/01/15 03:04:08 pat Exp $ >Description: net/zephyr is broken because it requires libss, which has been removed just before the release of 4.6. >How-To-Repeat: http://bento.freebsd.org/errorlogs/4-full/zephyr-20000421.log >Fix: Even the newer version of net/zephyr (available from the mastersite) requires libss. --- Makefile.old Mon Oct 14 14:28:42 2002 +++ Makefile Mon Oct 14 15:08:31 2002 @@ -41,4 +41,10 @@ done .endif -.include <bsd.port.mk> +.include <bsd.port.pre.mk> + +.if ${OSVERSION} > 450000 +BROKEN= Broken due to lack of libss since FreeBSD 4.6 +.endif + +.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?20021014051057.95FA56A712B>