svn commit: r503974 - in head/graphics/ipe: . files

Muhammad Moinur Rahman bofh at FreeBSD.org
Tue Jun 11 18:47:34 UTC 2019


Author: bofh
Date: Tue Jun 11 18:47:33 2019
New Revision: 503974
URL: https://svnweb.freebsd.org/changeset/ports/503974

Log:
  graphics/ipe: fix build with GCC-based architectures
  
  PR:		238066
  Submitted by:	pkubaj

Modified:
  head/graphics/ipe/Makefile
  head/graphics/ipe/files/patch-ipelib_ipeplatform.cpp

Modified: head/graphics/ipe/Makefile
==============================================================================
--- head/graphics/ipe/Makefile	Tue Jun 11 18:25:34 2019	(r503973)
+++ head/graphics/ipe/Makefile	Tue Jun 11 18:47:33 2019	(r503974)
@@ -3,6 +3,7 @@
 
 PORTNAME=	ipe
 PORTVERSION=	7.2.12
+PORTREVISION=	1
 DISTVERSIONSUFFIX=	-src
 CATEGORIES=	graphics
 MASTER_SITES=	https://dl.bintray.com/otfried/generic/ipe/${PORTVERSION:R}/

Modified: head/graphics/ipe/files/patch-ipelib_ipeplatform.cpp
==============================================================================
--- head/graphics/ipe/files/patch-ipelib_ipeplatform.cpp	Tue Jun 11 18:25:34 2019	(r503973)
+++ head/graphics/ipe/files/patch-ipelib_ipeplatform.cpp	Tue Jun 11 18:47:33 2019	(r503974)
@@ -1,11 +1,12 @@
---- ipelib/ipeplatform.cpp.orig	2019-03-09 12:21:05 UTC
+--- ipelib/ipeplatform.cpp.orig	2019-05-02 09:29:29 UTC
 +++ ipelib/ipeplatform.cpp
-@@ -48,7 +48,10 @@
+@@ -48,7 +48,11 @@
  #include <sys/param.h>
  #include <sys/errno.h>
  #endif
 -
 +#if defined(__FreeBSD__) || defined(__DragonFly__)
++#include <limits.h>
 +#include <xlocale.h>
 +#include <sys/errno.h>
 +#endif


More information about the svn-ports-all mailing list