From tkato432@yahoo.com  Sat Jun 15 18:01:57 2013
Return-Path: <tkato432@yahoo.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:1900:2254:206a::19:1])
	by hub.freebsd.org (Postfix) with ESMTP id 72E588F5
	for <FreeBSD-gnats-submit@FreeBSD.org>; Sat, 15 Jun 2013 18:01:52 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from msa102lp.auone-net.jp (msa102lp.auone-net.jp [222.3.140.165])
	by mx1.freebsd.org (Postfix) with ESMTP id 1B26211F6
	for <FreeBSD-gnats-submit@FreeBSD.org>; Sat, 15 Jun 2013 18:01:52 +0000 (UTC)
Received: from localhost.localdomain (ZT030083.ppp.dion.ne.jp [59.128.30.83])
	by msa102lp.auone-net.jp (au one net msa) with ESMTP id 622CC4AC036
	for <FreeBSD-gnats-submit@FreeBSD.org>; Sun, 16 Jun 2013 03:01:49 +0900 (JST)
Message-Id: <20130616025617.01f85b164bc8dbf4558c3f8a@yahoo.com>
Date: Sun, 16 Jun 2013 02:56:17 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: science/linsmith: Update to version 0.99.25

>Number:         179593
>Category:       ports
>Synopsis:       science/linsmith: Update to version 0.99.25
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Sat Jun 15 18:10:07 UTC 2013
>Closed-Date:    Mon Jun 17 15:31:16 UTC 2013
>Last-Modified:  Mon Jun 17 15:40:00 UTC 2013
>Originator:     KATO Tsuguru
>Release:        FreeBSD 8.4-RELEASE i386
>Organization:
>Environment:
>Description:
- Update to version 0.99.25

Remove file:
files/carg.c
files/patch-src-Makefile.in

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/science/linsmith/Makefile science/linsmith/Makefile
--- /usr/ports/science/linsmith/Makefile	2013-04-28 05:27:36.000000000 +0900
+++ science/linsmith/Makefile	2013-06-16 00:00:00.000000000 +0900
@@ -2,8 +2,7 @@
 # $FreeBSD: head/science/linsmith/Makefile 316683 2013-04-27 18:25:24Z mva $
 
 PORTNAME=	linsmith
-PORTVERSION=	0.99.24
-PORTREVISION=	1
+PORTVERSION=	0.99.25
 CATEGORIES=	science hamradio
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
 
@@ -12,8 +11,8 @@
 
 LICENSE=	GPLv2 # (or later)
 
+USES=		gettext
 USE_GNOME=	libgnomeui libxml2
-USES=		gettext iconv
 GNU_CONFIGURE=	yes
 MAKE_JOBS_SAFE=	yes
 
@@ -21,9 +20,9 @@
 LDFLAGS+=	-L${LOCALBASE}/lib
 
 post-patch:
-	@${CP} ${FILESDIR}/carg.c  ${WRKSRC}/src
 	@${REINPLACE_CMD} -e \
-		'/^Icon/s|=.*|=linsmith_icon|' ${WRKSRC}/linsmith.desktop
+		'/^Icon/s|/usr/share|${PREFIX}/share|' \
+		${WRKSRC}/linsmith.desktop
 
 post-install:
 	@${MKDIR} ${DESKTOPDIR}
diff -urN /usr/ports/science/linsmith/distinfo science/linsmith/distinfo
--- /usr/ports/science/linsmith/distinfo	2012-12-05 20:21:34.000000000 +0900
+++ science/linsmith/distinfo	2013-06-16 00:00:00.000000000 +0900
@@ -1,2 +1,2 @@
-SHA256 (linsmith-0.99.24.tar.gz) = f2e124240bc14cc918b8ff3336bf4579fca91770aaa8ddbef0828c48f1a90ea1
-SIZE (linsmith-0.99.24.tar.gz) = 1138827
+SHA256 (linsmith-0.99.25.tar.gz) = 446f3f8646c78e2f4fb49bf2cec626e98bb57d253c8a455feff28e813501ca4c
+SIZE (linsmith-0.99.25.tar.gz) = 1130652
diff -urN /usr/ports/science/linsmith/files/carg.c science/linsmith/files/carg.c
--- /usr/ports/science/linsmith/files/carg.c	2012-11-08 06:59:56.000000000 +0900
+++ science/linsmith/files/carg.c	1970-01-01 09:00:00.000000000 +0900
@@ -1,20 +0,0 @@
-/* carg.f -- translated by f2c (version 20000817).
-*/
-#include <math.h>
-#include <complex.h>
-
-double carg(complex z__)
-{
-    /* System generated locals */
-    double ret_val;
-
-/* april 1977 version.  w. fullerton, c3, los alamos scientific lab. */
-
-    ret_val = (float)0.;
-    if (creal(z__) != (float)0. || cimag(z__) != (float)0.) {
-	ret_val = atan2(cimag(z__), creal(z__));
-    }
-
-    return ret_val;
-} /* carg */
-
diff -urN /usr/ports/science/linsmith/files/patch-src-Makefile.in science/linsmith/files/patch-src-Makefile.in
--- /usr/ports/science/linsmith/files/patch-src-Makefile.in	2012-12-05 20:21:34.000000000 +0900
+++ science/linsmith/files/patch-src-Makefile.in	1970-01-01 09:00:00.000000000 +0900
@@ -1,11 +0,0 @@
---- src/Makefile.in.orig	2012-12-04 14:04:33.180175876 -0600
-+++ src/Makefile.in	2012-12-04 14:04:48.896176479 -0600
-@@ -67,7 +67,7 @@
- 	element.$(OBJEXT) remote.$(OBJEXT) import.$(OBJEXT) \
- 	load.$(OBJEXT) load_rx.$(OBJEXT) load_nb.$(OBJEXT) \
- 	log.$(OBJEXT) support.$(OBJEXT) printer.$(OBJEXT) \
--	interface.$(OBJEXT) callbacks.$(OBJEXT) cables.$(OBJEXT)
-+	interface.$(OBJEXT) callbacks.$(OBJEXT) cables.$(OBJEXT) carg.$(OBJEXT)
- linsmith_OBJECTS = $(am_linsmith_OBJECTS)
- am__DEPENDENCIES_1 =
- linsmith_DEPENDENCIES = $(am__DEPENDENCIES_1)
diff -urN /usr/ports/science/linsmith/files/patch-src__remote.c science/linsmith/files/patch-src__remote.c
--- /usr/ports/science/linsmith/files/patch-src__remote.c	2013-02-08 03:10:51.000000000 +0900
+++ science/linsmith/files/patch-src__remote.c	2013-06-16 00:00:00.000000000 +0900
@@ -5,7 +5,7 @@
  {
    // if not even enabled manually, just go away
 -  if (pref.rem_mode != REMOTE_SOCK) return;
-+  if (pref.rem_mode != REMOTE_SOCK) return 0;
++  if (pref.rem_mode != REMOTE_SOCK) return FALSE;
    
  printf("Removing the remote pipes\n");
    close(pref.inpipe);
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Sat Jun 15 18:11:31 UTC 2013 
Responsible-Changed-Why:  
miwi@ wants this submitter's PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=179593 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Mon Jun 17 15:31:16 UTC 2013 
State-Changed-Why:  
Committed. Thanks! 

http://www.freebsd.org/cgi/query-pr.cgi?pr=179593 

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/179593: commit references a PR
Date: Mon, 17 Jun 2013 15:31:22 +0000 (UTC)

 Author: miwi
 Date: Mon Jun 17 15:31:12 2013
 New Revision: 321134
 URL: http://svnweb.freebsd.org/changeset/ports/321134
 
 Log:
   - Update to 0.99.25
   
   PR:		179593
   Submitted by:	Ports Fury
 
 Deleted:
   head/science/linsmith/files/carg.c
   head/science/linsmith/files/patch-src-Makefile.in
 Modified:
   head/science/linsmith/Makefile
   head/science/linsmith/distinfo   (contents, props changed)
   head/science/linsmith/files/patch-src__remote.c
 
 Modified: head/science/linsmith/Makefile
 ==============================================================================
 --- head/science/linsmith/Makefile	Mon Jun 17 15:29:25 2013	(r321133)
 +++ head/science/linsmith/Makefile	Mon Jun 17 15:31:12 2013	(r321134)
 @@ -2,8 +2,7 @@
  # $FreeBSD$
  
  PORTNAME=	linsmith
 -PORTVERSION=	0.99.24
 -PORTREVISION=	1
 +PORTVERSION=	0.99.25
  CATEGORIES=	science hamradio
  MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}
  
 @@ -12,8 +11,8 @@ COMMENT=	Smith charting program
  
  LICENSE=	GPLv2 # (or later)
  
 +USES=		gettext
  USE_GNOME=	libgnomeui libxml2
 -USES=		gettext iconv
  GNU_CONFIGURE=	yes
  MAKE_JOBS_SAFE=	yes
  
 @@ -21,9 +20,9 @@ CPPFLAGS+=	-I${LOCALBASE}/include
  LDFLAGS+=	-L${LOCALBASE}/lib
  
  post-patch:
 -	@${CP} ${FILESDIR}/carg.c  ${WRKSRC}/src
  	@${REINPLACE_CMD} -e \
 -		'/^Icon/s|=.*|=linsmith_icon|' ${WRKSRC}/linsmith.desktop
 +		'/^Icon/s|/usr/share|${PREFIX}/share|' \
 +		${WRKSRC}/linsmith.desktop
  
  post-install:
  	@${MKDIR} ${DESKTOPDIR}
 
 Modified: head/science/linsmith/distinfo
 ==============================================================================
 --- head/science/linsmith/distinfo	Mon Jun 17 15:29:25 2013	(r321133)
 +++ head/science/linsmith/distinfo	Mon Jun 17 15:31:12 2013	(r321134)
 @@ -1,2 +1,2 @@
 -SHA256 (linsmith-0.99.24.tar.gz) = f2e124240bc14cc918b8ff3336bf4579fca91770aaa8ddbef0828c48f1a90ea1
 -SIZE (linsmith-0.99.24.tar.gz) = 1138827
 +SHA256 (linsmith-0.99.25.tar.gz) = 446f3f8646c78e2f4fb49bf2cec626e98bb57d253c8a455feff28e813501ca4c
 +SIZE (linsmith-0.99.25.tar.gz) = 1130652
 
 Modified: head/science/linsmith/files/patch-src__remote.c
 ==============================================================================
 --- head/science/linsmith/files/patch-src__remote.c	Mon Jun 17 15:29:25 2013	(r321133)
 +++ head/science/linsmith/files/patch-src__remote.c	Mon Jun 17 15:31:12 2013	(r321134)
 @@ -5,7 +5,7 @@
   {
     // if not even enabled manually, just go away
  -  if (pref.rem_mode != REMOTE_SOCK) return;
 -+  if (pref.rem_mode != REMOTE_SOCK) return 0;
 ++  if (pref.rem_mode != REMOTE_SOCK) return FALSE;
     
   printf("Removing the remote pipes\n");
     close(pref.inpipe);
 _______________________________________________
 svn-ports-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/svn-ports-all
 To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
 
>Unformatted:
