pkgsrc-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: pkgsrc/textproc/hunspell
Module Name: pkgsrc
Committed By: wiz
Date: Wed May 23 22:06:50 UTC 2018
Modified Files:
pkgsrc/textproc/hunspell: Makefile options.mk
Log Message:
hunspell: for wide character support, use ncursesw.
The configure script checks for the library name and accepts only ncursesw.
Bump PKGREVISION.
To generate a diff of this commit:
cvs rdiff -u -r1.23 -r1.24 pkgsrc/textproc/hunspell/Makefile
cvs rdiff -u -r1.6 -r1.7 pkgsrc/textproc/hunspell/options.mk
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: pkgsrc/textproc/hunspell/Makefile
diff -u pkgsrc/textproc/hunspell/Makefile:1.23 pkgsrc/textproc/hunspell/Makefile:1.24
--- pkgsrc/textproc/hunspell/Makefile:1.23 Wed Jan 4 13:19:56 2017
+++ pkgsrc/textproc/hunspell/Makefile Wed May 23 22:06:49 2018
@@ -1,7 +1,7 @@
-# $NetBSD: Makefile,v 1.23 2017/01/04 13:19:56 roy Exp $
+# $NetBSD: Makefile,v 1.24 2018/05/23 22:06:49 wiz Exp $
DISTNAME= hunspell-1.3.3
-PKGREVISION= 5
+PKGREVISION= 6
CATEGORIES= textproc
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=hunspell/}
Index: pkgsrc/textproc/hunspell/options.mk
diff -u pkgsrc/textproc/hunspell/options.mk:1.6 pkgsrc/textproc/hunspell/options.mk:1.7
--- pkgsrc/textproc/hunspell/options.mk:1.6 Wed Jan 4 13:19:56 2017
+++ pkgsrc/textproc/hunspell/options.mk Wed May 23 22:06:50 2018
@@ -1,4 +1,4 @@
-# $NetBSD: options.mk,v 1.6 2017/01/04 13:19:56 roy Exp $
+# $NetBSD: options.mk,v 1.7 2018/05/23 22:06:50 wiz Exp $
PKG_OPTIONS_VAR= PKG_OPTIONS.hunspell
PKG_SUPPORTED_OPTIONS= wide-curses
@@ -9,8 +9,9 @@ PKG_SUGGESTED_OPTIONS= # empty
###
### Wide curses support; otherwise, default to using narrow curses.
###
-INCOMPAT_CURSES= NetBSD-[0-4].*-*
-.include "../../mk/curses.buildlink3.mk"
.if !empty(PKG_OPTIONS:Mwide-curses)
+.include "../../devel/ncursesw/buildlink3.mk"
CPPFLAGS.SunOS+= -D_XPG6
+.else
+.include "../../mk/curses.buildlink3.mk"
.endif
Home |
Main Index |
Thread Index |
Old Index