Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 17 Dec 2006 17:15:04 GMT
From:      David Johnson<david@usermode.org>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/106837: Maintainer update: misc/qbrew
Message-ID:  <200612171715.kBHHF4L1025627@www.freebsd.org>
Resent-Message-ID: <200612171720.kBHHKJ7c079475@freefall.freebsd.org>

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

>Number:         106837
>Category:       ports
>Synopsis:       Maintainer update: misc/qbrew
>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:   Sun Dec 17 17:20:13 GMT 2006
>Closed-Date:
>Last-Modified:
>Originator:     David Johnson
>Release:        6.1-RELEASE
>Organization:
>Environment:
FreeBSD scatha.usermode.org 6.1-RELEASE FreeBSD 6.1-RELEASE #0: Tue May 9 23:00:33 PDT 2006 david@scatha.usermode.org:/usr/obj/usr/src/sys/SCATHA  i386

>Description:
Maintainer update for misc/qbrew. Fix to build with gcc41. Added files directory and patch.
>How-To-Repeat:
Build port with gcc41.
>Fix:
Patch attached.

Patch attached with submission follows:

diff -ruN qbrew/files/patch-qbrew-calc.h qbrew.new/files/patch-qbrew-calc.h
--- qbrew/files/patch-qbrew-calc.h	Wed Dec 31 16:00:00 1969
+++ qbrew.new/files/patch-qbrew-calc.h	Sat Dec 16 14:36:24 2006
@@ -0,0 +1,22 @@
+--- qbrew/calc.h.orig	Sat Dec 16 14:34:28 2006
++++ qbrew/calc.h	Sat Dec 16 14:34:52 2006
+@@ -175,15 +175,15 @@
+     static int SRM(Recipe *r);
+ 
+     // convert Specific Gravity to Plato
+-    static double Calc::SgToP(double sg);
++    static double SgToP(double sg);
+     // convert grain extract to yield
+-    static double Calc::extractToYield(double extract);
+-    static double Calc::yieldToExtract(double yield);
++    static double extractToYield(double extract);
++    static double yieldToExtract(double yield);
+ 
+     // add an entry to the utilization table
+     static void addUEntry(const UEntry &u);
+     // get the table of utilizations
+-    static const QValueList<UEntry> &Calc::getUEntryList();
++    static const QValueList<UEntry> &getUEntryList();
+ 
+  private:
+     static double calcOG(Recipe *r);

>Release-Note:
>Audit-Trail:
>Unformatted:



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