svn commit: r468919 - head/net/guacamole-server

Jan Beich jbeich at FreeBSD.org
Thu May 3 09:27:11 UTC 2018


Author: jbeich
Date: Thu May  3 09:27:10 2018
New Revision: 468919
URL: https://svnweb.freebsd.org/changeset/ports/468919

Log:
  net/guacamole-server: mark BROKEN after r468844
  
  guacenc.c:79:5: error: 'avcodec_register_all' is deprecated [-Werror,-Wdeprecated-declarations]
      avcodec_register_all();
      ^
  /usr/local/include/libavcodec/avcodec.h:4086:6: note: 'avcodec_register_all' declared here
  void avcodec_register_all(void);
       ^

Modified:
  head/net/guacamole-server/Makefile   (contents, props changed)

Modified: head/net/guacamole-server/Makefile
==============================================================================
--- head/net/guacamole-server/Makefile	Thu May  3 09:26:57 2018	(r468918)
+++ head/net/guacamole-server/Makefile	Thu May  3 09:27:10 2018	(r468919)
@@ -51,6 +51,7 @@ RDP_DESC=		RDP protocol support
 SP_DESC=		Supported Protocols
 VNC_DESC=		VNC protocol support
 
+GUACENC_BROKEN=		fails to build with ffmpeg 4.0
 GUACENC_CONFIGURE_ENABLE=	guacenc
 GUACENC_CONFIGURE_WITH=		libavcodec libavutil libswscale
 GUACENC_LIB_DEPENDS=	libavcodec.so:multimedia/ffmpeg


More information about the svn-ports-all mailing list