Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Mar 2018 02:12:55 +0000 (UTC)
From:      Mark Linimon <linimon@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org
Subject:   svn commit: r464854 - head/audio/decibel-audio-player
Message-ID:  <201803180212.w2I2CtN6028836@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: linimon
Date: Sun Mar 18 02:12:55 2018
New Revision: 464854
URL: https://svnweb.freebsd.org/changeset/ports/464854

Log:
  Mark as broken on armvX: fails to package (cannot find localization files).
  
  While here, pet portlint.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/audio/decibel-audio-player/Makefile

Modified: head/audio/decibel-audio-player/Makefile
==============================================================================
--- head/audio/decibel-audio-player/Makefile	Sun Mar 18 02:05:21 2018	(r464853)
+++ head/audio/decibel-audio-player/Makefile	Sun Mar 18 02:12:55 2018	(r464854)
@@ -10,14 +10,17 @@ MASTER_SITES=	http://decibel.silent-blade.org/uploads/
 MAINTAINER=	somicide@gmail.com
 COMMENT=	Fast GTK+ audio player with an clean and user friendly interface
 
+LICENSE=	GPLv2
+
+BROKEN_armv6=	fails to package: Unable to access file locale/ar/LC_MESSAGES/decibel-audio-player.mo:No such file or directory
+BROKEN_armv7=	fails to package: Unable to access file locale/ar/LC_MESSAGES/decibel-audio-player.mo:No such file or directory
+
 RUN_DEPENDS=	${PYTHON_PKGNAMEPREFIX}dbus>=0.80:devel/py-dbus@${PY_FLAVOR} \
 		${PYTHON_PKGNAMEPREFIX}mutagen>=1.11:audio/py-mutagen@${PY_FLAVOR}
 
-LICENSE=	GPLv2
-
+USES=		gmake gettext desktop-file-utils python:2.7
 USE_GNOME=	pygnome2 pygtk2
 USE_GSTREAMER=	python good bad
-USES=		gmake gettext desktop-file-utils python:2.7
 NO_BUILD=	yes
 
 #Audio gstreamer plugins



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201803180212.w2I2CtN6028836>