svn commit: r421869 - head/net-im/papyon

Dmitry Marakasov amdmi3 at FreeBSD.org
Sun Sep 11 18:59:28 UTC 2016


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


More information about the svn-ports-all mailing list