Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 31 Aug 2004 13:33:38 -0400 (EDT)
From:      Eric van Gyzen <vangyzen@stat.duke.edu>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/71206: [maintainer-update] patch for math/jags to compile on 5.3-BETA1
Message-ID:  <200408311733.i7VHXcWg083127@stat.duke.edu>
Resent-Message-ID: <200408311740.i7VHeOXC091430@freefall.freebsd.org>

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

>Number:         71206
>Category:       ports
>Synopsis:       [maintainer-update] patch for math/jags to compile on 5.3-BETA1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Aug 31 17:40:24 GMT 2004
>Closed-Date:
>Last-Modified:
>Originator:     Eric van Gyzen
>Release:        FreeBSD 5.3-BETA1 i386
>Organization:
Duke University Statistics
>Environment:
FreeBSD 5.3-BETA1 i386

>Description:
This is a patch for ports/math/jags to compile on 5.3-BETA1.

>How-To-Repeat:
N/A

>Fix:
--- src/lib/model/Model.cc.orig	Tue Aug 31 13:22:19 2004
+++ src/lib/model/Model.cc	Tue Aug 31 13:22:28 2004
@@ -12,14 +12,14 @@
 #include <sarray/RightRangeIterator.h>
 #include <sarray/LeftRangeIterator.h>
 
-#include <Rmath.h>
-
 #include <iostream>
 #include <fstream>
 #include <sstream>
 #include <set>
 #include <stdexcept>
 #include <string>
+
+#include <Rmath.h>
 
 using std::vector;
 using std::list;
>Release-Note:
>Audit-Trail:
>Unformatted:



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