Date: Mon, 14 Oct 2019 18:13:53 +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: r514472 - head/x11/xcolorsel Message-ID: <201910141813.x9EIDrXl093034@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: amdmi3 Date: Mon Oct 14 18:13:53 2019 New Revision: 514472 URL: https://svnweb.freebsd.org/changeset/ports/514472 Log: - Mark BROKEN: segfaults when trying to actually grab color PR: 241014 Modified: head/x11/xcolorsel/Makefile Modified: head/x11/xcolorsel/Makefile ============================================================================== --- head/x11/xcolorsel/Makefile Mon Oct 14 18:02:56 2019 (r514471) +++ head/x11/xcolorsel/Makefile Mon Oct 14 18:13:53 2019 (r514472) @@ -14,6 +14,8 @@ COMMENT= X utility to translate rgb values into X colo LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/01-COPYING +BROKEN= segfaults when trying to actually grab color + LIB_DEPENDS= libXaw3d.so:x11-toolkits/Xaw3d RUN_DEPENDS= rgb>=1.0.3:x11/rgb
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201910141813.x9EIDrXl093034>