ports/188537: [Maintainer Update] comms/flrig to latest version

Stephen Hurd shurd at sasktel.net
Sat Apr 12 22:10:01 UTC 2014


>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 at 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 <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);
- 		}
- 	}
- 


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


More information about the freebsd-ports-bugs mailing list