ports/45805: security/sfs does not build on Alpha

Greg Lewis glewis at eyesbeyond.com
Mon Feb 2 18:10:29 UTC 2004


The following reply was made to PR ports/45805; it has been noted by GNATS.

From: Greg Lewis <glewis at eyesbeyond.com>
To: handler at grendel.net
Cc: FreeBSD-gnats-submit at FreeBSD.org
Subject: Re: ports/45805: security/sfs does not build on Alpha
Date: Mon, 2 Feb 2004 11:02:28 -0700

 --gBBFr7Ir9EOA20Yy
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: inline
 
 Hi Michael,
 
 Is there any reason why Volker Stolz's patch hasn't been committed?  It
 certainly fixes the build on Alpha 4.x (5.x appears to have some other
 unrelated woes).  I'm happy to commit this.
 
 -- 
 Greg Lewis                          Email   : glewis at eyesbeyond.com
 Eyes Beyond                         Web     : http://www.eyesbeyond.com
 Information Technology              FreeBSD : glewis at FreeBSD.org
 
 
 --gBBFr7Ir9EOA20Yy
 Content-Type: text/plain; charset=us-ascii
 Content-Disposition: attachment; filename="patch-sfskey.h"
 
 --- agent/sfskey.h.orig	Sun Dec  1 17:32:05 2002
 +++ agent/sfskey.h	Sun Dec  1 18:03:45 2002
 @@ -34,7 +34,7 @@
  extern bool opt_quiet;
  extern ref<agentconn> aconn;
 
 -#if __GNUC__ == 2 && __GNUC_MINOR__ <= 95 && defined (__alpha__)
 +#if __GNUC__ == 2 && __GNUC_MINOR__ <= 95 && defined (__alpha__) && !defined(__FreeBSD__)
  # define XXX_EXIT 1
  #endif /* gcc <= 2.95.x && alpha */
 
 --gBBFr7Ir9EOA20Yy--



More information about the freebsd-ports-bugs mailing list