Bug 185318 - graphics/ipe: Fix build with clang
Summary: graphics/ipe: Fix build with clang
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: freebsd-ports-bugs (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-12-30 21:10 UTC by tkato432
Modified: 2014-01-25 13:10 UTC (History)
0 users

See Also:


Attachments
file.diff (8.66 KB, patch)
2013-12-30 21:10 UTC, tkato432
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description tkato432 2013-12-30 21:10:02 UTC
- Fix build with clang

New file:
files/patch-include__ipedoc.h
files/patch-include__ipereference.h
files/patch-ipe6upgrade__ipe6upgrade.cpp
files/patch-ipecairo__ipecairopainter.cpp
files/patch-ipecairo__ipestdfonts.cpp
files/patch-ipeextract__ipeextract.cpp
files/patch-ipelib__ipebase.cpp
files/patch-ipelib__ipedct.cpp
files/patch-ipelib__ipegeo.cpp
files/patch-ipelib__ipelatex.cpp
files/patch-ipelib__ipepdfparser.cpp
files/patch-ipelib__ipeshape.cpp
files/patch-ipetoipe__ipetoipe.cpp
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2014-01-19 13:46:30 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 2 dfilter service freebsd_committer freebsd_triage 2014-01-19 13:46:30 UTC
Author: miwi
Date: Sun Jan 19 13:46:19 2014
New Revision: 340291
URL: http://svnweb.freebsd.org/changeset/ports/340291
QAT: https://qat.redports.org/buildarchive/r340291/

Log:
  - Fix build with clang
  
  PR:		185318
  Submitted by:	ports fury

Added:
  head/graphics/ipe/files/patch-include__ipedoc.h   (contents, props changed)
  head/graphics/ipe/files/patch-include__ipereference.h   (contents, props changed)
  head/graphics/ipe/files/patch-ipe6upgrade__ipe6upgrade.cpp   (contents, props changed)
  head/graphics/ipe/files/patch-ipecairo__ipecairopainter.cpp   (contents, props changed)
  head/graphics/ipe/files/patch-ipecairo__ipestdfonts.cpp   (contents, props changed)
  head/graphics/ipe/files/patch-ipeextract__ipeextract.cpp   (contents, props changed)
  head/graphics/ipe/files/patch-ipelib__ipebase.cpp   (contents, props changed)
  head/graphics/ipe/files/patch-ipelib__ipedct.cpp   (contents, props changed)
  head/graphics/ipe/files/patch-ipelib__ipegeo.cpp   (contents, props changed)
  head/graphics/ipe/files/patch-ipelib__ipelatex.cpp   (contents, props changed)
  head/graphics/ipe/files/patch-ipelib__ipepdfparser.cpp   (contents, props changed)
  head/graphics/ipe/files/patch-ipelib__ipeshape.cpp   (contents, props changed)
  head/graphics/ipe/files/patch-ipetoipe__ipetoipe.cpp   (contents, props changed)
Modified:
  head/graphics/ipe/Makefile
  head/graphics/ipe/pkg-plist

Modified: head/graphics/ipe/Makefile
==============================================================================
--- head/graphics/ipe/Makefile	Sun Jan 19 13:45:39 2014	(r340290)
+++ head/graphics/ipe/Makefile	Sun Jan 19 13:46:19 2014	(r340291)
@@ -24,12 +24,13 @@ USES=		gmake iconv pkgconfig
 USE_QT4=	gui moc_build qmake_build rcc_build uic_build
 USE_TEX=	latex
 MAKE_ENV=	DLL_CFLAGS="-fPIC" \
-		ICONV_CFLAGS="-I${LOCALBASE}/include" \
-		ICONV_LIBS="-L${LOCALBASE}/lib ${ICONV_LIB}" \
+		ICONV_CFLAGS="-I${ICONV_PREFIX}/include" \
+		ICONV_LIBS="-L${ICONV_PREFIX}/lib ${ICONV_LIB}" \
 		INSTALL_DIR="${MKDIR}" \
 		INSTALL_FILES="${INSTALL_DATA}" \
 		INSTALL_SCRIPTS="${INSTALL_SCRIPT}" \
 		INSTALL_PROGRAMS="${INSTALL_PROGRAM}" \
+		INSTALL_ROOT="${STAGEDIR}" \
 		IPE_USE_ICONV="-DIPE_USE_ICONV" \
 		IPEDOCDIR="${DOCSDIR}" \
 		IPEMANDIR="${MANPREFIX}/man/man1" \
@@ -41,14 +42,11 @@ USE_LDCONFIG=	yes
 
 PLIST_SUB=	VERSION="${PORTVERSION}"
 
-MAN1=		ipe.1 ipe6upgrade.1 ipeextract.1 iperender.1 ipetoipe.1 \
-		ipescript.1
 PORTDOCS=	*
 
 DESKTOP_ENTRIES="Ipe" "" "${DATADIR}/${PORTVERSION}/ipe.png" \
 		"${PORTNAME}" "" true
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 post-patch:
@@ -68,10 +66,9 @@ post-patch:
 
 post-install:
 	(cd ${WRKSRC}/../fontmaps && ${INSTALL_DATA} fontmap.xml \
-		${DATADIR}/${PORTVERSION})
-.if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${DOCSDIR}
-	@(cd ${WRKSRC}/../build/doc && ${COPYTREE_SHARE} . ${DOCSDIR})
-.endif
+		${STAGEDIR}${DATADIR}/${PORTVERSION})
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	@(cd ${WRKSRC}/../build/doc && ${COPYTREE_SHARE} . \
+		${STAGEDIR}${DOCSDIR})
 
 .include <bsd.port.mk>

Added: head/graphics/ipe/files/patch-include__ipedoc.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/ipe/files/patch-include__ipedoc.h	Sun Jan 19 13:46:19 2014	(r340291)
@@ -0,0 +1,10 @@
+--- include/ipedoc.h.orig
++++ include/ipedoc.h
+@@ -37,6 +37,7 @@
+ #include "ipeimage.h"
+ #include "ipestyle.h"
+ #include "ipefontpool.h"
++#include <sys/types.h>
+ 
+ // --------------------------------------------------------------------
+ 

Added: head/graphics/ipe/files/patch-include__ipereference.h
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/ipe/files/patch-include__ipereference.h	Sun Jan 19 13:46:19 2014	(r340291)
@@ -0,0 +1,10 @@
+--- include/ipereference.h.orig
++++ include/ipereference.h
+@@ -33,6 +33,7 @@
+ #define IPEREF_H
+ 
+ #include "ipeobject.h"
++#include <sys/types.h>
+ 
+ // --------------------------------------------------------------------
+ 

Added: head/graphics/ipe/files/patch-ipe6upgrade__ipe6upgrade.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/ipe/files/patch-ipe6upgrade__ipe6upgrade.cpp	Sun Jan 19 13:46:19 2014	(r340291)
@@ -0,0 +1,11 @@
+--- ipe6upgrade/ipe6upgrade.cpp.orig
++++ ipe6upgrade/ipe6upgrade.cpp
+@@ -30,6 +30,8 @@
+ 
+ #include "ipexml.h"
+ #include "ipeattributes.h"
++#include <cstdlib>
++#include <sys/types.h>
+ 
+ using namespace ipe;
+ 

Added: head/graphics/ipe/files/patch-ipecairo__ipecairopainter.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/ipe/files/patch-ipecairo__ipecairopainter.cpp	Sun Jan 19 13:46:19 2014	(r340291)
@@ -0,0 +1,10 @@
+--- ipecairo/ipecairopainter.cpp.orig
++++ ipecairo/ipecairopainter.cpp
+@@ -32,6 +32,7 @@
+ #include "ipepdfparser.h"
+ #include "ipecairopainter.h"
+ #include "ipefonts.h"
++#include <sys/types.h>
+ 
+ using namespace ipe;
+ 

Added: head/graphics/ipe/files/patch-ipecairo__ipestdfonts.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/ipe/files/patch-ipecairo__ipestdfonts.cpp	Sun Jan 19 13:46:19 2014	(r340291)
@@ -0,0 +1,10 @@
+--- ipecairo/ipestdfonts.cpp.orig
++++ ipecairo/ipestdfonts.cpp
+@@ -30,6 +30,7 @@
+ */
+ 
+ #include "ipebase.h"
++#include <sys/types.h>
+ 
+ using namespace ipe;
+ 

Added: head/graphics/ipe/files/patch-ipeextract__ipeextract.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/ipe/files/patch-ipeextract__ipeextract.cpp	Sun Jan 19 13:46:19 2014	(r340291)
@@ -0,0 +1,10 @@
+--- ipeextract/ipeextract.cpp.orig
++++ ipeextract/ipeextract.cpp
+@@ -31,6 +31,7 @@
+ #include "ipexml.h"
+ #include "ipeutils.h"
+ #include "ipepdfparser.h"
++#include <cstdlib>
+ 
+ using namespace ipe;
+ 

Added: head/graphics/ipe/files/patch-ipelib__ipebase.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/ipe/files/patch-ipelib__ipebase.cpp	Sun Jan 19 13:46:19 2014	(r340291)
@@ -0,0 +1,12 @@
+--- ipelib/ipebase.cpp.orig
++++ ipelib/ipebase.cpp
+@@ -29,7 +29,9 @@
+ */
+ 
+ #include "ipebase.h"
++#include <cstdlib>
+ #include <cmath>
++#include <sys/types.h>
+ 
+ using namespace ipe;
+ 

Added: head/graphics/ipe/files/patch-ipelib__ipedct.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/ipe/files/patch-ipelib__ipedct.cpp	Sun Jan 19 13:46:19 2014	(r340291)
@@ -0,0 +1,10 @@
+--- ipelib/ipedct.cpp.orig
++++ ipelib/ipedct.cpp
+@@ -31,6 +31,7 @@
+ */
+ 
+ #include "ipebase.h"
++#include <sys/types.h>
+ 
+ using namespace ipe;
+ 

Added: head/graphics/ipe/files/patch-ipelib__ipegeo.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/ipe/files/patch-ipelib__ipegeo.cpp	Sun Jan 19 13:46:19 2014	(r340291)
@@ -0,0 +1,11 @@
+--- ipelib/ipegeo.cpp.orig
++++ ipelib/ipegeo.cpp
+@@ -38,6 +38,8 @@
+ */
+ 
+ #include "ipegeo.h"
++#include <cstdlib>
++#include <sys/types.h>
+ 
+ using namespace ipe;
+ 

Added: head/graphics/ipe/files/patch-ipelib__ipelatex.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/ipe/files/patch-ipelib__ipelatex.cpp	Sun Jan 19 13:46:19 2014	(r340291)
@@ -0,0 +1,11 @@
+--- ipelib/ipelatex.cpp.orig
++++ ipelib/ipelatex.cpp
+@@ -35,6 +35,8 @@
+ #include "ipefontpool.h"
+ #include "ipelatex.h"
+ 
++#include <cstdlib>
++
+ using namespace ipe;
+ 
+ /*! \class ipe::Latex

Added: head/graphics/ipe/files/patch-ipelib__ipepdfparser.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/ipe/files/patch-ipelib__ipepdfparser.cpp	Sun Jan 19 13:46:19 2014	(r340291)
@@ -0,0 +1,10 @@
+--- ipelib/ipepdfparser.cpp.orig
++++ ipelib/ipepdfparser.cpp
+@@ -30,6 +30,7 @@
+ 
+ #include "ipepdfparser.h"
+ #include "ipeutils.h"
++#include <cstdlib>
+ 
+ using namespace ipe;
+ 

Added: head/graphics/ipe/files/patch-ipelib__ipeshape.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/ipe/files/patch-ipelib__ipeshape.cpp	Sun Jan 19 13:46:19 2014	(r340291)
@@ -0,0 +1,10 @@
+--- ipelib/ipeshape.cpp.orig
++++ ipelib/ipeshape.cpp
+@@ -30,6 +30,7 @@
+ 
+ #include "ipeshape.h"
+ #include "ipepainter.h"
++#include <sys/types.h>
+ 
+ using namespace ipe;
+ 

Added: head/graphics/ipe/files/patch-ipetoipe__ipetoipe.cpp
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ head/graphics/ipe/files/patch-ipetoipe__ipetoipe.cpp	Sun Jan 19 13:46:19 2014	(r340291)
@@ -0,0 +1,10 @@
+--- ipetoipe/ipetoipe.cpp.orig
++++ ipetoipe/ipetoipe.cpp
+@@ -29,6 +29,7 @@
+ */
+ 
+ #include "ipedoc.h"
++#include <cstdlib>
+ 
+ using ipe::Document;
+ using ipe::String;

Modified: head/graphics/ipe/pkg-plist
==============================================================================
--- head/graphics/ipe/pkg-plist	Sun Jan 19 13:45:39 2014	(r340290)
+++ head/graphics/ipe/pkg-plist	Sun Jan 19 13:46:19 2014	(r340291)
@@ -56,6 +56,12 @@ lib/libipelua.so
 lib/libipelua.so.%%VERSION%%
 lib/libipeui.so
 lib/libipeui.so.%%VERSION%%
+man/man1/ipe.1.gz
+man/man1/ipe6upgrade.1.gz
+man/man1/ipeextract.1.gz
+man/man1/iperender.1.gz
+man/man1/ipescript.1.gz
+man/man1/ipetoipe.1.gz
 %%DATADIR%%/%%VERSION%%/fontmap.xml
 %%DATADIR%%/%%VERSION%%/icons/copy.png
 %%DATADIR%%/%%VERSION%%/icons/cut.png
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"
Comment 3 dfilter service freebsd_committer freebsd_triage 2014-01-25 13:04:58 UTC
Author: miwi
Date: Sat Jan 25 13:04:46 2014
New Revision: 341025
URL: http://svnweb.freebsd.org/changeset/ports/341025
QAT: https://qat.redports.org/buildarchive/r341025/

Log:
  MFH: r340291
  
  - Fix build with clang
  
  PR:		185318
  Submitted by:	ports fury

Added:
  branches/2014Q1/graphics/ipe/files/patch-include__ipedoc.h
     - copied unchanged from r340291, head/graphics/ipe/files/patch-include__ipedoc.h
  branches/2014Q1/graphics/ipe/files/patch-include__ipereference.h
     - copied unchanged from r340291, head/graphics/ipe/files/patch-include__ipereference.h
  branches/2014Q1/graphics/ipe/files/patch-ipe6upgrade__ipe6upgrade.cpp
     - copied unchanged from r340291, head/graphics/ipe/files/patch-ipe6upgrade__ipe6upgrade.cpp
  branches/2014Q1/graphics/ipe/files/patch-ipecairo__ipecairopainter.cpp
     - copied unchanged from r340291, head/graphics/ipe/files/patch-ipecairo__ipecairopainter.cpp
  branches/2014Q1/graphics/ipe/files/patch-ipecairo__ipestdfonts.cpp
     - copied unchanged from r340291, head/graphics/ipe/files/patch-ipecairo__ipestdfonts.cpp
  branches/2014Q1/graphics/ipe/files/patch-ipeextract__ipeextract.cpp
     - copied unchanged from r340291, head/graphics/ipe/files/patch-ipeextract__ipeextract.cpp
  branches/2014Q1/graphics/ipe/files/patch-ipelib__ipebase.cpp
     - copied unchanged from r340291, head/graphics/ipe/files/patch-ipelib__ipebase.cpp
  branches/2014Q1/graphics/ipe/files/patch-ipelib__ipedct.cpp
     - copied unchanged from r340291, head/graphics/ipe/files/patch-ipelib__ipedct.cpp
  branches/2014Q1/graphics/ipe/files/patch-ipelib__ipegeo.cpp
     - copied unchanged from r340291, head/graphics/ipe/files/patch-ipelib__ipegeo.cpp
  branches/2014Q1/graphics/ipe/files/patch-ipelib__ipelatex.cpp
     - copied unchanged from r340291, head/graphics/ipe/files/patch-ipelib__ipelatex.cpp
  branches/2014Q1/graphics/ipe/files/patch-ipelib__ipepdfparser.cpp
     - copied unchanged from r340291, head/graphics/ipe/files/patch-ipelib__ipepdfparser.cpp
  branches/2014Q1/graphics/ipe/files/patch-ipelib__ipeshape.cpp
     - copied unchanged from r340291, head/graphics/ipe/files/patch-ipelib__ipeshape.cpp
  branches/2014Q1/graphics/ipe/files/patch-ipetoipe__ipetoipe.cpp
     - copied unchanged from r340291, head/graphics/ipe/files/patch-ipetoipe__ipetoipe.cpp
Modified:
  branches/2014Q1/graphics/ipe/Makefile
  branches/2014Q1/graphics/ipe/pkg-plist
Directory Properties:
  branches/2014Q1/   (props changed)

Modified: branches/2014Q1/graphics/ipe/Makefile
==============================================================================
--- branches/2014Q1/graphics/ipe/Makefile	Sat Jan 25 13:03:14 2014	(r341024)
+++ branches/2014Q1/graphics/ipe/Makefile	Sat Jan 25 13:04:46 2014	(r341025)
@@ -24,12 +24,13 @@ USES=		gmake iconv pkgconfig
 USE_QT4=	gui moc_build qmake_build rcc_build uic_build
 USE_TEX=	latex
 MAKE_ENV=	DLL_CFLAGS="-fPIC" \
-		ICONV_CFLAGS="-I${LOCALBASE}/include" \
-		ICONV_LIBS="-L${LOCALBASE}/lib ${ICONV_LIB}" \
+		ICONV_CFLAGS="-I${ICONV_PREFIX}/include" \
+		ICONV_LIBS="-L${ICONV_PREFIX}/lib ${ICONV_LIB}" \
 		INSTALL_DIR="${MKDIR}" \
 		INSTALL_FILES="${INSTALL_DATA}" \
 		INSTALL_SCRIPTS="${INSTALL_SCRIPT}" \
 		INSTALL_PROGRAMS="${INSTALL_PROGRAM}" \
+		INSTALL_ROOT="${STAGEDIR}" \
 		IPE_USE_ICONV="-DIPE_USE_ICONV" \
 		IPEDOCDIR="${DOCSDIR}" \
 		IPEMANDIR="${MANPREFIX}/man/man1" \
@@ -41,14 +42,11 @@ USE_LDCONFIG=	yes
 
 PLIST_SUB=	VERSION="${PORTVERSION}"
 
-MAN1=		ipe.1 ipe6upgrade.1 ipeextract.1 iperender.1 ipetoipe.1 \
-		ipescript.1
 PORTDOCS=	*
 
 DESKTOP_ENTRIES="Ipe" "" "${DATADIR}/${PORTVERSION}/ipe.png" \
 		"${PORTNAME}" "" true
 
-NO_STAGE=	yes
 .include <bsd.port.options.mk>
 
 post-patch:
@@ -68,10 +66,9 @@ post-patch:
 
 post-install:
 	(cd ${WRKSRC}/../fontmaps && ${INSTALL_DATA} fontmap.xml \
-		${DATADIR}/${PORTVERSION})
-.if ${PORT_OPTIONS:MDOCS}
-	@${MKDIR} ${DOCSDIR}
-	@(cd ${WRKSRC}/../build/doc && ${COPYTREE_SHARE} . ${DOCSDIR})
-.endif
+		${STAGEDIR}${DATADIR}/${PORTVERSION})
+	@${MKDIR} ${STAGEDIR}${DOCSDIR}
+	@(cd ${WRKSRC}/../build/doc && ${COPYTREE_SHARE} . \
+		${STAGEDIR}${DOCSDIR})
 
 .include <bsd.port.mk>

Copied: branches/2014Q1/graphics/ipe/files/patch-include__ipedoc.h (from r340291, head/graphics/ipe/files/patch-include__ipedoc.h)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2014Q1/graphics/ipe/files/patch-include__ipedoc.h	Sat Jan 25 13:04:46 2014	(r341025, copy of r340291, head/graphics/ipe/files/patch-include__ipedoc.h)
@@ -0,0 +1,10 @@
+--- include/ipedoc.h.orig
++++ include/ipedoc.h
+@@ -37,6 +37,7 @@
+ #include "ipeimage.h"
+ #include "ipestyle.h"
+ #include "ipefontpool.h"
++#include <sys/types.h>
+ 
+ // --------------------------------------------------------------------
+ 

Copied: branches/2014Q1/graphics/ipe/files/patch-include__ipereference.h (from r340291, head/graphics/ipe/files/patch-include__ipereference.h)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2014Q1/graphics/ipe/files/patch-include__ipereference.h	Sat Jan 25 13:04:46 2014	(r341025, copy of r340291, head/graphics/ipe/files/patch-include__ipereference.h)
@@ -0,0 +1,10 @@
+--- include/ipereference.h.orig
++++ include/ipereference.h
+@@ -33,6 +33,7 @@
+ #define IPEREF_H
+ 
+ #include "ipeobject.h"
++#include <sys/types.h>
+ 
+ // --------------------------------------------------------------------
+ 

Copied: branches/2014Q1/graphics/ipe/files/patch-ipe6upgrade__ipe6upgrade.cpp (from r340291, head/graphics/ipe/files/patch-ipe6upgrade__ipe6upgrade.cpp)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2014Q1/graphics/ipe/files/patch-ipe6upgrade__ipe6upgrade.cpp	Sat Jan 25 13:04:46 2014	(r341025, copy of r340291, head/graphics/ipe/files/patch-ipe6upgrade__ipe6upgrade.cpp)
@@ -0,0 +1,11 @@
+--- ipe6upgrade/ipe6upgrade.cpp.orig
++++ ipe6upgrade/ipe6upgrade.cpp
+@@ -30,6 +30,8 @@
+ 
+ #include "ipexml.h"
+ #include "ipeattributes.h"
++#include <cstdlib>
++#include <sys/types.h>
+ 
+ using namespace ipe;
+ 

Copied: branches/2014Q1/graphics/ipe/files/patch-ipecairo__ipecairopainter.cpp (from r340291, head/graphics/ipe/files/patch-ipecairo__ipecairopainter.cpp)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2014Q1/graphics/ipe/files/patch-ipecairo__ipecairopainter.cpp	Sat Jan 25 13:04:46 2014	(r341025, copy of r340291, head/graphics/ipe/files/patch-ipecairo__ipecairopainter.cpp)
@@ -0,0 +1,10 @@
+--- ipecairo/ipecairopainter.cpp.orig
++++ ipecairo/ipecairopainter.cpp
+@@ -32,6 +32,7 @@
+ #include "ipepdfparser.h"
+ #include "ipecairopainter.h"
+ #include "ipefonts.h"
++#include <sys/types.h>
+ 
+ using namespace ipe;
+ 

Copied: branches/2014Q1/graphics/ipe/files/patch-ipecairo__ipestdfonts.cpp (from r340291, head/graphics/ipe/files/patch-ipecairo__ipestdfonts.cpp)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2014Q1/graphics/ipe/files/patch-ipecairo__ipestdfonts.cpp	Sat Jan 25 13:04:46 2014	(r341025, copy of r340291, head/graphics/ipe/files/patch-ipecairo__ipestdfonts.cpp)
@@ -0,0 +1,10 @@
+--- ipecairo/ipestdfonts.cpp.orig
++++ ipecairo/ipestdfonts.cpp
+@@ -30,6 +30,7 @@
+ */
+ 
+ #include "ipebase.h"
++#include <sys/types.h>
+ 
+ using namespace ipe;
+ 

Copied: branches/2014Q1/graphics/ipe/files/patch-ipeextract__ipeextract.cpp (from r340291, head/graphics/ipe/files/patch-ipeextract__ipeextract.cpp)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2014Q1/graphics/ipe/files/patch-ipeextract__ipeextract.cpp	Sat Jan 25 13:04:46 2014	(r341025, copy of r340291, head/graphics/ipe/files/patch-ipeextract__ipeextract.cpp)
@@ -0,0 +1,10 @@
+--- ipeextract/ipeextract.cpp.orig
++++ ipeextract/ipeextract.cpp
+@@ -31,6 +31,7 @@
+ #include "ipexml.h"
+ #include "ipeutils.h"
+ #include "ipepdfparser.h"
++#include <cstdlib>
+ 
+ using namespace ipe;
+ 

Copied: branches/2014Q1/graphics/ipe/files/patch-ipelib__ipebase.cpp (from r340291, head/graphics/ipe/files/patch-ipelib__ipebase.cpp)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2014Q1/graphics/ipe/files/patch-ipelib__ipebase.cpp	Sat Jan 25 13:04:46 2014	(r341025, copy of r340291, head/graphics/ipe/files/patch-ipelib__ipebase.cpp)
@@ -0,0 +1,12 @@
+--- ipelib/ipebase.cpp.orig
++++ ipelib/ipebase.cpp
+@@ -29,7 +29,9 @@
+ */
+ 
+ #include "ipebase.h"
++#include <cstdlib>
+ #include <cmath>
++#include <sys/types.h>
+ 
+ using namespace ipe;
+ 

Copied: branches/2014Q1/graphics/ipe/files/patch-ipelib__ipedct.cpp (from r340291, head/graphics/ipe/files/patch-ipelib__ipedct.cpp)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2014Q1/graphics/ipe/files/patch-ipelib__ipedct.cpp	Sat Jan 25 13:04:46 2014	(r341025, copy of r340291, head/graphics/ipe/files/patch-ipelib__ipedct.cpp)
@@ -0,0 +1,10 @@
+--- ipelib/ipedct.cpp.orig
++++ ipelib/ipedct.cpp
+@@ -31,6 +31,7 @@
+ */
+ 
+ #include "ipebase.h"
++#include <sys/types.h>
+ 
+ using namespace ipe;
+ 

Copied: branches/2014Q1/graphics/ipe/files/patch-ipelib__ipegeo.cpp (from r340291, head/graphics/ipe/files/patch-ipelib__ipegeo.cpp)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2014Q1/graphics/ipe/files/patch-ipelib__ipegeo.cpp	Sat Jan 25 13:04:46 2014	(r341025, copy of r340291, head/graphics/ipe/files/patch-ipelib__ipegeo.cpp)
@@ -0,0 +1,11 @@
+--- ipelib/ipegeo.cpp.orig
++++ ipelib/ipegeo.cpp
+@@ -38,6 +38,8 @@
+ */
+ 
+ #include "ipegeo.h"
++#include <cstdlib>
++#include <sys/types.h>
+ 
+ using namespace ipe;
+ 

Copied: branches/2014Q1/graphics/ipe/files/patch-ipelib__ipelatex.cpp (from r340291, head/graphics/ipe/files/patch-ipelib__ipelatex.cpp)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2014Q1/graphics/ipe/files/patch-ipelib__ipelatex.cpp	Sat Jan 25 13:04:46 2014	(r341025, copy of r340291, head/graphics/ipe/files/patch-ipelib__ipelatex.cpp)
@@ -0,0 +1,11 @@
+--- ipelib/ipelatex.cpp.orig
++++ ipelib/ipelatex.cpp
+@@ -35,6 +35,8 @@
+ #include "ipefontpool.h"
+ #include "ipelatex.h"
+ 
++#include <cstdlib>
++
+ using namespace ipe;
+ 
+ /*! \class ipe::Latex

Copied: branches/2014Q1/graphics/ipe/files/patch-ipelib__ipepdfparser.cpp (from r340291, head/graphics/ipe/files/patch-ipelib__ipepdfparser.cpp)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2014Q1/graphics/ipe/files/patch-ipelib__ipepdfparser.cpp	Sat Jan 25 13:04:46 2014	(r341025, copy of r340291, head/graphics/ipe/files/patch-ipelib__ipepdfparser.cpp)
@@ -0,0 +1,10 @@
+--- ipelib/ipepdfparser.cpp.orig
++++ ipelib/ipepdfparser.cpp
+@@ -30,6 +30,7 @@
+ 
+ #include "ipepdfparser.h"
+ #include "ipeutils.h"
++#include <cstdlib>
+ 
+ using namespace ipe;
+ 

Copied: branches/2014Q1/graphics/ipe/files/patch-ipelib__ipeshape.cpp (from r340291, head/graphics/ipe/files/patch-ipelib__ipeshape.cpp)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2014Q1/graphics/ipe/files/patch-ipelib__ipeshape.cpp	Sat Jan 25 13:04:46 2014	(r341025, copy of r340291, head/graphics/ipe/files/patch-ipelib__ipeshape.cpp)
@@ -0,0 +1,10 @@
+--- ipelib/ipeshape.cpp.orig
++++ ipelib/ipeshape.cpp
+@@ -30,6 +30,7 @@
+ 
+ #include "ipeshape.h"
+ #include "ipepainter.h"
++#include <sys/types.h>
+ 
+ using namespace ipe;
+ 

Copied: branches/2014Q1/graphics/ipe/files/patch-ipetoipe__ipetoipe.cpp (from r340291, head/graphics/ipe/files/patch-ipetoipe__ipetoipe.cpp)
==============================================================================
--- /dev/null	00:00:00 1970	(empty, because file is newly added)
+++ branches/2014Q1/graphics/ipe/files/patch-ipetoipe__ipetoipe.cpp	Sat Jan 25 13:04:46 2014	(r341025, copy of r340291, head/graphics/ipe/files/patch-ipetoipe__ipetoipe.cpp)
@@ -0,0 +1,10 @@
+--- ipetoipe/ipetoipe.cpp.orig
++++ ipetoipe/ipetoipe.cpp
+@@ -29,6 +29,7 @@
+ */
+ 
+ #include "ipedoc.h"
++#include <cstdlib>
+ 
+ using ipe::Document;
+ using ipe::String;

Modified: branches/2014Q1/graphics/ipe/pkg-plist
==============================================================================
--- branches/2014Q1/graphics/ipe/pkg-plist	Sat Jan 25 13:03:14 2014	(r341024)
+++ branches/2014Q1/graphics/ipe/pkg-plist	Sat Jan 25 13:04:46 2014	(r341025)
@@ -56,6 +56,12 @@ lib/libipelua.so
 lib/libipelua.so.%%VERSION%%
 lib/libipeui.so
 lib/libipeui.so.%%VERSION%%
+man/man1/ipe.1.gz
+man/man1/ipe6upgrade.1.gz
+man/man1/ipeextract.1.gz
+man/man1/iperender.1.gz
+man/man1/ipescript.1.gz
+man/man1/ipetoipe.1.gz
 %%DATADIR%%/%%VERSION%%/fontmap.xml
 %%DATADIR%%/%%VERSION%%/icons/copy.png
 %%DATADIR%%/%%VERSION%%/icons/cut.png
_______________________________________________
svn-ports-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-ports-all
To unsubscribe, send any mail to "svn-ports-all-unsubscribe@freebsd.org"