svn commit: r359807 - in head/textproc/hyphen: . files

Baptiste Daroussin bapt at FreeBSD.org
Mon Jun 30 07:24:02 UTC 2014


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;


More information about the svn-ports-head mailing list