Mon Jun 3 11:17:15 2013 UTC ()
Set as BROKEN on Linux due to non-ASCII PLIST and thus problem with
libarchive on glibc systems.


(rodent)
diff -r1.1 -r1.2 pkgsrc/textproc/aspell-is/Makefile

cvs diff -r1.1 -r1.2 pkgsrc/textproc/aspell-is/Makefile (expand / switch to unified diff)

--- pkgsrc/textproc/aspell-is/Makefile 2013/04/11 12:30:42 1.1
+++ pkgsrc/textproc/aspell-is/Makefile 2013/06/03 11:17:15 1.2
@@ -1,19 +1,24 @@ @@ -1,19 +1,24 @@
1# $NetBSD: Makefile,v 1.1 2013/04/11 12:30:42 rodent Exp $ 1# $NetBSD: Makefile,v 1.2 2013/06/03 11:17:15 rodent Exp $
2# 2#
3 3
4DISTNAME= aspell-is-0.51.1-0 4DISTNAME= aspell-is-0.51.1-0
5PKGNAME= ${DISTNAME:S/-0$/.0/1} 5PKGNAME= ${DISTNAME:S/-0$/.0/1}
6CATEGORIES= textproc 6CATEGORIES= textproc
7MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/is/} 7MASTER_SITES= ${MASTER_SITE_GNU:=aspell/dict/is/}
8EXTRACT_SUFX= .tar.bz2 8EXTRACT_SUFX= .tar.bz2
9 9
10MAINTAINER= rodent@NetBSD.org 10MAINTAINER= rodent@NetBSD.org
11HOMEPAGE= http://helgafell.rhi.hi.is/pub/aspell-is 11HOMEPAGE= http://helgafell.rhi.hi.is/pub/aspell-is
12COMMENT= Icelandic language support for aspell 12COMMENT= Icelandic language support for aspell
13LICENSE= gnu-gpl-v2 13LICENSE= gnu-gpl-v2
14 14
15HAS_CONFIGURE= yes 15HAS_CONFIGURE= yes
16USE_LANGUAGES= # none 16USE_LANGUAGES= # none
17 17
 18.include "../../mk/bsd.prefs.mk"
 19.if ${PKG_FORMAT} == "pkg" && ${OPSYS} == "Linux"
 20BROKEN= Non-ASCII PLIST and thus problem with libarchive on glibc systems.
 21.endif
 22
18.include "../../textproc/aspell/buildlink3.mk" 23.include "../../textproc/aspell/buildlink3.mk"
19.include "../../mk/bsd.pkg.mk" 24.include "../../mk/bsd.pkg.mk"