Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 12 May 2009 13:11:38 GMT
From:      Toni Gundogdu <legatvs@gmail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/134487: [maintainer update] multimedia/cclive: fix p5-HTML-Parser dependency
Message-ID:  <200905121311.n4CDBcsY098290@www.freebsd.org>
Resent-Message-ID: <200905121320.n4CDK13G056168@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         134487
>Category:       ports
>Synopsis:       [maintainer update] multimedia/cclive: fix p5-HTML-Parser dependency
>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:   Tue May 12 13:20:01 UTC 2009
>Closed-Date:
>Last-Modified:
>Originator:     Toni Gundogdu
>Release:        FreeBSD 7.2-RELEASE
>Organization:
>Environment:
FreeBSD legioix 7.2-RELEASE FreeBSD 7.2-RELEASE #1: Thu May  7 21:56:47 EEST 2009     legatvs@tbird:/usr/obj/usr/src/sys/OPTIMAL  i386

>Description:
* Fixes the following p5-HTML-Parser dependency issue:

===>  Configuring for cclive-0.4.2
> ...
> checking for perl... /usr/bin/perl
> checking for HTML::TokeParser... configure: error: HTML::TokeParser
> module is required
> ===>  Script "configure" failed unexpectedly.
> ...

* Corrects handling of the OPTIONS

>How-To-Repeat:

>Fix:


Patch attached with submission follows:

diff -ruN /usr/ports/multimedia/cclive/Makefile cclive/Makefile
--- /usr/ports/multimedia/cclive/Makefile	2009-05-10 21:24:28.000000000 +0300
+++ cclive/Makefile	2009-05-12 15:16:55.000000000 +0300
@@ -7,6 +7,7 @@
 
 PORTNAME=	cclive
 PORTVERSION=	0.4.2
+PORTREVISION=	1
 CATEGORIES=	multimedia net
 MASTER_SITES=	GOOGLE_CODE
 
@@ -33,11 +34,16 @@
 .if defined(WITH_PERL)
 CONFIGURE_ARGS+=--with-perl
 USE_PERL5=	5.8.2+
+BUILD_DEPENDS+=	p5-HTML-Parser>=3.59:${PORTSDIR}/www/p5-HTML-Parser
 RUN_DEPENDS+=	p5-HTML-Parser>=3.59:${PORTSDIR}/www/p5-HTML-Parser
+.else
+CONFIGURE_ARGS+=--without-perl
 .endif
 
 .if defined(WITH_SIGWINCH)
-CONFIGURE_ARGS+=	--enable-sigwinch
+CONFIGURE_ARGS+=--enable-sigwinch
+.else
+CONFIGURE_ARGS+=--disable-sigwinch
 .endif
 
 .include <bsd.port.post.mk>


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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200905121311.n4CDBcsY098290>