From owner-svn-ports-head@freebsd.org Tue Mar 27 11:55:49 2018 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 21681F72890; Tue, 27 Mar 2018 11:55:49 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id C7019805DF; Tue, 27 Mar 2018 11:55:48 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id C188D1BC05; Tue, 27 Mar 2018 11:55:48 +0000 (UTC) (envelope-from bapt@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id w2RBtmdL087466; Tue, 27 Mar 2018 11:55:48 GMT (envelope-from bapt@FreeBSD.org) Received: (from bapt@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id w2RBtm7k087465; Tue, 27 Mar 2018 11:55:48 GMT (envelope-from bapt@FreeBSD.org) Message-Id: <201803271155.w2RBtm7k087465@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: bapt set sender to bapt@FreeBSD.org using -f From: Baptiste Daroussin Date: Tue, 27 Mar 2018 11:55:48 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r465695 - head/audio/glame X-SVN-Group: ports-head X-SVN-Commit-Author: bapt X-SVN-Commit-Paths: head/audio/glame X-SVN-Commit-Revision: 465695 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.25 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 27 Mar 2018 11:55:49 -0000 Author: bapt Date: Tue Mar 27 11:55:48 2018 New Revision: 465695 URL: https://svnweb.freebsd.org/changeset/ports/465695 Log: Mark a broken: does not build glame_audiofile.c:521:6: error: assignment to cast is illegal, lvalue casts are not supported ((char *)src) += skip; Modified: head/audio/glame/Makefile Modified: head/audio/glame/Makefile ============================================================================== --- head/audio/glame/Makefile Tue Mar 27 11:55:18 2018 (r465694) +++ head/audio/glame/Makefile Tue Mar 27 11:55:48 2018 (r465695) @@ -10,6 +10,10 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Powerful, fast, stable, and easily extensible sound editor for GNOME +BROKEN= Does not build +DEPRECATED= Does not build +DEPRECATION_DATE= 2018-04-27 + BUILD_DEPENDS= ${LOCALBASE}/include/ladspa.h:audio/ladspa LIB_DEPENDS= libmp3lame.so:audio/lame \ libmad.so:audio/libmad \