Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Jan 2003 20:51:25 +0100
From:      "Michael L. Hostbaek" <mich@freebsdcluster.org>
To:        Shawn Yeager <shawn@shawnyeager.com>
Cc:        ports@FreeBSD.org
Subject:   Re: FreeBSD Port: slurm-0.0.7
Message-ID:  <20030112195124.GB68715@mich2.itxmarket.com>
In-Reply-To: <7F33EA6A-24BD-11D7-9CA4-000A95682EB0@shawnyeager.com>
References:  <7F33EA6A-24BD-11D7-9CA4-000A95682EB0@shawnyeager.com>

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

--HcAYCG3uE/tztfnV
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline

Shawn Yeager (shawn) writes:
> Hi, Mich. FYI that I'm receiving the following build errors when 
> attempting to upgrade from 0.0.8 to 0.0.10. I'm not sure why the 
> FreeBSD/Ports site still shows 0.0.7, per the subject above.
> 
> this function)
> *** Error code 1
> 

.. and this time with the patch ;)

Attached is a patch that should fix this problem.
I have also made a PR with the patch, so when it'll be commited - you
will be able to update your ports collection - and install slurm.

Thanks for your report !

/mich


-- 
Best Regards,
	Michael Landin Hostbaek 
	FreeBSDCluster.org - an International Community

	*/ PGP-key available upon request /*

--HcAYCG3uE/tztfnV
Content-Type: text/plain; charset=us-ascii
Content-Disposition: attachment; filename="slurm-IEE80211.patch"

Index: src/if_media.c
===================================================================
RCS file: /home/cvs/slurm/slurm/src/if_media.c,v
retrieving revision 1.24
retrieving revision 1.25
diff -u -r1.24 -r1.25
--- src/if_media.c	28 Dec 2002 12:41:36 -0000	1.24
+++ src/if_media.c	10 Jan 2003 17:59:00 -0000	1.25
@@ -6,7 +6,7 @@
  * operating systems.
  *
  *****************************************************************************
- * $Id: if_media.c,v 1.24 2002/12/28 12:41:36 hscholz Exp $
+ * $Id: if_media.c,v 1.25 2003/01/10 17:59:00 hscholz Exp $
  *****************************************************************************/
 
 #if defined (__FreeBSD__) || (__OpenBSD__) || (__NetBSD__)
@@ -176,7 +176,7 @@
                 case IFM_IEEE80211_DS11:
                     speed = 11 * 1000;
                     break;
-#ifdef __FreeBSD__
+#if __FreeBSD_version >= 460102
                 case IFM_IEEE80211_DS22:
                     speed = 22 * 1000;
                     break;

--HcAYCG3uE/tztfnV--

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?20030112195124.GB68715>