Date: Mon, 30 Jun 2014 07:24:02 +0000 (UTC) From: Baptiste Daroussin <bapt@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r359807 - in head/textproc/hyphen: . files Message-ID: <201406300724.s5U7O25B026674@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: bapt Date: Mon Jun 30 07:24:01 2014 New Revision: 359807 URL: http://svnweb.freebsd.org/changeset/ports/359807 QAT: https://qat.redports.org/buildarchive/r359807/ Log: hyphen.h is now exposing FILE type from stdio.h which breaks some configure scripts include stdio.h in hyphen.h to fix those check in configure scripts Added: head/textproc/hyphen/files/ head/textproc/hyphen/files/patch-hyphen.h (contents, props changed) Modified: head/textproc/hyphen/Makefile Modified: head/textproc/hyphen/Makefile ============================================================================== --- head/textproc/hyphen/Makefile Mon Jun 30 07:08:39 2014 (r359806) +++ head/textproc/hyphen/Makefile Mon Jun 30 07:24:01 2014 (r359807) @@ -2,6 +2,7 @@ PORTNAME= hyphen PORTVERSION= 2.8.7 +PORTREVISION= 1 CATEGORIES= textproc MASTER_SITES= SF/hunspell/Hyphen/${PORTVERSION:R}/ DIST_SUBDIR= ${PORTNAME} Added: head/textproc/hyphen/files/patch-hyphen.h ============================================================================== --- /dev/null 00:00:00 1970 (empty, because file is newly added) +++ head/textproc/hyphen/files/patch-hyphen.h Mon Jun 30 07:24:01 2014 (r359807) @@ -0,0 +1,11 @@ +--- ./hyphen.h.orig 2013-03-18 11:49:03.000000000 +0100 ++++ ./hyphen.h 2014-06-30 09:22:00.804214782 +0200 +@@ -55,6 +55,8 @@ + extern "C" { + #endif /* __cplusplus */ + ++#include <stdio.h> ++ + typedef struct _HyphenDict HyphenDict; + typedef struct _HyphenState HyphenState; + typedef struct _HyphenTrans HyphenTrans;
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201406300724.s5U7O25B026674>