From owner-freebsd-ports-bugs@FreeBSD.ORG Sun Feb 3 03:30:01 2013 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 3391899A for ; Sun, 3 Feb 2013 03:30:01 +0000 (UTC) (envelope-from gnats@FreeBSD.org) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) by mx1.freebsd.org (Postfix) with ESMTP id 17661266 for ; Sun, 3 Feb 2013 03:30:01 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.6/8.14.6) with ESMTP id r133U0o3091090 for ; Sun, 3 Feb 2013 03:30:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.6/8.14.6/Submit) id r133U0G5091086; Sun, 3 Feb 2013 03:30:00 GMT (envelope-from gnats) Resent-Date: Sun, 3 Feb 2013 03:30:00 GMT Resent-Message-Id: <201302030330.r133U0G5091086@freefall.freebsd.org> Resent-From: FreeBSD-gnats-submit@FreeBSD.org (GNATS Filer) Resent-To: freebsd-ports-bugs@FreeBSD.org Resent-Reply-To: FreeBSD-gnats-submit@FreeBSD.org, Yoshisato YANAGISAWA Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1]) by hub.freebsd.org (Postfix) with ESMTP id 43D087C4; Sun, 3 Feb 2013 03:20:03 +0000 (UTC) (envelope-from osho@nozomi.pcc-software.org) Received: from nozomi.pcc-software.org (mail.pcc-software.org [203.141.144.45]) by mx1.freebsd.org (Postfix) with ESMTP id E24C8220; Sun, 3 Feb 2013 03:20:02 +0000 (UTC) Received: from nozomi.pcc-software.org (localhost [127.0.0.1]) by nozomi.pcc-software.org (8.14.4/8.14.4) with ESMTP id r1334iLB034417; Sun, 3 Feb 2013 12:04:44 +0900 (JST) (envelope-from osho@nozomi.pcc-software.org) Received: (from osho@localhost) by nozomi.pcc-software.org (8.14.4/8.14.4/Submit) id r1334i4O034416; Sun, 3 Feb 2013 12:04:44 +0900 (JST) (envelope-from osho) Message-Id: <201302030304.r1334i4O034416@nozomi.pcc-software.org> Date: Sun, 3 Feb 2013 12:04:44 +0900 (JST) From: Yoshisato YANAGISAWA To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.113 Subject: ports/175792: [PATCH] devel/glog: update to 0.3.3 Cc: clsung@freebsd.org X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 03 Feb 2013 03:30:01 -0000 >Number: 175792 >Category: ports >Synopsis: [PATCH] devel/glog: update to 0.3.3 >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: Sun Feb 03 03:30:00 UTC 2013 >Closed-Date: >Last-Modified: >Originator: Yoshisato YANAGISAWA >Release: FreeBSD 8.2-RELEASE-p9 amd64 >Organization: >Environment: System: FreeBSD nozomi.pcc-software.org 8.2-RELEASE-p9 FreeBSD 8.2-RELEASE-p9 #16: Thu Jun 14 07:54:24 JST 2012 >Description: - Update to 0.3.3. - Clean up based on portlint messages. Removed file(s): - files/extra-patch-src-utilities.cc - files/extra-patch-src-utilities.h Port maintainer (clsung@FreeBSD.org) is cc'd. Generated with FreeBSD Port Tools 0.99_6 (mode: update, diff: ports) >How-To-Repeat: >Fix: --- glog-0.3.3.patch begins here --- diff -ruN --exclude=CVS /usr/ports/devel/glog/Makefile ./Makefile --- /usr/ports/devel/glog/Makefile 2013-01-11 07:43:08.000000000 +0900 +++ ./Makefile 2013-02-03 11:50:00.561214461 +0900 @@ -1,20 +1,14 @@ -# New ports collection makefile for: google-glog -# Date created: Oct 14, 2008 -# Whom: Cheng-Lung Sung -# # $FreeBSD: ports/devel/glog/Makefile,v 1.12 2013/01/10 22:43:08 svnexp Exp $ -# PORTNAME= glog -PORTVERSION= 0.3.1 -PORTREVISION= 2 +PORTVERSION= 0.3.3 CATEGORIES= devel MASTER_SITES= GOOGLE_CODE MAINTAINER= clsung@FreeBSD.org COMMENT= A library of C++ classes for flexible logging -LIB_DEPENDS= execinfo.1:${PORTSDIR}/devel/libexecinfo \ +LIB_DEPENDS= execinfo:${PORTSDIR}/devel/libexecinfo \ gflags:${PORTSDIR}/devel/gflags GNU_CONFIGURE= yes @@ -28,17 +22,9 @@ .include -.if ${ARCH} == "amd64" || ${ARCH} =="ia64" || ${ARCH} =="powerpc" || ${ARCH} =="sparc64" -EXTRA_PATCHES= ${FILESDIR}/extra-patch-src-utilities.cc -.endif - -.if ${ARCH} == "amd64" -EXTRA_PATCHES+= ${FILESDIR}/extra-patch-src-utilities.h -.endif - post-patch: @${REINPLACE_CMD} -e 's|^docdir.*|docdir = ${DOCSDIR}|' ${WRKSRC}/Makefile.in -.if defined(NOPORTDOCS) +.if !${PORT_OPTIONS:MDOCS} @${REINPLACE_CMD} -E -e '/^install-data-am/,/^$$/ s,install-(dist_doc|dist_html|html)DATA,,g' \ ${WRKSRC}/Makefile.in .endif diff -ruN --exclude=CVS /usr/ports/devel/glog/distinfo ./distinfo --- /usr/ports/devel/glog/distinfo 2011-04-07 18:12:37.000000000 +0900 +++ ./distinfo 2013-02-03 11:45:57.982145422 +0900 @@ -1,2 +1,2 @@ -SHA256 (glog-0.3.1.tar.gz) = eebc617a22a3f68594e74aed3c48a024f36c867b42324a79521259d6393bae24 -SIZE (glog-0.3.1.tar.gz) = 490361 +SHA256 (glog-0.3.3.tar.gz) = fbf90c2285ba0561db7a40f8a4eefb9aa963e7d399bd450363e959929fe849d0 +SIZE (glog-0.3.3.tar.gz) = 509676 diff -ruN --exclude=CVS /usr/ports/devel/glog/files/extra-patch-src-utilities.cc ./files/extra-patch-src-utilities.cc --- /usr/ports/devel/glog/files/extra-patch-src-utilities.cc 2011-04-07 18:12:37.000000000 +0900 +++ ./files/extra-patch-src-utilities.cc 1970-01-01 09:00:00.000000000 +0900 @@ -1,11 +0,0 @@ ---- src/utilities.cc.orig 2010-06-15 14:28:09.000000000 +0800 -+++ src/utilities.cc 2011-04-07 17:00:18.000000000 +0800 -@@ -227,8 +227,6 @@ - #ifndef __NR_gettid - #ifdef OS_MACOSX - #define __NR_gettid SYS_gettid --#elif ! defined __i386__ --#error "Must define __NR_gettid for non-x86 platforms" - #else - #define __NR_gettid 224 - #endif diff -ruN --exclude=CVS /usr/ports/devel/glog/files/extra-patch-src-utilities.h ./files/extra-patch-src-utilities.h --- /usr/ports/devel/glog/files/extra-patch-src-utilities.h 2009-02-05 16:15:39.000000000 +0900 +++ ./files/extra-patch-src-utilities.h 1970-01-01 09:00:00.000000000 +0900 @@ -1,11 +0,0 @@ ---- src/utilities.h.orig 2009-01-22 06:17:01.000000000 +0800 -+++ src/utilities.h 2009-02-05 08:07:44.000000000 +0800 -@@ -72,7 +72,7 @@ - #if defined(HAVE_LIB_UNWIND) - # define STACKTRACE_H "stacktrace_libunwind-inl.h" - #elif !defined(NO_FRAME_POINTER) --# if defined(__i386__) && __GNUC__ >= 2 -+# if (defined(__i386__) || defined(__amd64__)) && __GNUC__ >= 2 - # define STACKTRACE_H "stacktrace_x86-inl.h" - # elif defined(__x86_64__) && __GNUC__ >= 2 - # define STACKTRACE_H "stacktrace_x86_64-inl.h" --- glog-0.3.3.patch ends here --- >Release-Note: >Audit-Trail: >Unformatted: