Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 18 Mar 2018 02:50:07 +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: r464857 - in head: audio/denemo textproc/es-hunspell textproc/es-hyphen
Message-ID:  <201803180250.w2I2o7XX044316@repo.freebsd.org>

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

Log:
  Mark these ports broken on armvX and mips: fail to package.
  
  Approved by:	portmgr (tier-2 blanket)

Modified:
  head/audio/denemo/Makefile
  head/textproc/es-hunspell/Makefile
  head/textproc/es-hyphen/Makefile

Modified: head/audio/denemo/Makefile
==============================================================================
--- head/audio/denemo/Makefile	Sun Mar 18 02:34:33 2018	(r464856)
+++ head/audio/denemo/Makefile	Sun Mar 18 02:50:07 2018	(r464857)
@@ -12,6 +12,10 @@ COMMENT=	Graphical score editor
 
 LICENSE=	GPLv3+
 
+BROKEN_armv6=	fails to package: tar: Pathname cannot be converted from UTF-8 to current locale
+BROKEN_armv7=	fails to package: tar: Pathname cannot be converted from UTF-8 to current locale
+BROKEN_mips=	fails to package: tar: Pathname cannot be converted from UTF-8 to current locale
+
 LIB_DEPENDS=	libaubio.so:audio/aubio \
 		libfluidsynth.so:audio/fluidsynth \
 		libjack.so:audio/jack \

Modified: head/textproc/es-hunspell/Makefile
==============================================================================
--- head/textproc/es-hunspell/Makefile	Sun Mar 18 02:34:33 2018	(r464856)
+++ head/textproc/es-hunspell/Makefile	Sun Mar 18 02:50:07 2018	(r464857)
@@ -18,6 +18,10 @@ LICENSE_FILE_GPLv3=	${WRKSRC}/GPLv3.txt
 LICENSE_FILE_LGPL3=	${WRKSRC}/LGPLv3.txt
 LICENSE_FILE_MPL11=	${WRKSRC}/MPL-1.1.txt
 
+BROKEN_armv6=	fails to package: tar: Pathname cannot be converted from UTF-8 to current locale
+BROKEN_armv7=	fails to package: tar: Pathname cannot be converted from UTF-8 to current locale
+BROKEN_mips=	fails to package: tar: Pathname cannot be converted from UTF-8 to current locale
+
 NO_ARCH=	yes
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes

Modified: head/textproc/es-hyphen/Makefile
==============================================================================
--- head/textproc/es-hyphen/Makefile	Sun Mar 18 02:34:33 2018	(r464856)
+++ head/textproc/es-hyphen/Makefile	Sun Mar 18 02:50:07 2018	(r464857)
@@ -19,6 +19,10 @@ LICENSE_FILE_GPLv3=	${WRKSRC}/GPLv3.txt
 LICENSE_FILE_LGPL3=	${WRKSRC}/LGPLv3.txt
 LICENSE_FILE_MPL11=	${WRKSRC}/MPL-1.1.txt
 
+BROKEN_armv6=	fails to package: tar: Pathname cannot be converted from UTF-8 to current locale
+BROKEN_armv7=	fails to package: tar: Pathname cannot be converted from UTF-8 to current locale
+BROKEN_mips=	fails to package: tar: Pathname cannot be converted from UTF-8 to current locale
+
 NO_ARCH=	yes
 NO_BUILD=	yes
 NO_WRKSUBDIR=	yes



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