svn commit: r462948 - head/audio/gradio

Antoine Brodin antoine at FreeBSD.org
Sun Feb 25 11:51:35 UTC 2018


Author: antoine
Date: Sun Feb 25 11:51:34 2018
New Revision: 462948
URL: https://svnweb.freebsd.org/changeset/ports/462948

Log:
  Mark BROKEN: fails to configure
  
  Found Pkg-config: NO
  Meson encountered an error in file meson.build, line 7, column 0:
  Pkg-config not found.
  
  Reported by:	pkg-fallout

Modified:
  head/audio/gradio/Makefile

Modified: head/audio/gradio/Makefile
==============================================================================
--- head/audio/gradio/Makefile	Sun Feb 25 10:44:59 2018	(r462947)
+++ head/audio/gradio/Makefile	Sun Feb 25 11:51:34 2018	(r462948)
@@ -12,6 +12,10 @@ COMMENT=	GTK3 app for finding and listening to interne
 LICENSE=	GPLv3
 LICENSE_FILE=	${WRKSRC}/LICENSE.md
 
+BROKEN=		fails to configure
+DEPRECATED=	Never built
+EXPIRATION_DATE=	2018-03-25
+
 BUILD_DEPENDS=	valac:lang/vala
 LIB_DEPENDS=	libsoup-2.4.so:devel/libsoup \
 		libjson-glib-1.0.so:devel/json-glib \


More information about the svn-ports-head mailing list