Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 11 Sep 2016 18:59:27 +0000 (UTC)
From:      Dmitry Marakasov <amdmi3@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r421869 - head/net-im/papyon
Message-ID:  <201609111859.u8BIxR1R023964@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: amdmi3
Date: Sun Sep 11 18:59:27 2016
New Revision: 421869
URL: https://svnweb.freebsd.org/changeset/ports/421869

Log:
  - Mark BROKEN:
  
  RuntimeError: You are linking against OpenSSL 0.9.8, which is no longer support by the OpenSSL project. You need to upgrade to a newer version of OpenSSL.
  
  Reported by:	pkg-fallout
  Approved by:	portmgr blanket

Modified:
  head/net-im/papyon/Makefile

Modified: head/net-im/papyon/Makefile
==============================================================================
--- head/net-im/papyon/Makefile	Sun Sep 11 18:58:44 2016	(r421868)
+++ head/net-im/papyon/Makefile	Sun Sep 11 18:59:27 2016	(r421869)
@@ -20,6 +20,8 @@ RUN_DEPENDS=	py*-openssl>0:security/py-o
 		${LOCALBASE}/lib/gstreamer-0.10/libgstpython.so:multimedia/py-gstreamer \
 		${PYTHON_SITELIBDIR}/farsight.so:net-im/farsight2
 
+BROKEN_FreeBSD_9=	does not build
+
 USE_GNOME=	pygobject
 USES=		python
 USE_PYTHON=	distutils



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