From owner-freebsd-ports-bugs@FreeBSD.ORG Sat Apr 12 22:10:01 2014 Return-Path: Delivered-To: freebsd-ports-bugs@smarthost.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 1E0822BF for ; Sat, 12 Apr 2014 22:10:01 +0000 (UTC) Received: from freefall.freebsd.org (freefall.freebsd.org [IPv6:2001:1900:2254:206c::16:87]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id EE44214EB for ; Sat, 12 Apr 2014 22:10:00 +0000 (UTC) Received: from freefall.freebsd.org (localhost [127.0.0.1]) by freefall.freebsd.org (8.14.8/8.14.8) with ESMTP id s3CMA01m031049 for ; Sat, 12 Apr 2014 22:10:00 GMT (envelope-from gnats@freefall.freebsd.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.14.8/8.14.8/Submit) id s3CMA0U7031036; Sat, 12 Apr 2014 22:10:00 GMT (envelope-from gnats) Resent-Date: Sat, 12 Apr 2014 22:10:00 GMT Resent-Message-Id: <201404122210.s3CMA0U7031036@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, Stephen Hurd Received: from mx1.freebsd.org (mx1.freebsd.org [8.8.178.115]) (using TLSv1 with cipher ADH-AES256-SHA (256/256 bits)) (No client certificate requested) by hub.freebsd.org (Postfix) with ESMTPS id 80525C9C for ; Sat, 12 Apr 2014 22:01:26 +0000 (UTC) Received: from cgiserv.freebsd.org (cgiserv.freebsd.org [IPv6:2001:1900:2254:206a::50:4]) (using TLSv1 with cipher DHE-RSA-AES256-SHA (256/256 bits)) (Client did not present a certificate) by mx1.freebsd.org (Postfix) with ESMTPS id 53C6913C7 for ; Sat, 12 Apr 2014 22:01:26 +0000 (UTC) Received: from cgiserv.freebsd.org ([127.0.1.6]) by cgiserv.freebsd.org (8.14.8/8.14.8) with ESMTP id s3CM1QHC070197 for ; Sat, 12 Apr 2014 22:01:26 GMT (envelope-from nobody@cgiserv.freebsd.org) Received: (from nobody@localhost) by cgiserv.freebsd.org (8.14.8/8.14.8/Submit) id s3CM1QoS070193; Sat, 12 Apr 2014 22:01:26 GMT (envelope-from nobody) Message-Id: <201404122201.s3CM1QoS070193@cgiserv.freebsd.org> Date: Sat, 12 Apr 2014 22:01:26 GMT From: Stephen Hurd To: freebsd-gnats-submit@FreeBSD.org X-Send-Pr-Version: www-3.1 Subject: ports/188537: [Maintainer Update] comms/flrig to latest version X-BeenThere: freebsd-ports-bugs@freebsd.org X-Mailman-Version: 2.1.17 Precedence: list List-Id: Ports bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sat, 12 Apr 2014 22:10:01 -0000 >Number: 188537 >Category: ports >Synopsis: [Maintainer Update] comms/flrig to latest version >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: Sat Apr 12 22:10:00 UTC 2014 >Closed-Date: >Last-Modified: >Originator: Stephen Hurd >Release: 10.0-RELEASE >Organization: >Environment: FreeBSD portable 10.0-RELEASE FreeBSD 10.0-RELEASE #0 r260789: Thu Jan 16 22:34:59 UTC 2014 root@snap.freebsd.org:/usr/obj/usr/src/sys/GENERIC amd64 >Description: The latest version listed on the help page isn't the newest release. Update to 1.3.15 which includes the src/debug.cxx patch. >How-To-Repeat: >Fix: Patch attached with submission follows: Index: Makefile =================================================================== --- Makefile (revision 351133) +++ Makefile (working copy) @@ -2,7 +2,7 @@ # $FreeBSD$ PORTNAME= flrig -PORTVERSION= 1.3.13 +PORTVERSION= 1.3.15 CATEGORIES= comms hamradio MASTER_SITES= http://www.w1hkj.com/downloads/flrig/ \ ${MASTER_SITE_LOCAL} @@ -24,12 +24,7 @@ NATIVE_OPT_DESC= Enable Native Optimizations -.include +NATIVE_OPT_CONFIGURE_ON+= --enable-optimizations=native +NATIVE_OPT_CONFIGURE_OFF+= --enable-optimizations=none -.if ${PORT_OPTIONS:MNATIVE_OPT} -CONFIGURE_ARGS+=--enable-optimizations=native -.else -CONFIGURE_ARGS+=--enable-optimizations=none -.endif - .include Index: distinfo =================================================================== --- distinfo (revision 351133) +++ distinfo (working copy) @@ -1,2 +1,2 @@ -SHA256 (flrig-1.3.13.tar.gz) = c5238bc72dc04a2b2ba741e093672990ec9ceecc7bfc4137b76d9e01a89dfdbb -SIZE (flrig-1.3.13.tar.gz) = 578415 +SHA256 (flrig-1.3.15.tar.gz) = 1c6163b3b1a410829a2ac4bd68f857d7c25419041bd30eb003bd0aff22348818 +SIZE (flrig-1.3.15.tar.gz) = 596888 Index: files/patch-src_debug.cxx =================================================================== --- files/patch-src_debug.cxx (revision 351133) +++ files/patch-src_debug.cxx (working copy) @@ -1,30 +0,0 @@ ---- src/debug.cxx.orig 2013-08-29 02:59:21.000000000 -0700 -+++ src/debug.cxx 2014-04-11 03:02:01.000000000 -0700 -@@ -126,7 +126,7 @@ - - vsnprintf(sztemp, sizeof(sztemp), fmt, args); - estr.append(sztemp); -- vfprintf(wfile, fmt, args); -+ fputs(sztemp, wfile); - - va_end(args); - -@@ -149,16 +149,14 @@ - - vsnprintf(sztemp, sizeof(sztemp), fmt, args); - estr.append(sztemp); -- vfprintf(wfile, fmt, args); -+ fputs(sztemp, wfile); - va_end(args); - - fflush(wfile); - - if (tty) { - if (level <= DEBUG_LEVEL && level >= QUIET_LEVEL) { -- va_start(args, format); -- vfprintf(stderr, fmt, args); -- va_end(args); -+ fputs(sztemp, stderr); - } - } - >Release-Note: >Audit-Trail: >Unformatted: