svn commit: r373502 - in head/net-im: . poezio

Tilman Keskinöz arved at FreeBSD.org
Fri Nov 28 08:38:11 UTC 2014


* Baptiste Daroussin [Thu, 27 Nov 2014 18:42:19 +0100]:

>>   Add poezio a python XMPP client for the console
>>

[..]

>> Added: head/net-im/poezio/Makefile
>> ==============================================================================
>> --- /dev/null	00:00:00 1970	(empty, because file is newly added)
>> +++ head/net-im/poezio/Makefile	Thu Nov 27 17:33:10 2014	(r373502)
>> @@ -0,0 +1,20 @@
>> +# $FreeBSD$
>> +
>> +PORTNAME=	poezio
>> +PORTVERSION=	0.8.1
>> +CATEGORIES=	net-im
>> +MASTER_SITES=	http://dev.louiz.org/attachments/download/52/
>> +
>> +MAINTAINER=	arved at FreeBSD.org
>> +COMMENT=	Console XMPP client
>> +
>> +LICENSE=	ZLIB
>> +LICENSE_FILE=	${WRKSRC}/COPYING
>> +
>> +RUN_DEPENDS=	${PYTHON_SITELIBDIR}/dns/__init__.py:${PORTSDIR}/dns/py-dnspython \
>> +		${PYTHON_SITELIBDIR}/sleekxmpp/__init__.py:${PORTSDIR}/net-im/py-sleekxmpp
>> +
> This package will never build succeed on the cluster at all

Well, Once we raise the default python version to python 3 or improve
our python ports infrastructure it hopefully will build.

> The cluster will only build py-dnspython for python27 and you require a python33
> version.

There are other ports depending on dnspython so i can't raise the python
version for it.
As far as i see it, the only thing i can do is mark it as IGNORE for
PACKAGE BUILDING, which i have done now.

Thanks for reporting.



 

-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: OpenPGP digital signature
URL: <http://lists.freebsd.org/pipermail/svn-ports-all/attachments/20141128/69eba8bb/attachment.sig>


More information about the svn-ports-all mailing list