Add patches to fix build with KDE 2.1. Bump PORTREVISION to denote new

package based on KDE 2.1.  Change MAINTAINER back to myself.  This should
fix kde2 metaport once again.

Submitted by:	many many people...
This commit is contained in:
Will Andrews 2001-02-27 22:30:09 +00:00
parent a79689be8b
commit 98958aed09
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=38866
28 changed files with 256 additions and 4 deletions

View file

@ -7,11 +7,12 @@
PORTNAME= koffice
PORTVERSION= 2.0.1
PORTREVISION= 1
CATEGORIES= editors kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION}/distribution/tar/generic/src
MAINTAINER= kevlo@FreeBSD.org
MAINTAINER= will@FreeBSD.org
LIB_DEPENDS= kdecore.4:${PORTSDIR}/x11/kdelibs2 \
iconv.2:${PORTSDIR}/converters/iconv

View file

@ -0,0 +1,10 @@
--- kpresenter/kpbackground.h Sat Aug 26 04:53:37 2000
+++ kpresenter/kpbackground.h.new Tue Feb 27 16:52:49 2001
@@ -20,6 +20,7 @@
#ifndef kpbackground_h
#define kpbackground_h
+#include <stdlib.h>
#include <qcolor.h>
#include <qstring.h>
#include <qrect.h>

View file

@ -0,0 +1,10 @@
--- kpresenter/kppixmapobject.h Sat Aug 26 04:53:37 2000
+++ kpresenter/kppixmapobject.h.new Tue Feb 27 16:45:55 2001
@@ -20,6 +20,7 @@
#ifndef kppixmapobject_h
#define kppixmapobject_h
+#include <stdlib.h>
#include <qdatetime.h>
#include "kpobject.h"

View file

@ -0,0 +1,10 @@
--- kspread/kspread_util.h Sun Jun 25 04:09:50 2000
+++ kspread/kspread_util.h.new Tue Feb 27 17:00:17 2001
@@ -20,6 +20,7 @@
#ifndef __kspread_util_h__
#define __kspread_util_h__
+#include <stdlib.h>
#include <qstring.h>
#include <qrect.h>

View file

@ -0,0 +1,11 @@
--- kspread/kspread_cluster.h Thu Jul 13 14:35:01 2000
+++ kspread/kspread_cluster.h.new Tue Feb 27 17:09:23 2001
@@ -1,6 +1,8 @@
#ifndef kspread_cluster_h
#define kspread_cluster_h
+#include <stdlib.h>
+
class KSpreadCell;
class ColumnLayout;
class RowLayout;

View file

@ -0,0 +1,11 @@
--- kword/kword_frame.cc Sun Oct 15 15:48:52 2000
+++ kword/kword_frame.cc.new Tue Feb 27 17:17:40 2001
@@ -30,7 +30,7 @@
#include <kdebug.h>
#include <koPageLayoutDia.h>
-
+#include <stdlib.h>
#include <fstream>
#include <unistd.h>
#include <limits.h>

View file

@ -0,0 +1,10 @@
--- kword/kword_page.cc Sun Oct 15 15:48:52 2000
+++ kword/kword_page.cc.new Tue Feb 27 17:14:33 2001
@@ -17,6 +17,7 @@
Boston, MA 02111-1307, USA.
*/
+#include <stdlib.h>
#include <kfiledialog.h>
#include <kapp.h>
#include <kmimemagic.h>

View file

@ -7,11 +7,12 @@
PORTNAME= koffice
PORTVERSION= 2.0.1
PORTREVISION= 1
CATEGORIES= editors kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION}/distribution/tar/generic/src
MAINTAINER= kevlo@FreeBSD.org
MAINTAINER= will@FreeBSD.org
LIB_DEPENDS= kdecore.4:${PORTSDIR}/x11/kdelibs2 \
iconv.2:${PORTSDIR}/converters/iconv

View file

@ -0,0 +1,10 @@
--- kpresenter/kpbackground.h Sat Aug 26 04:53:37 2000
+++ kpresenter/kpbackground.h.new Tue Feb 27 16:52:49 2001
@@ -20,6 +20,7 @@
#ifndef kpbackground_h
#define kpbackground_h
+#include <stdlib.h>
#include <qcolor.h>
#include <qstring.h>
#include <qrect.h>

View file

@ -0,0 +1,10 @@
--- kpresenter/kppixmapobject.h Sat Aug 26 04:53:37 2000
+++ kpresenter/kppixmapobject.h.new Tue Feb 27 16:45:55 2001
@@ -20,6 +20,7 @@
#ifndef kppixmapobject_h
#define kppixmapobject_h
+#include <stdlib.h>
#include <qdatetime.h>
#include "kpobject.h"

View file

@ -0,0 +1,10 @@
--- kspread/kspread_util.h Sun Jun 25 04:09:50 2000
+++ kspread/kspread_util.h.new Tue Feb 27 17:00:17 2001
@@ -20,6 +20,7 @@
#ifndef __kspread_util_h__
#define __kspread_util_h__
+#include <stdlib.h>
#include <qstring.h>
#include <qrect.h>

View file

@ -0,0 +1,11 @@
--- kspread/kspread_cluster.h Thu Jul 13 14:35:01 2000
+++ kspread/kspread_cluster.h.new Tue Feb 27 17:09:23 2001
@@ -1,6 +1,8 @@
#ifndef kspread_cluster_h
#define kspread_cluster_h
+#include <stdlib.h>
+
class KSpreadCell;
class ColumnLayout;
class RowLayout;

View file

@ -0,0 +1,11 @@
--- kword/kword_frame.cc Sun Oct 15 15:48:52 2000
+++ kword/kword_frame.cc.new Tue Feb 27 17:17:40 2001
@@ -30,7 +30,7 @@
#include <kdebug.h>
#include <koPageLayoutDia.h>
-
+#include <stdlib.h>
#include <fstream>
#include <unistd.h>
#include <limits.h>

View file

@ -0,0 +1,10 @@
--- kword/kword_page.cc Sun Oct 15 15:48:52 2000
+++ kword/kword_page.cc.new Tue Feb 27 17:14:33 2001
@@ -17,6 +17,7 @@
Boston, MA 02111-1307, USA.
*/
+#include <stdlib.h>
#include <kfiledialog.h>
#include <kapp.h>
#include <kmimemagic.h>

View file

@ -7,11 +7,12 @@
PORTNAME= koffice
PORTVERSION= 2.0.1
PORTREVISION= 1
CATEGORIES= editors kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION}/distribution/tar/generic/src
MAINTAINER= kevlo@FreeBSD.org
MAINTAINER= will@FreeBSD.org
LIB_DEPENDS= kdecore.4:${PORTSDIR}/x11/kdelibs2 \
iconv.2:${PORTSDIR}/converters/iconv

View file

@ -0,0 +1,10 @@
--- kpresenter/kpbackground.h Sat Aug 26 04:53:37 2000
+++ kpresenter/kpbackground.h.new Tue Feb 27 16:52:49 2001
@@ -20,6 +20,7 @@
#ifndef kpbackground_h
#define kpbackground_h
+#include <stdlib.h>
#include <qcolor.h>
#include <qstring.h>
#include <qrect.h>

View file

@ -0,0 +1,10 @@
--- kpresenter/kppixmapobject.h Sat Aug 26 04:53:37 2000
+++ kpresenter/kppixmapobject.h.new Tue Feb 27 16:45:55 2001
@@ -20,6 +20,7 @@
#ifndef kppixmapobject_h
#define kppixmapobject_h
+#include <stdlib.h>
#include <qdatetime.h>
#include "kpobject.h"

View file

@ -0,0 +1,10 @@
--- kspread/kspread_util.h Sun Jun 25 04:09:50 2000
+++ kspread/kspread_util.h.new Tue Feb 27 17:00:17 2001
@@ -20,6 +20,7 @@
#ifndef __kspread_util_h__
#define __kspread_util_h__
+#include <stdlib.h>
#include <qstring.h>
#include <qrect.h>

View file

@ -0,0 +1,11 @@
--- kspread/kspread_cluster.h Thu Jul 13 14:35:01 2000
+++ kspread/kspread_cluster.h.new Tue Feb 27 17:09:23 2001
@@ -1,6 +1,8 @@
#ifndef kspread_cluster_h
#define kspread_cluster_h
+#include <stdlib.h>
+
class KSpreadCell;
class ColumnLayout;
class RowLayout;

View file

@ -0,0 +1,11 @@
--- kword/kword_frame.cc Sun Oct 15 15:48:52 2000
+++ kword/kword_frame.cc.new Tue Feb 27 17:17:40 2001
@@ -30,7 +30,7 @@
#include <kdebug.h>
#include <koPageLayoutDia.h>
-
+#include <stdlib.h>
#include <fstream>
#include <unistd.h>
#include <limits.h>

View file

@ -0,0 +1,10 @@
--- kword/kword_page.cc Sun Oct 15 15:48:52 2000
+++ kword/kword_page.cc.new Tue Feb 27 17:14:33 2001
@@ -17,6 +17,7 @@
Boston, MA 02111-1307, USA.
*/
+#include <stdlib.h>
#include <kfiledialog.h>
#include <kapp.h>
#include <kmimemagic.h>

View file

@ -7,11 +7,12 @@
PORTNAME= koffice
PORTVERSION= 2.0.1
PORTREVISION= 1
CATEGORIES= editors kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= stable/${PORTVERSION}/distribution/tar/generic/src
MAINTAINER= kevlo@FreeBSD.org
MAINTAINER= will@FreeBSD.org
LIB_DEPENDS= kdecore.4:${PORTSDIR}/x11/kdelibs2 \
iconv.2:${PORTSDIR}/converters/iconv

View file

@ -0,0 +1,10 @@
--- kpresenter/kpbackground.h Sat Aug 26 04:53:37 2000
+++ kpresenter/kpbackground.h.new Tue Feb 27 16:52:49 2001
@@ -20,6 +20,7 @@
#ifndef kpbackground_h
#define kpbackground_h
+#include <stdlib.h>
#include <qcolor.h>
#include <qstring.h>
#include <qrect.h>

View file

@ -0,0 +1,10 @@
--- kpresenter/kppixmapobject.h Sat Aug 26 04:53:37 2000
+++ kpresenter/kppixmapobject.h.new Tue Feb 27 16:45:55 2001
@@ -20,6 +20,7 @@
#ifndef kppixmapobject_h
#define kppixmapobject_h
+#include <stdlib.h>
#include <qdatetime.h>
#include "kpobject.h"

View file

@ -0,0 +1,10 @@
--- kspread/kspread_util.h Sun Jun 25 04:09:50 2000
+++ kspread/kspread_util.h.new Tue Feb 27 17:00:17 2001
@@ -20,6 +20,7 @@
#ifndef __kspread_util_h__
#define __kspread_util_h__
+#include <stdlib.h>
#include <qstring.h>
#include <qrect.h>

View file

@ -0,0 +1,11 @@
--- kspread/kspread_cluster.h Thu Jul 13 14:35:01 2000
+++ kspread/kspread_cluster.h.new Tue Feb 27 17:09:23 2001
@@ -1,6 +1,8 @@
#ifndef kspread_cluster_h
#define kspread_cluster_h
+#include <stdlib.h>
+
class KSpreadCell;
class ColumnLayout;
class RowLayout;

View file

@ -0,0 +1,11 @@
--- kword/kword_frame.cc Sun Oct 15 15:48:52 2000
+++ kword/kword_frame.cc.new Tue Feb 27 17:17:40 2001
@@ -30,7 +30,7 @@
#include <kdebug.h>
#include <koPageLayoutDia.h>
-
+#include <stdlib.h>
#include <fstream>
#include <unistd.h>
#include <limits.h>

View file

@ -0,0 +1,10 @@
--- kword/kword_page.cc Sun Oct 15 15:48:52 2000
+++ kword/kword_page.cc.new Tue Feb 27 17:14:33 2001
@@ -17,6 +17,7 @@
Boston, MA 02111-1307, USA.
*/
+#include <stdlib.h>
#include <kfiledialog.h>
#include <kapp.h>
#include <kmimemagic.h>