diff options
author | jbeich <jbeich@FreeBSD.org> | 2018-01-04 10:20:59 +0800 |
---|---|---|
committer | jbeich <jbeich@FreeBSD.org> | 2018-01-04 10:20:59 +0800 |
commit | 563701303878ad07260e6d05cdde7d33f469e9e8 (patch) | |
tree | 29b383c58fa2595e5dbbcb5a88e22c13eca5045f /textproc | |
parent | 7e98e7afc965dfdc457af1a82367995170e8654b (diff) | |
download | freebsd-ports-gnome-563701303878ad07260e6d05cdde7d33f469e9e8.tar.gz freebsd-ports-gnome-563701303878ad07260e6d05cdde7d33f469e9e8.tar.zst freebsd-ports-gnome-563701303878ad07260e6d05cdde7d33f469e9e8.zip |
textproc/aspell: unbreak build with Clang 6 / GCC 7
modules/filter/tex.cpp:177:69: error: comparison between pointer and integer ('const char *' and 'int')
if (top.in_what == Parm || top.in_what == Opt || top.do_check == '\0')
~~~~~~~~~~~~ ^ ~~~~
Reported by: antoine (via bug 224669)
Obtained from: upstream (Apsell 0.60.7)
Diffstat (limited to 'textproc')
-rw-r--r-- | textproc/aspell/Makefile | 5 | ||||
-rw-r--r-- | textproc/aspell/distinfo | 3 |
2 files changed, 7 insertions, 1 deletions
diff --git a/textproc/aspell/Makefile b/textproc/aspell/Makefile index 6749deaf9d0b..c94cd26cb8d4 100644 --- a/textproc/aspell/Makefile +++ b/textproc/aspell/Makefile @@ -3,10 +3,13 @@ PORTNAME= aspell PORTVERSION= 0.60.6.1 -PORTREVISION= 6 +PORTREVISION= 7 CATEGORIES= textproc MASTER_SITES= GNU/aspell +PATCH_SITES= https://github.com/GNUAspell/aspell/commit/ +PATCHFILES= 8089fa02122f.patch:-p1 + MAINTAINER= office@FreeBSD.org COMMENT= Spelling checker with better suggestion logic than ispell diff --git a/textproc/aspell/distinfo b/textproc/aspell/distinfo index b5efc8eadad3..aea7e209146c 100644 --- a/textproc/aspell/distinfo +++ b/textproc/aspell/distinfo @@ -1,2 +1,5 @@ +TIMESTAMP = 1309773190 SHA256 (aspell-0.60.6.1.tar.gz) = f52583a83a63633701c5f71db3dc40aab87b7f76b29723aeb27941eff42df6e1 SIZE (aspell-0.60.6.1.tar.gz) = 1878163 +SHA256 (8089fa02122f.patch) = 28f7738df694bf5972339415d09933297f8144ee3b8e578e1f2ad5cb7697a2c4 +SIZE (8089fa02122f.patch) = 1126 |