From tkato432@yahoo.com  Wed Feb  7 17:01:16 2007
Return-Path: <tkato432@yahoo.com>
Received: from mx1.freebsd.org (mx1.freebsd.org [69.147.83.52])
	by hub.freebsd.org (Postfix) with ESMTP id 91F8616A408
	for <FreeBSD-gnats-submit@FreeBSD.org>; Wed,  7 Feb 2007 17:01:15 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from nm05omta05b.dion.ne.jp (nm05mta.dion.ne.jp [219.125.112.11])
	by mx1.freebsd.org (Postfix) with SMTP id 4878B13C4A6
	for <FreeBSD-gnats-submit@FreeBSD.org>; Wed,  7 Feb 2007 17:01:14 +0000 (UTC)
	(envelope-from tkato432@yahoo.com)
Received: from localhost ([59.128.69.101])
	by nm05mta.dion.ne.jp
	id <20070208020111311.MAA8.808F4E8@nm05mta.dion.ne.jp>;
	Thu, 8 Feb 2007 02:01:11 +0900
Message-Id: <20070208020020.f43a69b6.tkato432@yahoo.com>
Date: Thu, 8 Feb 2007 02:00:20 +0900
From: KATO Tsuguru <tkato432@yahoo.com>
To: FreeBSD-gnats-submit@FreeBSD.org
Subject: Update port: net-p2p/qtella 0.7.0

>Number:         108886
>Category:       ports
>Synopsis:       Update port: net-p2p/qtella 0.7.0
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Wed Feb 07 17:10:31 GMT 2007
>Closed-Date:    Thu Feb 08 22:30:26 GMT 2007
>Last-Modified:  Thu Feb  8 22:41:45 GMT 2007
>Originator:     KATO Tsuguru
>Release:        FreeBSD 4.11-RELEASE-p26 i386
>Organization:
>Environment:
>Description:
- Update to version 0.7.0

New file:
files/patch-include__SHA1Storage.h
files/patch-include__sha1.h
files/patch-libyahoo__Makefile.in
files/patch-src__Interface.cpp
files/patch-src__MessengerThread.cpp

>How-To-Repeat:
>Fix:

diff -urN /usr/ports/net-p2p/qtella/Makefile net-p2p/qtella/Makefile
--- /usr/ports/net-p2p/qtella/Makefile	Thu Dec 14 03:03:22 2006
+++ net-p2p/qtella/Makefile	Tue Jan 30 01:46:06 2007
@@ -5,27 +5,26 @@
 # $FreeBSD: ports/net-p2p/qtella/Makefile,v 1.17 2006/12/13 16:14:15 linimon Exp $
 #
 
-PORTNAME=		qtella
-PORTVERSION=		0.6.4
-PORTREVISION=		4
-CATEGORIES=		net-p2p
-MASTER_SITES=		${MASTER_SITE_SOURCEFORGE}
-MASTER_SITE_SUBDIR=	qtella
+PORTNAME=	qtella
+PORTVERSION=	0.7.0
+CATEGORIES=	net-p2p
+MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR=	${PORTNAME}
+
+MAINTAINER=	ports@FreeBSD.org
+COMMENT=	A Gnutella client using Qt
+
+LIB_DEPENDS=	id3-3.8.3:${PORTSDIR}/audio/id3lib \
+		vorbis.3:${PORTSDIR}/audio/libvorbis
+
+USE_KDELIBS_VER=	3
+USE_GNOME=	gnometarget
+USE_GMAKE=	yes
+GNU_CONFIGURE=	yes
+CONFIGURE_ARGS=	--with-ogg-dir=${LOCALBASE} \
+		--with-id3-dir=${LOCALBASE}
 
-MAINTAINER=		ports@FreeBSD.org
-COMMENT=		A Gnutella client using Qt
+QTCPPFLAGS+=	${PTHREAD_CFLAGS}
+QTCFGLIBS+=	${PTHREAD_LIBS}
 
-HAS_CONFIGURE=		yes
-USE_GMAKE=		yes
-CONFIGURE_ARGS+=	--with-qt-dir=${X11BASE} --with-qt-moc=${X11BASE}/bin
-CONFIGURE_ENV+=		LDFLAGS=-pthread CXXFLAGS="${CXXFLAGS} -pthread"
-
-USE_KDELIBS_VER=3
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN=			"Does not compile on FreeBSD 4.x"
-.endif
-
-.include <bsd.port.post.mk>
+.include <bsd.port.mk>
diff -urN /usr/ports/net-p2p/qtella/distinfo net-p2p/qtella/distinfo
--- /usr/ports/net-p2p/qtella/distinfo	Mon Jan 23 06:23:44 2006
+++ net-p2p/qtella/distinfo	Mon Jan 29 17:54:46 2007
@@ -1,3 +1,3 @@
-MD5 (qtella-0.6.4.tar.gz) = 64504b71f8aa73e0f868f092d0656fdc
-SHA256 (qtella-0.6.4.tar.gz) = 9b9974569f6ce0bb5bd05b1ac24059cd6755a5469de4ce9ee209706ddc7032ba
-SIZE (qtella-0.6.4.tar.gz) = 512207
+MD5 (qtella-0.7.0.tar.gz) = 43f59fcf6366db64f8b6b3fc3d6b0fa3
+SHA256 (qtella-0.7.0.tar.gz) = d985e3ee9749016c3bbc8bd90c4c01af6533bff5c88407068b25fbe3107d597c
+SIZE (qtella-0.7.0.tar.gz) = 672916
diff -urN /usr/ports/net-p2p/qtella/files/patch-include__SHA1Storage.h net-p2p/qtella/files/patch-include__SHA1Storage.h
--- /usr/ports/net-p2p/qtella/files/patch-include__SHA1Storage.h	Thu Jan  1 09:00:00 1970
+++ net-p2p/qtella/files/patch-include__SHA1Storage.h	Mon Jan 29 22:04:56 2007
@@ -0,0 +1,14 @@
+--- include/SHA1Storage.h.orig	Fri May 21 01:14:16 2004
++++ include/SHA1Storage.h	Mon Jan 29 22:00:47 2007
+@@ -7,7 +7,11 @@
+ #include <qobject.h>
+ #include <qstring.h>
+ #include <qtimer.h>
++#ifdef HAVE_STDINT_H
+ #include <stdint.h>
++#else
++#include <inttypes.h>
++#endif
+ 
+ #include "SharedFile.h"
+ 
diff -urN /usr/ports/net-p2p/qtella/files/patch-include__sha1.h net-p2p/qtella/files/patch-include__sha1.h
--- /usr/ports/net-p2p/qtella/files/patch-include__sha1.h	Thu Jan  1 09:00:00 1970
+++ net-p2p/qtella/files/patch-include__sha1.h	Mon Jan 29 23:00:07 2007
@@ -0,0 +1,15 @@
+--- include/sha1.h.orig	Fri May 21 01:14:16 2004
++++ include/sha1.h	Mon Jan 29 22:02:09 2007
+@@ -5,7 +5,12 @@
+ extern "C" {
+ #endif
+ 
++#ifdef HAVE_STDINT_H
+ #include <stdint.h>
++#else
++#include <inttypes.h>
++#define int_least16_t int16_t
++#endif
+ /*
+  * If you do not have the ISO standard stdint.h header file, then you
+  * must typdef the following:
diff -urN /usr/ports/net-p2p/qtella/files/patch-libyahoo__Makefile.in net-p2p/qtella/files/patch-libyahoo__Makefile.in
--- /usr/ports/net-p2p/qtella/files/patch-libyahoo__Makefile.in	Thu Jan  1 09:00:00 1970
+++ net-p2p/qtella/files/patch-libyahoo__Makefile.in	Tue Jan 30 01:44:55 2007
@@ -0,0 +1,11 @@
+--- libyahoo/Makefile.in.orig	Fri May 28 04:47:01 2004
++++ libyahoo/Makefile.in	Tue Jan 30 01:44:43 2007
+@@ -403,7 +403,7 @@
+ 
+ install-data-am:
+ 
+-install-exec-am: install-libLIBRARIES
++install-exec-am:
+ 
+ install-info: install-info-am
+ 
diff -urN /usr/ports/net-p2p/qtella/files/patch-src__Interface.cpp net-p2p/qtella/files/patch-src__Interface.cpp
--- /usr/ports/net-p2p/qtella/files/patch-src__Interface.cpp	Thu Jan  1 09:00:00 1970
+++ net-p2p/qtella/files/patch-src__Interface.cpp	Mon Jan 29 21:55:07 2007
@@ -0,0 +1,15 @@
+--- src/Interface.cpp.orig	Fri May 21 01:14:12 2004
++++ src/Interface.cpp	Mon Jan 29 20:24:53 2007
+@@ -1,9 +1,11 @@
+ #include "Interface.h"
+ 
+ #if !defined(_WIN32)
++#include <sys/types.h>
+ #include <sys/socket.h>
+-#include <sys/ioctl.h>
+ #include <netinet/in.h>
++#include <arpa/inet.h>
++#include <sys/ioctl.h>
+ #endif
+ 
+ #if !defined(_WIN32)
diff -urN /usr/ports/net-p2p/qtella/files/patch-src__MessengerThread.cpp net-p2p/qtella/files/patch-src__MessengerThread.cpp
--- /usr/ports/net-p2p/qtella/files/patch-src__MessengerThread.cpp	Thu Jan  1 09:00:00 1970
+++ net-p2p/qtella/files/patch-src__MessengerThread.cpp	Mon Jan 29 21:58:17 2007
@@ -0,0 +1,14 @@
+--- src/MessengerThread.cpp.orig	Fri May 28 05:02:18 2004
++++ src/MessengerThread.cpp	Mon Jan 29 21:58:13 2007
+@@ -2,8 +2,10 @@
+ #include "MessengerContacts.h"
+ #include <iostream>
+ #include <netdb.h>
+-#include <sys/time.h>
++#include <errno.h>
+ #include <sys/types.h>
++#include <sys/time.h>
++#include <unistd.h>
+ #include <sys/socket.h>
+ #include <netinet/in.h>
+ #include <arpa/inet.h>
diff -urN /usr/ports/net-p2p/qtella/pkg-plist net-p2p/qtella/pkg-plist
--- /usr/ports/net-p2p/qtella/pkg-plist	Sun Dec 14 22:02:01 2003
+++ net-p2p/qtella/pkg-plist	Mon Jan 29 23:32:16 2007
@@ -1,21 +1,22 @@
 bin/qtella
-share/qtella/pixmaps/p2p.xpm
-share/qtella/pixmaps/down_icon.png
-share/qtella/pixmaps/flash_icon.png
-share/qtella/pixmaps/help_icon.png
-share/qtella/pixmaps/interrupt_icon.png
-share/qtella/pixmaps/lens_icon.png
-share/qtella/pixmaps/shared_icon.png
-share/qtella/pixmaps/stats_icon.png
-share/qtella/pixmaps/up_icon.png
-share/qtella/pixmaps/ball_d.xpm
-share/qtella/pixmaps/ball_g.xpm
-share/qtella/pixmaps/ball_r.xpm
-share/qtella/pixmaps/ball_y.xpm
-share/qtella/pixmaps/gsmile.xpm
-share/qtella/pixmaps/remove.xpm
-share/qtella/pixmaps/removeresearch.xpm
-share/qtella/pixmaps/research.xpm
-share/qtella/pixmaps/smile.xpm
-@dirrm share/qtella/pixmaps
-@dirrm share/qtella
+%%DATADIR%%/pixmaps/ball_d.xpm
+%%DATADIR%%/pixmaps/ball_g.xpm
+%%DATADIR%%/pixmaps/ball_r.xpm
+%%DATADIR%%/pixmaps/ball_y.xpm
+%%DATADIR%%/pixmaps/down_icon.png
+%%DATADIR%%/pixmaps/flash_icon.png
+%%DATADIR%%/pixmaps/gsmile.xpm
+%%DATADIR%%/pixmaps/help_icon.png
+%%DATADIR%%/pixmaps/interrupt_icon.png
+%%DATADIR%%/pixmaps/lens_icon.png
+%%DATADIR%%/pixmaps/messeng_icon.png
+%%DATADIR%%/pixmaps/p2p.xpm
+%%DATADIR%%/pixmaps/remove.xpm
+%%DATADIR%%/pixmaps/removeresearch.xpm
+%%DATADIR%%/pixmaps/research.xpm
+%%DATADIR%%/pixmaps/shared_icon.png
+%%DATADIR%%/pixmaps/smile.xpm
+%%DATADIR%%/pixmaps/stats_icon.png
+%%DATADIR%%/pixmaps/up_icon.png
+@dirrm %%DATADIR%%/pixmaps
+@dirrm %%DATADIR%%
>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Wed Feb 7 17:55:48 UTC 2007 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=108886 
State-Changed-From-To: open->closed 
State-Changed-By: miwi 
State-Changed-When: Thu Feb 8 22:30:17 UTC 2007 
State-Changed-Why:  
Committed. Thanks! 

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

From: dfilter@FreeBSD.ORG (dfilter service)
To: bug-followup@FreeBSD.org
Cc:  
Subject: Re: ports/108886: commit references a PR
Date: Thu,  8 Feb 2007 22:33:37 +0000 (UTC)

 miwi        2007-02-08 22:33:28 UTC
 
   FreeBSD ports repository
 
   Modified files:
     net-p2p/qtella       Makefile distinfo pkg-plist 
   Added files:
     net-p2p/qtella/files patch-include__SHA1Storage.h 
                          patch-include__sha1.h 
                          patch-libyahoo__Makefile.in 
                          patch-src__Interface.cpp 
                          patch-src__MessengerThread.cpp 
   Log:
   - Update to 0.7.0
   
   PR:             108886
   Submitted by:   KATO Tsuguru <tkato432@yahoo.com>
   
   Revision  Changes    Path
   1.18      +21 -22    ports/net-p2p/qtella/Makefile
   1.10      +3 -3      ports/net-p2p/qtella/distinfo
   1.1       +14 -0     ports/net-p2p/qtella/files/patch-include__SHA1Storage.h (new)
   1.1       +15 -0     ports/net-p2p/qtella/files/patch-include__sha1.h (new)
   1.1       +11 -0     ports/net-p2p/qtella/files/patch-libyahoo__Makefile.in (new)
   1.1       +15 -0     ports/net-p2p/qtella/files/patch-src__Interface.cpp (new)
   1.1       +14 -0     ports/net-p2p/qtella/files/patch-src__MessengerThread.cpp (new)
   1.8       +21 -20    ports/net-p2p/qtella/pkg-plist
 _______________________________________________
 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:
