FreeBSD Bugzilla – Attachment 141666 Details for
Bug 188537
[Maintainer Update] comms/flrig to latest version
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
file.diff
file.diff (text/plain), 1.99 KB, created by
Stephen Hurd
on 2014-04-12 23:10:00 UTC
(
hide
)
Description:
file.diff
Filename:
MIME Type:
Creator:
Stephen Hurd
Created:
2014-04-12 23:10:00 UTC
Size:
1.99 KB
patch
obsolete
>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 <bsd.port.pre.mk> >+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 <bsd.port.mk> >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); >- } >- } >-
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 188537
: 141666