svn commit: r464854 - head/audio/decibel-audio-player

Mark Linimon linimon at FreeBSD.org
Sun Mar 18 02:12:56 UTC 2018


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 at 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


More information about the svn-ports-all mailing list