Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Apr 2013 21:30:19 GMT
From:      Veniamin Gvozdikov <g.veniamin@googlemail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/177592: [update]: devel/glog up to date
Message-ID:  <201304022130.r32LUJql051906@red.freebsd.org>
Resent-Message-ID: <201304022140.r32Le0M8085766@freefall.freebsd.org>

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

>Number:         177592
>Category:       ports
>Synopsis:       [update]: devel/glog up to date
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Tue Apr 02 21:40:00 UTC 2013
>Closed-Date:
>Last-Modified:
>Originator:     Veniamin Gvozdikov
>Release:        FreeBSD 9.1-RELEASE
>Organization:
>Environment:
FreeBSD ololo 9.1-RELEASE FreeBSD 9.1-RELEASE #0 r243825: Tue Dec  4 09:23:10 UTC 2012     root@farrell.cse.buffalo.edu:/usr/obj/usr/src/sys/GENERIC  amd64
>Description:
Upgrade to latest version with fixes:

* Add --disable-rtti option for configure.
* Visual Studio build and test fix.
* QNX build fix (thanks vanuan).
* Reduce warnings.
* Fixed LOG_SYSRESULT (thanks ukai).
* FreeBSD build fix (thanks yyanagisawa).
* Clang build fix.
* Now users can re-initialize glog after ShutdownGoogleLogging.
* Color output support by GLOG_colorlogtostderr (thanks alexs).
* Now glog's ABI around flags are compatible with gflags.
* Document mentions how to modify flags from user programs.
>How-To-Repeat:

>Fix:
diff -ruN glog.orig/Makefile glog/Makefile
--- glog.orig/Makefile	2013-04-03 01:26:08.112363412 +0400
+++ glog/Makefile	2013-04-03 00:42:53.203366336 +0400
@@ -2,7 +2,7 @@
 # $FreeBSD: devel/glog/Makefile 314640 2013-03-19 13:04:30Z eadler $
 
 PORTNAME=	glog
-PORTVERSION=	0.3.2
+PORTVERSION=	0.3.3
 CATEGORIES=	devel
 MASTER_SITES=	GOOGLE_CODE
 
diff -ruN glog.orig/distinfo glog/distinfo
--- glog.orig/distinfo	2013-04-03 01:26:08.112363412 +0400
+++ glog/distinfo	2013-04-03 00:43:14.781375660 +0400
@@ -1,2 +1,2 @@
-SHA256 (glog-0.3.2.tar.gz) = 5e47f9437e97cb1621930dea3c557a2801ddac3b5db1a9fd0c3cde399f2c9ccd
-SIZE (glog-0.3.2.tar.gz) = 478666
+SHA256 (glog-0.3.3.tar.gz) = fbf90c2285ba0561db7a40f8a4eefb9aa963e7d399bd450363e959929fe849d0
+SIZE (glog-0.3.3.tar.gz) = 509676

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



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