Drop maintainership

2010-07-28 Thread Toni Gundogdu
I can no longer maintain the following ports:

  * multimedia/abby
  * multimedia/cclive
  * multimedia/clive
  * multimedia/clive-utils
  * multimedia/quvi
  * multimedia/umph

Perhaps someone reading this list could take them over.

clive-utils could be removed from the collection, altogether.
The project's been inactive for well over a year now and there
have not been any plans to revive it.

In any case, please remove my email from the above ports.
Thanks.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


multimedia/cclive: p5-HTML-Parser issue

2009-05-12 Thread Toni Gundogdu
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1

Hello all,

I am the maintainer of the port multimedia/cclive and I am trying to find
a fix to a dependency issue.

  * I have enabled WITH_PERL via OPTIONS
  * p5-HTML-Parser has not been installed

Excerpt from the Makefile:
.include bsd.port.pre.mk

.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 I run make install:
===  Found saved configuration for cclive-0.4.2
===  Extracting for cclive-0.4.2
= MD5 Checksum OK for cclive-0.4.2.tar.bz2.
= SHA256 Checksum OK for cclive-0.4.2.tar.bz2.
===   cclive-0.4.2 depends on file: /usr/local/bin/perl5.10.0 - found
===  Patching for cclive-0.4.2
===   cclive-0.4.2 depends on file: /usr/local/bin/perl5.10.0 - found
===   cclive-0.4.2 depends on file: /usr/local/bin/perl5.10.0 - found
===   cclive-0.4.2 depends on executable: pkg-config - found
===   cclive-0.4.2 depends on shared library: curl.5 - found
===  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.
...

The RUN_DEPENDS line seems to be ignored. Whereas make depends:
===   cclive-0.4.2 depends on file: /usr/local/bin/perl5.10.0 - found
===   cclive-0.4.2 depends on file: /usr/local/bin/perl5.10.0 - found
===   cclive-0.4.2 depends on shared library: curl.5 - found
===   cclive-0.4.2 depends on file: /usr/local/bin/perl5.10.0 - found
===   cclive-0.4.2 depends on executable: pkg-config - found
===   cclive-0.4.2 depends on package: p5-HTML-Parser=3.59 - not found
===Verifying install for p5-HTML-Parser=3.59 in
/usr/ports/www/p5-HTML-Parser
===  Extracting for p5-HTML-Parser-3.60
...

Fetches the p5-HTML-Parser port and installs it as expected.

As far as I can tell, the examples in the Porters Handbook use a similar
approach with OPTIONS and RUN_DEPENDS, so any idea why the dependency
checking fails with make install?

Thanks.
-BEGIN PGP SIGNATURE-
Version: GnuPG v2.0.11 (FreeBSD)

iEYEARECAAYFAkoJUzgACgkQqNe1VCB8oJpI5QCfcPzQNt9dhhR6Wb6YrfFADjtV
3fMAnRpLFf+bjsixuV3NvsfsVqrgPBXP
=Iupu
-END PGP SIGNATURE-
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org


Re: multimedia/cclive: p5-HTML-Parser issue

2009-05-12 Thread Toni Gundogdu
Hi,

 ===  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.
 ...

 you should add p5-HTML-Parser to BUILD_DEPENDS as well:

 BUILD_DEPENDS+= p5-HTML-Parser=3.59:${PORTSDIR}/www/p5-HTML-Parser

Indeed, that makes sense. Thanks for a prompt reply, Alexey.
___
freebsd-ports@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-ports
To unsubscribe, send any mail to freebsd-ports-unsubscr...@freebsd.org