public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in kde-base/ksim/files: ksim-3.5.8-freebsd.patch
@ 2007-10-21 16:54 Joe Peterson (lavajoe)
  0 siblings, 0 replies; 2+ messages in thread
From: Joe Peterson (lavajoe) @ 2007-10-21 16:54 UTC (permalink / raw
  To: gentoo-commits

lavajoe     07/10/21 16:54:44

  Added:                ksim-3.5.8-freebsd.patch
  Log:
  Patch to compile on FreeBSD
  (Portage version: 2.1.3.15)

Revision  Changes    Path
1.1                  kde-base/ksim/files/ksim-3.5.8-freebsd.patch

file : http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ksim/files/ksim-3.5.8-freebsd.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewcvs.py/gentoo-x86/kde-base/ksim/files/ksim-3.5.8-freebsd.patch?rev=1.1&content-type=text/plain

Index: ksim-3.5.8-freebsd.patch
===================================================================
--- ksim-3.5.8/ksim/monitors/filesystem/filesystemstats.cpp.old	2007-10-08 03:49:45 -0600
+++ ksim-3.5.8/ksim/monitors/filesystem/filesystemstats.cpp	2007-10-20 22:46:53 -0600
@@ -30,7 +30,7 @@
 #include <sys/types.h>
 #include <sys/param.h>
 
-#if defined(HAVE_SYS_STATVFS_H) && !defined(__DragonFly__)
+#if defined(HAVE_SYS_STATVFS_H) && !defined(__FreeBSD__) && !defined(__DragonFly__)
 #include <sys/statvfs.h>
 #elif defined( HAVE_SYS_STATFS_H )
 #include <sys/statfs.h>
@@ -59,7 +59,7 @@
 #include <stdio.h>
 #include <unistd.h>
 
-#if defined(HAVE_STATVFS) && !defined(__DragonFly__)
+#if defined(HAVE_STATVFS) && !defined(__FreeBSD__) && !defined(__DragonFly__)
 typedef struct statvfs ksim_statfs;
 #define ksim_getfsstat getvfsstat
 #elif defined( HAVE_STATFS ) || defined( Q_OS_FREEBSD )
@@ -75,7 +75,7 @@
 
 int fsystemStats( const char * file, ksim_statfs & stats )
 {
-#if defined(HAVE_STATVFS) && !defined(__DragonFly__)
+#if defined(HAVE_STATVFS) && !defined(__FreeBSD__) && !defined(__DragonFly__)
   return statvfs( file, &stats );
 #elif defined( HAVE_STATFS ) || defined( Q_OS_FREEBSD )
   return statfs( file, &stats );



-- 
gentoo-commits@gentoo.org mailing list



^ permalink raw reply	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in kde-base/ksim/files: ksim-3.5.8-freebsd.patch
@ 2009-11-19 20:22 Samuli Suominen (ssuominen)
  0 siblings, 0 replies; 2+ messages in thread
From: Samuli Suominen (ssuominen) @ 2009-11-19 20:22 UTC (permalink / raw
  To: gentoo-commits

ssuominen    09/11/19 20:22:14

  Removed:              ksim-3.5.8-freebsd.patch
  Log:
  Remove KDE 3.5.10.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2009-11-19 20:22 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-11-19 20:22 [gentoo-commits] gentoo-x86 commit in kde-base/ksim/files: ksim-3.5.8-freebsd.patch Samuli Suominen (ssuominen)
  -- strict thread matches above, loose matches on Subject: below --
2007-10-21 16:54 Joe Peterson (lavajoe)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox