From nobody@FreeBSD.org  Mon May  4 17:51:41 2009
Return-Path: <nobody@FreeBSD.org>
Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34])
	by hub.freebsd.org (Postfix) with ESMTP id 39AA7106566C
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  4 May 2009 17:51:41 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (www.freebsd.org [IPv6:2001:4f8:fff6::21])
	by mx1.freebsd.org (Postfix) with ESMTP id 27FA38FC15
	for <freebsd-gnats-submit@FreeBSD.org>; Mon,  4 May 2009 17:51:41 +0000 (UTC)
	(envelope-from nobody@FreeBSD.org)
Received: from www.freebsd.org (localhost [127.0.0.1])
	by www.freebsd.org (8.14.3/8.14.3) with ESMTP id n44Hpelu064203
	for <freebsd-gnats-submit@FreeBSD.org>; Mon, 4 May 2009 17:51:40 GMT
	(envelope-from nobody@www.freebsd.org)
Received: (from nobody@localhost)
	by www.freebsd.org (8.14.3/8.14.3/Submit) id n44Hpef0064202;
	Mon, 4 May 2009 17:51:40 GMT
	(envelope-from nobody)
Message-Id: <200905041751.n44Hpef0064202@www.freebsd.org>
Date: Mon, 4 May 2009 17:51:40 GMT
From: legatvs <legatvs@gmail.com>
To: freebsd-gnats-submit@FreeBSD.org
Subject: [maintainer update] multimedia/cclive to 0.4.1
X-Send-Pr-Version: www-3.1
X-GNATS-Notify:

>Number:         134211
>Category:       ports
>Synopsis:       [maintainer update] multimedia/cclive to 0.4.1
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    miwi
>State:          closed
>Quarter:        
>Keywords:       
>Date-Required:  
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon May 04 18:00:04 UTC 2009
>Closed-Date:    Sat May 09 09:27:28 UTC 2009
>Last-Modified:  Sat May 09 09:27:28 UTC 2009
>Originator:     legatvs
>Release:        FreeBSD 7.1-RELEASE-p5
>Organization:
>Environment:
>Description:

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN /usr/ports/multimedia/cclive/Makefile cclive/Makefile
--- /usr/ports/multimedia/cclive/Makefile	2009-04-27 02:44:22.000000000 +0300
+++ cclive/Makefile	2009-05-04 20:35:19.000000000 +0300
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	cclive
-PORTVERSION=	0.3.2
+PORTVERSION=	0.4.1
 CATEGORIES=	multimedia net
 MASTER_SITES=	GOOGLE_CODE
 
@@ -15,8 +15,8 @@
 
 LIB_DEPENDS=	curl.5:${PORTSDIR}/ftp/curl
 
-OPTIONS=	TITLE 	 "Enable video title parsing (req. Perl)" off \
-		SIGWINCH "Enable SIGWINCH handling; resize progressbar" on
+OPTIONS=	PERL "Embed Perl interpreter" off \
+		SIGWINCH "Handle SIGWINCH" on
 
 MAN1=		cclive.1
 
@@ -29,14 +29,14 @@
 
 .include <bsd.port.pre.mk>
 
-.if defined(WITH_TITLE)
+.if defined(WITH_PERL)
 CONFIGURE_ARGS+=--with-perl
 USE_PERL5=	5.8.2+
 RUN_DEPENDS+=	p5-HTML-Parser>=3.59:${PORTSDIR}/www/p5-HTML-Parser
 .endif
 
 .if defined(WITH_SIGWINCH)
-CONFIGURE_ARGS+=	--with-sigwinch
+CONFIGURE_ARGS+=	--enable-sigwinch
 .endif
 
 .include <bsd.port.post.mk>
diff -ruN /usr/ports/multimedia/cclive/distinfo cclive/distinfo
--- /usr/ports/multimedia/cclive/distinfo	2009-04-27 02:44:22.000000000 +0300
+++ cclive/distinfo	2009-05-04 20:38:17.000000000 +0300
@@ -1,3 +1,3 @@
-MD5 (cclive-0.3.2.tar.bz2) = 1136b0550c19aa58f47d053e4939ed58
-SHA256 (cclive-0.3.2.tar.bz2) = 33f73200b61ae0da31d1c1634c09bbe1c4ff4ee5312208e3ff26091d1e28ba65
-SIZE (cclive-0.3.2.tar.bz2) = 122248
+MD5 (cclive-0.4.1.tar.bz2) = f7a8327b8a843bda97d5a580ca881428
+SHA256 (cclive-0.4.1.tar.bz2) = e3d23a440ac3eebb2603aa464a0d825d1e1985099cf66b1ce083138ecf6c3117
+SIZE (cclive-0.4.1.tar.bz2) = 133722


>Release-Note:
>Audit-Trail:
Responsible-Changed-From-To: freebsd-ports-bugs->miwi 
Responsible-Changed-By: miwi 
Responsible-Changed-When: Mon May 4 18:01:28 UTC 2009 
Responsible-Changed-Why:  
I'll take it. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=134211 
State-Changed-From-To: open->feedback 
State-Changed-By: miwi 
State-Changed-When: Mon May 4 23:44:38 UTC 2009 
State-Changed-Why:  

Howdy, 

Howdy, 

build failed, could you please take a look? 

http://64bit.miwibox.org/index.php?action=describe_port&id=1119 
http://32bit.miwibox.org/index.php?action=describe_port&id=959 




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

From: Toni Gundogdu <legatvs@gmail.com>
To: bug-followup@FreeBSD.org, legatvs@gmail.com
Cc:  
Subject: Re: ports/134211: [maintainer update] multimedia/cclive to 0.4.1
Date: Tue, 5 May 2009 10:40:39 +0300

 Hi. Thanks for the heads up. I glanced through the build logs.
 
 6-FreeBSD (32bit, 64bit):
 * missing std::tr1
 -> Ancient gcc? There's no easy way to fix this.
 -> Would require rewriting those parts of the program.
 
 7-8-FreeBSD:
 * precision error
 -> This should be fixable, alhough it'd be easier if I could
 -> reproduce this. I'm still using 32bit systems.
 
 => I see no other choice but to remove this PR. I'll look into making the
 => changes to the later versions of cclive.
 
 In the mean time, if anyone reading this with better access to FreeBSD 6-8
 (32bit and 64bit) would like to take this port over, please do.
 
 Thanks.

From: Toni Gundogdu <legatvs@gmail.com>
To: bug-followup@FreeBSD.org, legatvs@gmail.com
Cc:  
Subject: Re: ports/134211: [maintainer update] multimedia/cclive to 0.4.1
Date: Tue, 5 May 2009 15:13:52 +0300

 I've posted a cleaned up diff to pastebin as GNATS refuses to
 co-operate with me: http://pastebin.com/m1e985994
 
 The patch contains the following fixes:
 * missing std::tr1 on freebsd6
 * precision error
 
 There isn't going to be a new upstream release immediately
 so if this works OK, I suggest these changes to be committed.
 
 Thanks again.
State-Changed-From-To: feedback->closed 
State-Changed-By: miwi 
State-Changed-When: Sat May 9 09:27:27 UTC 2009 
State-Changed-Why:  
new version in gnats. 

http://www.freebsd.org/cgi/query-pr.cgi?pr=134211 
>Unformatted:
