pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/meta-pkgs/aspell-languages



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Apr 10 19:56:02 UTC 2024

Modified Files:
        pkgsrc/meta-pkgs/aspell-languages: Makefile

Log Message:
aspell-languages: The non-ASCII PLISTs cause problems on way more
systems than just Linux/glibc, so just remove them.

(They are also problematic on Darwin and SunOS.)


To generate a diff of this commit:
cvs rdiff -u -r1.3 -r1.4 pkgsrc/meta-pkgs/aspell-languages/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/meta-pkgs/aspell-languages/Makefile
diff -u pkgsrc/meta-pkgs/aspell-languages/Makefile:1.3 pkgsrc/meta-pkgs/aspell-languages/Makefile:1.4
--- pkgsrc/meta-pkgs/aspell-languages/Makefile:1.3      Mon Aug 14 19:03:44 2023
+++ pkgsrc/meta-pkgs/aspell-languages/Makefile  Wed Apr 10 19:56:02 2024
@@ -1,6 +1,6 @@
-# $NetBSD: Makefile,v 1.3 2023/08/14 19:03:44 nia Exp $
+# $NetBSD: Makefile,v 1.4 2024/04/10 19:56:02 nia Exp $
 
-DISTNAME=      aspell-languages-20230814
+DISTNAME=      aspell-languages-20240410
 CATEGORIES=    meta-pkgs
 MASTER_SITES=  # empty
 DISTFILES=     # empty
@@ -10,15 +10,6 @@ COMMENT=     Meta package for aspell languag
 
 META_PACKAGE=  yes
 
-.include "../../mk/bsd.prefs.mk"
-.if ${PKG_FORMAT} != "pkg" || ${OPSYS} != "Linux"
-# Non-ASCII PLISTs and thus problem with libarchive on glibc systems.
-DEPENDS+=      aspell-csb-[0-9]*:../../textproc/aspell-csb
-DEPENDS+=      aspell-fo-[0-9]*:../../textproc/aspell-fo
-DEPENDS+=      aspell-is-[0-9]*:../../textproc/aspell-is
-DEPENDS+=      aspell-nb-[0-9]*:../../textproc/aspell-nb
-.endif
-
 DEPENDS+=      aspell-af-[0-9]*:../../textproc/aspell-af
 DEPENDS+=      aspell-am-[0-9]*:../../textproc/aspell-am
 DEPENDS+=      aspell-ar-[0-9]*:../../textproc/aspell-ar



Home | Main Index | Thread Index | Old Index