aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils
diff options
context:
space:
mode:
authoravilla <avilla@FreeBSD.org>2011-06-14 17:23:49 +0800
committeravilla <avilla@FreeBSD.org>2011-06-14 17:23:49 +0800
commitb96773f15f1e8aadacb12182a019bdb73b101951 (patch)
tree9bbfac62695336309a82a1e4cf96e510c93976f9 /sysutils
parente7860095287904cb5591e9cc14ab06fdb2587729 (diff)
downloadfreebsd-ports-gnome-b96773f15f1e8aadacb12182a019bdb73b101951.tar.gz
freebsd-ports-gnome-b96773f15f1e8aadacb12182a019bdb73b101951.tar.zst
freebsd-ports-gnome-b96773f15f1e8aadacb12182a019bdb73b101951.zip
The FreeBSD KDE Team is pleased to announce KDE SC 4.6.4. Read full
announcement here: http://kde.org/announcements/announce-4.6.4.php
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/kdeadmin4/distinfo4
-rw-r--r--sysutils/kdf/distinfo4
-rw-r--r--sysutils/kdf/files/patch-ark-CMakeLists.txt26
-rw-r--r--sysutils/kdf/files/patch-ark-plugins-CMakeLists.txt32
-rw-r--r--sysutils/kfloppy/distinfo4
-rw-r--r--sysutils/kfloppy/files/patch-ark-CMakeLists.txt26
-rw-r--r--sysutils/kfloppy/files/patch-ark-plugins-CMakeLists.txt32
-rw-r--r--sysutils/ksysguardd/distinfo4
-rw-r--r--sysutils/ksysguardd/files/patch-FreeBSD__stat.c20
-rw-r--r--sysutils/sweeper/distinfo4
-rw-r--r--sysutils/sweeper/files/patch-ark-CMakeLists.txt26
-rw-r--r--sysutils/sweeper/files/patch-ark-plugins-CMakeLists.txt32
12 files changed, 10 insertions, 204 deletions
diff --git a/sysutils/kdeadmin4/distinfo b/sysutils/kdeadmin4/distinfo
index 90648365905e..239993c3458f 100644
--- a/sysutils/kdeadmin4/distinfo
+++ b/sysutils/kdeadmin4/distinfo
@@ -1,2 +1,2 @@
-SHA256 (KDE/kdeadmin-4.6.3.tar.bz2) = 1db65d3f5afb83affdad921ee034f33d7aeb1aac7fe9a55f4b1d26c385577076
-SIZE (KDE/kdeadmin-4.6.3.tar.bz2) = 792325
+SHA256 (KDE/kdeadmin-4.6.4.tar.bz2) = 33be76c9af2c969920e92add144a9b3f9169dc4a7bd6bd44a1617a2eaa78e78c
+SIZE (KDE/kdeadmin-4.6.4.tar.bz2) = 791053
diff --git a/sysutils/kdf/distinfo b/sysutils/kdf/distinfo
index 824077cfc83b..53a9f72f441d 100644
--- a/sysutils/kdf/distinfo
+++ b/sysutils/kdf/distinfo
@@ -1,2 +1,2 @@
-SHA256 (KDE/kdeutils-4.6.3.tar.bz2) = d61e97a5b3464fbfaef624927cfc19da4158dd91f2e020eb245d10da8af33196
-SIZE (KDE/kdeutils-4.6.3.tar.bz2) = 3703326
+SHA256 (KDE/kdeutils-4.6.4.tar.bz2) = f78d3e683f905da3f16c9848193c50f4df6d1c15d8a46a92829a24b8b4a96233
+SIZE (KDE/kdeutils-4.6.4.tar.bz2) = 3699173
diff --git a/sysutils/kdf/files/patch-ark-CMakeLists.txt b/sysutils/kdf/files/patch-ark-CMakeLists.txt
deleted file mode 100644
index fae223ae2a40..000000000000
--- a/sysutils/kdf/files/patch-ark-CMakeLists.txt
+++ /dev/null
@@ -1,26 +0,0 @@
-KDE SVN revision r1230915.
-
-Author: rkcosta (Raphael Kubo da Costa)
-Date: Sun May 8 17:30:06 2011 +0000
-
- Put the libarchive detection calls before configure_file().
-
- The generated config.h was using some variables defined only after
- plugins/CMakeLists.txt called macro_optional_find_package(LibArchive),
- however the top-level CMakeLists.txt relied on these variables already
- being set, which was never the case.
-
- BUG: 271553
- FIXED-IN: 4.6.4
-
---- ark/CMakeLists.txt
-+++ ark/CMakeLists.txt
-@@ -1,5 +1,8 @@
- project(ark)
-
-+macro_optional_find_package(LibArchive)
-+macro_log_feature(LIBARCHIVE_FOUND "LibArchive" "A library for dealing with a wide variety of archive file formats" "http://code.google.com/p/libarchive/" FALSE "" "Required for among others tar, tar.gz, tar.bz2 formats in Ark.")
-+
- configure_file(config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config.h)
-
- add_subdirectory(part)
diff --git a/sysutils/kdf/files/patch-ark-plugins-CMakeLists.txt b/sysutils/kdf/files/patch-ark-plugins-CMakeLists.txt
deleted file mode 100644
index f157bf403124..000000000000
--- a/sysutils/kdf/files/patch-ark-plugins-CMakeLists.txt
+++ /dev/null
@@ -1,32 +0,0 @@
-KDE SVN revision r1230915.
-
-Author: rkcosta (Raphael Kubo da Costa)
-Date: Sun May 8 17:30:06 2011 +0000
-
- Put the libarchive detection calls before configure_file().
-
- The generated config.h was using some variables defined only after
- plugins/CMakeLists.txt called macro_optional_find_package(LibArchive),
- however the top-level CMakeLists.txt relied on these variables already
- being set, which was never the case.
-
- BUG: 271553
- FIXED-IN: 4.6.4
-
---- ark/plugins/CMakeLists.txt
-+++ ark/plugins/CMakeLists.txt
-@@ -1,5 +1,3 @@
--macro_optional_find_package(LibArchive)
--
- if (LIBARCHIVE_FOUND)
- if( HAVE_LIBARCHIVE_READ_DISK_API )
- if( NOT HAVE_LIBARCHIVE_LZMA_SUPPORT OR NOT HAVE_LIBARCHIVE_XZ_SUPPORT )
-@@ -15,8 +13,6 @@ if (LIBARCHIVE_FOUND)
- endif( HAVE_LIBARCHIVE_READ_DISK_API )
- endif (LIBARCHIVE_FOUND)
-
--macro_log_feature(LIBARCHIVE_FOUND "LibArchive" "A library for dealing with a wide variety of archive file formats" "http://code.google.com/p/libarchive/" FALSE "" "Required for among others tar, tar.gz, tar.bz2 formats in Ark.")
--
- add_subdirectory( clirarplugin )
- add_subdirectory( cli7zplugin )
- add_subdirectory( clizipplugin )
diff --git a/sysutils/kfloppy/distinfo b/sysutils/kfloppy/distinfo
index 824077cfc83b..53a9f72f441d 100644
--- a/sysutils/kfloppy/distinfo
+++ b/sysutils/kfloppy/distinfo
@@ -1,2 +1,2 @@
-SHA256 (KDE/kdeutils-4.6.3.tar.bz2) = d61e97a5b3464fbfaef624927cfc19da4158dd91f2e020eb245d10da8af33196
-SIZE (KDE/kdeutils-4.6.3.tar.bz2) = 3703326
+SHA256 (KDE/kdeutils-4.6.4.tar.bz2) = f78d3e683f905da3f16c9848193c50f4df6d1c15d8a46a92829a24b8b4a96233
+SIZE (KDE/kdeutils-4.6.4.tar.bz2) = 3699173
diff --git a/sysutils/kfloppy/files/patch-ark-CMakeLists.txt b/sysutils/kfloppy/files/patch-ark-CMakeLists.txt
deleted file mode 100644
index fae223ae2a40..000000000000
--- a/sysutils/kfloppy/files/patch-ark-CMakeLists.txt
+++ /dev/null
@@ -1,26 +0,0 @@
-KDE SVN revision r1230915.
-
-Author: rkcosta (Raphael Kubo da Costa)
-Date: Sun May 8 17:30:06 2011 +0000
-
- Put the libarchive detection calls before configure_file().
-
- The generated config.h was using some variables defined only after
- plugins/CMakeLists.txt called macro_optional_find_package(LibArchive),
- however the top-level CMakeLists.txt relied on these variables already
- being set, which was never the case.
-
- BUG: 271553
- FIXED-IN: 4.6.4
-
---- ark/CMakeLists.txt
-+++ ark/CMakeLists.txt
-@@ -1,5 +1,8 @@
- project(ark)
-
-+macro_optional_find_package(LibArchive)
-+macro_log_feature(LIBARCHIVE_FOUND "LibArchive" "A library for dealing with a wide variety of archive file formats" "http://code.google.com/p/libarchive/" FALSE "" "Required for among others tar, tar.gz, tar.bz2 formats in Ark.")
-+
- configure_file(config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config.h)
-
- add_subdirectory(part)
diff --git a/sysutils/kfloppy/files/patch-ark-plugins-CMakeLists.txt b/sysutils/kfloppy/files/patch-ark-plugins-CMakeLists.txt
deleted file mode 100644
index f157bf403124..000000000000
--- a/sysutils/kfloppy/files/patch-ark-plugins-CMakeLists.txt
+++ /dev/null
@@ -1,32 +0,0 @@
-KDE SVN revision r1230915.
-
-Author: rkcosta (Raphael Kubo da Costa)
-Date: Sun May 8 17:30:06 2011 +0000
-
- Put the libarchive detection calls before configure_file().
-
- The generated config.h was using some variables defined only after
- plugins/CMakeLists.txt called macro_optional_find_package(LibArchive),
- however the top-level CMakeLists.txt relied on these variables already
- being set, which was never the case.
-
- BUG: 271553
- FIXED-IN: 4.6.4
-
---- ark/plugins/CMakeLists.txt
-+++ ark/plugins/CMakeLists.txt
-@@ -1,5 +1,3 @@
--macro_optional_find_package(LibArchive)
--
- if (LIBARCHIVE_FOUND)
- if( HAVE_LIBARCHIVE_READ_DISK_API )
- if( NOT HAVE_LIBARCHIVE_LZMA_SUPPORT OR NOT HAVE_LIBARCHIVE_XZ_SUPPORT )
-@@ -15,8 +13,6 @@ if (LIBARCHIVE_FOUND)
- endif( HAVE_LIBARCHIVE_READ_DISK_API )
- endif (LIBARCHIVE_FOUND)
-
--macro_log_feature(LIBARCHIVE_FOUND "LibArchive" "A library for dealing with a wide variety of archive file formats" "http://code.google.com/p/libarchive/" FALSE "" "Required for among others tar, tar.gz, tar.bz2 formats in Ark.")
--
- add_subdirectory( clirarplugin )
- add_subdirectory( cli7zplugin )
- add_subdirectory( clizipplugin )
diff --git a/sysutils/ksysguardd/distinfo b/sysutils/ksysguardd/distinfo
index aa5b8003f05c..42cc7c337ced 100644
--- a/sysutils/ksysguardd/distinfo
+++ b/sysutils/ksysguardd/distinfo
@@ -1,2 +1,2 @@
-SHA256 (KDE/kdebase-workspace-4.6.3.tar.bz2) = ab11dbfc48b94a4cb867436d91aa80a3677bdb6e49a6df8cc1c70a4f8dd5868d
-SIZE (KDE/kdebase-workspace-4.6.3.tar.bz2) = 69349331
+SHA256 (KDE/kdebase-workspace-4.6.4.tar.bz2) = 84ee9a3f98fef7d1e70aecc1fe5f2ee0a3438c2560a70df88cfcf83432da077a
+SIZE (KDE/kdebase-workspace-4.6.4.tar.bz2) = 69240482
diff --git a/sysutils/ksysguardd/files/patch-FreeBSD__stat.c b/sysutils/ksysguardd/files/patch-FreeBSD__stat.c
deleted file mode 100644
index b79b81fbcad8..000000000000
--- a/sysutils/ksysguardd/files/patch-FreeBSD__stat.c
+++ /dev/null
@@ -1,20 +0,0 @@
---- ./FreeBSD/stat.c.orig 2011-04-01 12:52:43.000000000 +0200
-+++ ./FreeBSD/stat.c 2011-04-23 02:14:24.221891829 +0200
-@@ -252,7 +252,7 @@
- int irq;
-
- sscanf(cmd + 18, "%d", &irq);
-- if (irq > 255 - msi_offset)
-+ if (irq > 255)
- irq -= msi_offset - 1;
- fprintf(CurrentClient, "%ld\n", intr[intr_map[irq - 1]]);
- }
-@@ -261,7 +261,7 @@
- int irq;
-
- sscanf(cmd + 18, "%d", &irq);
-- if (irq > 255 - msi_offset)
-+ if (irq > 255)
- irq -= msi_offset - 1;
- fprintf(CurrentClient, "%s\t0\t0\t1/s\n", intrname[intr_map[irq - 1]]);
- }
diff --git a/sysutils/sweeper/distinfo b/sysutils/sweeper/distinfo
index 824077cfc83b..53a9f72f441d 100644
--- a/sysutils/sweeper/distinfo
+++ b/sysutils/sweeper/distinfo
@@ -1,2 +1,2 @@
-SHA256 (KDE/kdeutils-4.6.3.tar.bz2) = d61e97a5b3464fbfaef624927cfc19da4158dd91f2e020eb245d10da8af33196
-SIZE (KDE/kdeutils-4.6.3.tar.bz2) = 3703326
+SHA256 (KDE/kdeutils-4.6.4.tar.bz2) = f78d3e683f905da3f16c9848193c50f4df6d1c15d8a46a92829a24b8b4a96233
+SIZE (KDE/kdeutils-4.6.4.tar.bz2) = 3699173
diff --git a/sysutils/sweeper/files/patch-ark-CMakeLists.txt b/sysutils/sweeper/files/patch-ark-CMakeLists.txt
deleted file mode 100644
index fae223ae2a40..000000000000
--- a/sysutils/sweeper/files/patch-ark-CMakeLists.txt
+++ /dev/null
@@ -1,26 +0,0 @@
-KDE SVN revision r1230915.
-
-Author: rkcosta (Raphael Kubo da Costa)
-Date: Sun May 8 17:30:06 2011 +0000
-
- Put the libarchive detection calls before configure_file().
-
- The generated config.h was using some variables defined only after
- plugins/CMakeLists.txt called macro_optional_find_package(LibArchive),
- however the top-level CMakeLists.txt relied on these variables already
- being set, which was never the case.
-
- BUG: 271553
- FIXED-IN: 4.6.4
-
---- ark/CMakeLists.txt
-+++ ark/CMakeLists.txt
-@@ -1,5 +1,8 @@
- project(ark)
-
-+macro_optional_find_package(LibArchive)
-+macro_log_feature(LIBARCHIVE_FOUND "LibArchive" "A library for dealing with a wide variety of archive file formats" "http://code.google.com/p/libarchive/" FALSE "" "Required for among others tar, tar.gz, tar.bz2 formats in Ark.")
-+
- configure_file(config.h.cmake ${CMAKE_CURRENT_BINARY_DIR}/config.h)
-
- add_subdirectory(part)
diff --git a/sysutils/sweeper/files/patch-ark-plugins-CMakeLists.txt b/sysutils/sweeper/files/patch-ark-plugins-CMakeLists.txt
deleted file mode 100644
index f157bf403124..000000000000
--- a/sysutils/sweeper/files/patch-ark-plugins-CMakeLists.txt
+++ /dev/null
@@ -1,32 +0,0 @@
-KDE SVN revision r1230915.
-
-Author: rkcosta (Raphael Kubo da Costa)
-Date: Sun May 8 17:30:06 2011 +0000
-
- Put the libarchive detection calls before configure_file().
-
- The generated config.h was using some variables defined only after
- plugins/CMakeLists.txt called macro_optional_find_package(LibArchive),
- however the top-level CMakeLists.txt relied on these variables already
- being set, which was never the case.
-
- BUG: 271553
- FIXED-IN: 4.6.4
-
---- ark/plugins/CMakeLists.txt
-+++ ark/plugins/CMakeLists.txt
-@@ -1,5 +1,3 @@
--macro_optional_find_package(LibArchive)
--
- if (LIBARCHIVE_FOUND)
- if( HAVE_LIBARCHIVE_READ_DISK_API )
- if( NOT HAVE_LIBARCHIVE_LZMA_SUPPORT OR NOT HAVE_LIBARCHIVE_XZ_SUPPORT )
-@@ -15,8 +13,6 @@ if (LIBARCHIVE_FOUND)
- endif( HAVE_LIBARCHIVE_READ_DISK_API )
- endif (LIBARCHIVE_FOUND)
-
--macro_log_feature(LIBARCHIVE_FOUND "LibArchive" "A library for dealing with a wide variety of archive file formats" "http://code.google.com/p/libarchive/" FALSE "" "Required for among others tar, tar.gz, tar.bz2 formats in Ark.")
--
- add_subdirectory( clirarplugin )
- add_subdirectory( cli7zplugin )
- add_subdirectory( clizipplugin )