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:
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
|
@ -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
|
||||
|
|
10
editors/calligra/files/patch-kpbackground.h.new
Normal file
10
editors/calligra/files/patch-kpbackground.h.new
Normal 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>
|
10
editors/calligra/files/patch-kppixmapobject.h
Normal file
10
editors/calligra/files/patch-kppixmapobject.h
Normal 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"
|
10
editors/calligra/files/patch-kspread.h
Normal file
10
editors/calligra/files/patch-kspread.h
Normal 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>
|
||||
|
11
editors/calligra/files/patch-kspread_cluster.h
Normal file
11
editors/calligra/files/patch-kspread_cluster.h
Normal 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;
|
11
editors/calligra/files/patch-kword_frame.cc
Normal file
11
editors/calligra/files/patch-kword_frame.cc
Normal 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>
|
10
editors/calligra/files/patch-kword_page.cc
Normal file
10
editors/calligra/files/patch-kword_page.cc
Normal 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>
|
|
@ -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
|
||||
|
|
10
editors/koffice-kde3/files/patch-kpbackground.h.new
Normal file
10
editors/koffice-kde3/files/patch-kpbackground.h.new
Normal 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>
|
10
editors/koffice-kde3/files/patch-kppixmapobject.h
Normal file
10
editors/koffice-kde3/files/patch-kppixmapobject.h
Normal 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"
|
10
editors/koffice-kde3/files/patch-kspread.h
Normal file
10
editors/koffice-kde3/files/patch-kspread.h
Normal 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>
|
||||
|
11
editors/koffice-kde3/files/patch-kspread_cluster.h
Normal file
11
editors/koffice-kde3/files/patch-kspread_cluster.h
Normal 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;
|
11
editors/koffice-kde3/files/patch-kword_frame.cc
Normal file
11
editors/koffice-kde3/files/patch-kword_frame.cc
Normal 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>
|
10
editors/koffice-kde3/files/patch-kword_page.cc
Normal file
10
editors/koffice-kde3/files/patch-kword_page.cc
Normal 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>
|
|
@ -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
|
||||
|
|
10
editors/koffice-kde4/files/patch-kpbackground.h.new
Normal file
10
editors/koffice-kde4/files/patch-kpbackground.h.new
Normal 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>
|
10
editors/koffice-kde4/files/patch-kppixmapobject.h
Normal file
10
editors/koffice-kde4/files/patch-kppixmapobject.h
Normal 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"
|
10
editors/koffice-kde4/files/patch-kspread.h
Normal file
10
editors/koffice-kde4/files/patch-kspread.h
Normal 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>
|
||||
|
11
editors/koffice-kde4/files/patch-kspread_cluster.h
Normal file
11
editors/koffice-kde4/files/patch-kspread_cluster.h
Normal 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;
|
11
editors/koffice-kde4/files/patch-kword_frame.cc
Normal file
11
editors/koffice-kde4/files/patch-kword_frame.cc
Normal 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>
|
10
editors/koffice-kde4/files/patch-kword_page.cc
Normal file
10
editors/koffice-kde4/files/patch-kword_page.cc
Normal 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>
|
|
@ -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
|
||||
|
|
10
editors/koffice/files/patch-kpbackground.h.new
Normal file
10
editors/koffice/files/patch-kpbackground.h.new
Normal 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>
|
10
editors/koffice/files/patch-kppixmapobject.h
Normal file
10
editors/koffice/files/patch-kppixmapobject.h
Normal 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"
|
10
editors/koffice/files/patch-kspread.h
Normal file
10
editors/koffice/files/patch-kspread.h
Normal 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>
|
||||
|
11
editors/koffice/files/patch-kspread_cluster.h
Normal file
11
editors/koffice/files/patch-kspread_cluster.h
Normal 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;
|
11
editors/koffice/files/patch-kword_frame.cc
Normal file
11
editors/koffice/files/patch-kword_frame.cc
Normal 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>
|
10
editors/koffice/files/patch-kword_page.cc
Normal file
10
editors/koffice/files/patch-kword_page.cc
Normal 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>
|
Loading…
Reference in a new issue