The following diff allows the base3 portion of KDE to build after
the update to 3.5.7.


Index: Makefile
===================================================================
RCS file: /cvs/ports/x11/kde/base3/Makefile,v
retrieving revision 1.74
diff -u -p -r1.74 Makefile
--- Makefile    25 May 2007 09:49:54 -0000      1.74
+++ Makefile    28 May 2007 17:05:56 -0000
@@ -6,7 +6,7 @@ COMMENT-samba=          "K Desktop Environment, 
 CATEGORIES=            x11 x11/kde
 VERSION=               3.5.7
 DISTNAME=              kdebase-${VERSION}
-PKGNAME-main=          ${DISTNAME}
+PKGNAME-main=          ${DISTNAME}p0
 PKGNAME-samba=         kdesamba-${VERSION}
 MODKDE_VERSION?=       3.5.7
 SHARED_LIBS += konq                 7.0      # .6.0
Index: patches/patch-kioslave_media_kfile-plugin_kfilemediaplugin_cpp
===================================================================
RCS file: patches/patch-kioslave_media_kfile-plugin_kfilemediaplugin_cpp
diff -N patches/patch-kioslave_media_kfile-plugin_kfilemediaplugin_cpp
--- /dev/null   1 Jan 1970 00:00:00 -0000
+++ patches/patch-kioslave_media_kfile-plugin_kfilemediaplugin_cpp      28 May 
2007 17:00:24 -0000
@@ -0,0 +1,11 @@
+$OpenBSD$
+--- kioslave/media/kfile-plugin/kfilemediaplugin.cpp.orig      Mon May 28 
12:59:30 2007
++++ kioslave/media/kfile-plugin/kfilemediaplugin.cpp   Mon May 28 12:59:55 2007
+@@ -33,6 +33,7 @@
+ #ifdef HAVE_STATVFS
+ # include <sys/statvfs.h>
+ #else
++# include <sys/param.h>
+ # include <sys/mount.h>
+ # define statvfs statfs
+ # define f_frsize f_bsize

Reply via email to