Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 2 Nov 2002 00:57:42 +0100 (CET)
From:      Oliver Lehmann <lehmann@ans-netz.de>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        Oliver Lehmann <lehmann@ans-netz.de>, karlj000@unbc.ca
Subject:   ports/44819: update-port: biology/avida (bento-fix)
Message-ID:  <200211012357.gA1Nvghv037924@kartoffel.salatschuessel.net>

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

>Number:         44819
>Category:       ports
>Synopsis:       update-port: biology/avida (bento-fix)
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Fri Nov 01 16:00:05 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     Oliver Lehmann
>Release:        FreeBSD 4.7-STABLE i386
>Organization:
>Environment:
System: FreeBSD kartoffel.salatschuessel.net 4.7-STABLE FreeBSD 4.7-STABLE #0: Mon Oct 21 02:27:44 CEST 2002 olivleh1@kartoffel.salatschuessel.net:/usr/obj/i386/usr/src/sys/KARTOFFEL i386


>Description:
	s/values.h/limits.h/

	These PR is CCed the the maintainer too.
>How-To-Repeat:
>Fix:


--- avida.patch begins here ---
diff -ruN avida.old/Makefile /usr/ports/biology/avida/Makefile
--- avida.old/Makefile	Thu Sep 19 04:45:38 2002
+++ /usr/ports/biology/avida/Makefile	Sat Nov  2 00:53:49 2002
@@ -12,8 +12,6 @@
 
 MAINTAINER=	karlj000@unbc.ca
 
-BROKEN=		"Does not build"
-
 WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION:C/\.[[:alnum:]]+$//}
 USE_GMAKE=	yes
 GNU_CONFIGURE=	yes
diff -ruN avida.old/files/patch-aa /usr/ports/biology/avida/files/patch-aa
--- avida.old/files/patch-aa	Sat Apr 20 17:17:46 2002
+++ /usr/ports/biology/avida/files/patch-aa	Sat Nov  2 00:44:48 2002
@@ -3,7 +3,8 @@
 @@ -18,6 +18,7 @@
  
  #include "../defs.hh"
- #include <values.h>
+-#include <values.h>
++#include <limits.h>
 +#include <float.h>
  //#include "event_defs.hh"
  
--- avida.patch ends here ---


>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?200211012357.gA1Nvghv037924>