From flo@280r.solomo.de  Thu Jun 18 14:17:32 2009
Return-Path: <flo@280r.solomo.de>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 4AE9810656CF
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 18 Jun 2009 14:17:32 +0000 (UTC)
	(envelope-from flo@280r.solomo.de)
Received: from mail.solomo.de (mail.solomo.de [85.214.49.72])
	by mx1.freebsd.org (Postfix) with ESMTP id 0A3D98FC1A
	for <FreeBSD-gnats-submit@freebsd.org>; Thu, 18 Jun 2009 14:17:32 +0000 (UTC)
	(envelope-from flo@280r.solomo.de)
Received: from localhost (localhost [127.0.0.1])
	by mail.solomo.de (Postfix) with ESMTP id 0B9663F4ED;
	Thu, 18 Jun 2009 16:17:31 +0200 (CEST)
Received: from mail.solomo.de ([127.0.0.1])
	by localhost (mail.solomo.de [127.0.0.1]) (amavisd-new, port 10024)
	with LMTP id QTlkCnwx0h5e; Thu, 18 Jun 2009 16:17:28 +0200 (CEST)
Received: from 280r.solomo.de (unknown [212.185.53.228])
	by mail.solomo.de (Postfix) with ESMTP id C92BC3F4E5;
	Thu, 18 Jun 2009 16:17:28 +0200 (CEST)
Received: by 280r.solomo.de (Postfix, from userid 1001)
	id 869DA39B1E; Thu, 18 Jun 2009 16:17:28 +0200 (CEST)
Message-Id: <20090618141728.869DA39B1E@280r.solomo.de>
Date: Thu, 18 Jun 2009 16:17:28 +0200 (CEST)
From: Florian Smeets <flo@kasimir.com>
To: FreeBSD-gnats-submit@freebsd.org
Cc: nishida@sfc.wide.ad.jp
Subject: [PATCH] net/tcpillust: update to 2.01, unbreak on 8-CURRENT
X-Send-Pr-Version: 3.113
X-GNATS-Notify: nishida@sfc.wide.ad.jp

>Number:         135707
>Category:       ports
>Synopsis:       [PATCH] net/tcpillust: update to 2.01, unbreak on 8-CURRENT
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          update
>Submitter-Id:   current-users
>Arrival-Date:   Thu Jun 18 14:20:01 UTC 2009
>Closed-Date:    Tue Jul 07 20:25:09 UTC 2009
>Last-Modified:  Tue Jul  7 20:30:08 UTC 2009
>Originator:     Florian Smeets
>Release:        FreeBSD 8.0-CURRENT sparc64
>Organization:
>Environment:
System: FreeBSD 280r.solomo.de 8.0-CURRENT FreeBSD 8.0-CURRENT #5: Tue Jun 16 16:47:44 CEST 2009
>Description:
- Update to 2.01
- add patch to fix the build after the removal of net/slip.h

Added file(s):
- files/patch-binread.c

Port maintainer (nishida@sfc.wide.ad.jp) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- tcpillust-2.01.patch begins here ---
diff -ruN --exclude=CVS /usr/ports/net/tcpillust.orig/Makefile /usr/ports/net/tcpillust/Makefile
--- /usr/ports/net/tcpillust.orig/Makefile	2009-06-18 13:46:51.000000000 +0200
+++ /usr/ports/net/tcpillust/Makefile	2009-06-18 14:44:01.000000000 +0200
@@ -6,8 +6,7 @@
 #
 
 PORTNAME=	tcpillust
-PORTVERSION=	2.01a
-PORTREVISION=	1
+PORTVERSION=	2.01
 CATEGORIES=	net tcl tk
 MASTER_SITES=	http://www.jp.nishida.org/tcpillust/
 
@@ -50,10 +49,4 @@
 	${INSTALL_DATA} ${WRKSRC}/sample/* ${DOCSDIR}
 .endif
 
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 800064
-BROKEN=		does not build
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff -ruN --exclude=CVS /usr/ports/net/tcpillust.orig/distinfo /usr/ports/net/tcpillust/distinfo
--- /usr/ports/net/tcpillust.orig/distinfo	2009-06-18 13:46:51.000000000 +0200
+++ /usr/ports/net/tcpillust/distinfo	2009-06-18 14:50:28.000000000 +0200
@@ -1,3 +1,3 @@
-MD5 (tcpillust-2.01a.tar.gz) = 316da48755e6fdac5c2652d54964e935
-SHA256 (tcpillust-2.01a.tar.gz) = c8124986317971dbe0c5e15d4c4c61a58d9645a7bed84f17e5fb54961673e433
-SIZE (tcpillust-2.01a.tar.gz) = 101794
+MD5 (tcpillust-2.01.tar.gz) = 316da48755e6fdac5c2652d54964e935
+SHA256 (tcpillust-2.01.tar.gz) = c8124986317971dbe0c5e15d4c4c61a58d9645a7bed84f17e5fb54961673e433
+SIZE (tcpillust-2.01.tar.gz) = 101794
diff -ruN --exclude=CVS /usr/ports/net/tcpillust.orig/files/patch-binread.c /usr/ports/net/tcpillust/files/patch-binread.c
--- /usr/ports/net/tcpillust.orig/files/patch-binread.c	1970-01-01 01:00:00.000000000 +0100
+++ /usr/ports/net/tcpillust/files/patch-binread.c	2009-06-18 16:15:35.000000000 +0200
@@ -0,0 +1,16 @@
+--- binread.c.orig	2009-06-18 16:05:29.000000000 +0200
++++ binread.c	2009-06-18 16:06:26.000000000 +0200
+@@ -35,8 +35,13 @@
+ #if defined (linux) || defined(__APPLE__)
+ #define __FAVOR_BSD
+ #else
++#if defined(__FreeBSD__)
++#include <osreldate.h>
++#if __FreeBSD_version < 800064
+ #include <net/slip.h>
+ #endif
++#endif
++#endif
+ #include <netinet/in.h>
+ #include <netinet/in_systm.h>
+ #include <net/if.h>
--- tcpillust-2.01.patch ends here ---

>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: edwin 
Responsible-Changed-When: Thu Jun 18 14:20:15 UTC 2009 
Responsible-Changed-Why:  
miwi@ wants his PRs (via the GNATS Auto Assign Tool) 

http://www.freebsd.org/cgi/query-pr.cgi?pr=135707 
State-Changed-From-To: open->feedback 
State-Changed-By: edwin 
State-Changed-When: Thu Jun 18 14:20:19 UTC 2009 
State-Changed-Why:  
Awaiting maintainers feedback (via the GNATS Auto Assign Tool) 

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

From: Edwin Groothuis <edwin@FreeBSD.org>
To: nishida@sfc.wide.ad.jp
Cc: bug-followup@FreeBSD.org
Subject: Re: ports/135707: [PATCH] net/tcpillust: update to 2.01, unbreak on 8-CURRENT
Date: Thu, 18 Jun 2009 14:20:18 UT

 Maintainer of net/tcpillust,
 
 Please note that PR ports/135707 has just been submitted.
 
 If it contains a patch for an upgrade, an enhancement or a bug fix
 you agree on, reply to this email stating that you approve the patch
 and a committer will take care of it.
 
 The full text of the PR can be found at:
     http://www.freebsd.org/cgi/query-pr.cgi?pr=ports/135707
 
 -- 
 Edwin Groothuis via the GNATS Auto Assign Tool
 edwin@FreeBSD.org
State-Changed-From-To: feedback->closed 
State-Changed-By: miwi 
State-Changed-When: Tue Jul 7 20:25:04 UTC 2009 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/135707: commit references a PR
Date: Tue,  7 Jul 2009 20:25:34 +0000 (UTC)

 miwi        2009-07-07 20:25:03 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net/tcpillust        Makefile distinfo 
   Added files:
     net/tcpillust/files  patch-binread.c 
   Log:
   - Update to 2.01
   
   PR:             135707
   Submitted by:   Florian Smeets <flo@kasimir.com>
   Approved by:    maintainer timeout
   
   Revision  Changes    Path
   1.13      +3 -9      ports/net/tcpillust/Makefile
   1.5       +3 -3      ports/net/tcpillust/distinfo
   1.1       +16 -0     ports/net/tcpillust/files/patch-binread.c (new)
 _______________________________________________
 cvs-all@freebsd.org mailing list
 http://lists.freebsd.org/mailman/listinfo/cvs-all
 To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
 
>Unformatted:
