aboutsummaryrefslogtreecommitdiffstats
path: root/deskutils/pinot/files
diff options
context:
space:
mode:
authorthierry <thierry@FreeBSD.org>2009-03-08 02:58:19 +0800
committerthierry <thierry@FreeBSD.org>2009-03-08 02:58:19 +0800
commit02f34e8425ccc955698eba6404c1e843f6eeabb1 (patch)
treec46e0196caad2cf37a746716b726ba05ef8495ed /deskutils/pinot/files
parent65306531b36457b90acdf23a202fbf7a043376ab (diff)
downloadfreebsd-ports-gnome-02f34e8425ccc955698eba6404c1e843f6eeabb1.tar.gz
freebsd-ports-gnome-02f34e8425ccc955698eba6404c1e843f6eeabb1.tar.zst
freebsd-ports-gnome-02f34e8425ccc955698eba6404c1e843f6eeabb1.zip
Upgrade to 0.91.
Changelog at <http://pinotdev.blogspot.com/2009/03/pinot-091-is-out.html>.
Diffstat (limited to 'deskutils/pinot/files')
-rw-r--r--deskutils/pinot/files/patch-Core_DaemonState.cpp12
-rw-r--r--deskutils/pinot/files/patch-UI_GTK2_src_DaemonState.cpp12
2 files changed, 12 insertions, 12 deletions
diff --git a/deskutils/pinot/files/patch-Core_DaemonState.cpp b/deskutils/pinot/files/patch-Core_DaemonState.cpp
new file mode 100644
index 000000000000..ecd10c3f7c6e
--- /dev/null
+++ b/deskutils/pinot/files/patch-Core_DaemonState.cpp
@@ -0,0 +1,12 @@
+--- ./Core/DaemonState.cpp.orig 2009-03-05 15:22:25.000000000 +0100
++++ ./Core/DaemonState.cpp 2009-03-07 10:16:12.000000000 +0100
+@@ -34,6 +34,9 @@
+ #define CHECK_DISK_SPACE 1
+ #else
+ #ifdef HAVE_SYS_MOUNT_H
++ #if defined(__FreeBSD__) && (_FreeBSD_version < 700000)
++ #include <sys/param.h>
++ #endif
+ #include <sys/mount.h>
+ #define CHECK_DISK_SPACE 1
+ #endif
diff --git a/deskutils/pinot/files/patch-UI_GTK2_src_DaemonState.cpp b/deskutils/pinot/files/patch-UI_GTK2_src_DaemonState.cpp
deleted file mode 100644
index 95de9a117a7e..000000000000
--- a/deskutils/pinot/files/patch-UI_GTK2_src_DaemonState.cpp
+++ /dev/null
@@ -1,12 +0,0 @@
---- ./UI/GTK2/src/DaemonState.cpp.orig 2007-12-13 05:16:01.000000000 +0100
-+++ ./UI/GTK2/src/DaemonState.cpp 2008-02-03 11:13:45.000000000 +0100
-@@ -33,6 +33,9 @@
- #define CHECK_DISK_SPACE 1
- #else
- #ifdef HAVE_SYS_MOUNT_H
-+ #if defined(__FreeBSD__) && (_FreeBSD_version < 700000)
-+ #include <sys/param.h>
-+ #endif
- #include <sys/mount.h>
- #define CHECK_DISK_SPACE 1
- #endif