Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 4 Jan 2018 02:23:29 +0000 (UTC)
From:      Jan Beich <jbeich@FreeBSD.org>
To:        ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-branches@freebsd.org
Subject:   svn commit: r458011 - branches/2018Q1/textproc/aspell
Message-ID:  <201801040223.w042NThR004168@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: jbeich
Date: Thu Jan  4 02:23:28 2018
New Revision: 458011
URL: https://svnweb.freebsd.org/changeset/ports/458011

Log:
  MFH: r458009
  
  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)
  Approved by:	ports-secteam blanket

Modified:
  branches/2018Q1/textproc/aspell/Makefile
  branches/2018Q1/textproc/aspell/distinfo
Directory Properties:
  branches/2018Q1/   (props changed)

Modified: branches/2018Q1/textproc/aspell/Makefile
==============================================================================
--- branches/2018Q1/textproc/aspell/Makefile	Thu Jan  4 02:22:30 2018	(r458010)
+++ branches/2018Q1/textproc/aspell/Makefile	Thu Jan  4 02:23:28 2018	(r458011)
@@ -3,9 +3,12 @@
 
 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

Modified: branches/2018Q1/textproc/aspell/distinfo
==============================================================================
--- branches/2018Q1/textproc/aspell/distinfo	Thu Jan  4 02:22:30 2018	(r458010)
+++ branches/2018Q1/textproc/aspell/distinfo	Thu Jan  4 02:23:28 2018	(r458011)
@@ -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



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