diff options
author | fluffy <fluffy@FreeBSD.org> | 2010-05-11 22:29:37 +0800 |
---|---|---|
committer | fluffy <fluffy@FreeBSD.org> | 2010-05-11 22:29:37 +0800 |
commit | f021dbf1a9513c243f11a58596d39e252d04bfde (patch) | |
tree | 6e225a321596acee0d779b264b1c53de63878467 | |
parent | 6f717740cb3a1a06c8c237221ae503c205ae7e17 (diff) | |
download | freebsd-ports-graphics-f021dbf1a9513c243f11a58596d39e252d04bfde.tar.gz freebsd-ports-graphics-f021dbf1a9513c243f11a58596d39e252d04bfde.tar.zst freebsd-ports-graphics-f021dbf1a9513c243f11a58596d39e252d04bfde.zip |
- Note kdelibs4-experimental removal
- Attach new-born ports to the build
- Add missed patch to kdepimlibs4
With hat on: kde@
-rw-r--r-- | MOVED | 1 | ||||
-rw-r--r-- | accessibility/Makefile | 1 | ||||
-rw-r--r-- | deskutils/kdepimlibs4/files/patch-CMakeLists.txt | 11 | ||||
-rw-r--r-- | misc/Makefile | 4 | ||||
-rw-r--r-- | x11/Makefile | 1 |
5 files changed, 17 insertions, 1 deletions
@@ -4389,3 +4389,4 @@ x11-toolkits/gir-repository-gtk20|x11-toolkits/gtk20|2010-05-10|Now installed by x11-toolkits/gir-repository-libwnck|x11-toolkits/libwnck|2010-05-10|Now installed by x11-toolkits/libwnck x11-toolkits/gir-repository-pango|x11-toolkits/pango|2010-05-10|Now installed by x11-toolkits/pango x11/gir-repository-gnome-menus|x11/gnome-menus|2010-05-10|Now installed by x11/gnome-menus +x11/kdelibs4-experimental|x11/kdelibs4|2010-05-11|Now integrated to x11/kdelibs4 diff --git a/accessibility/Makefile b/accessibility/Makefile index aa8e839667d..0dc8d47ebc1 100644 --- a/accessibility/Makefile +++ b/accessibility/Makefile @@ -20,6 +20,7 @@ SUBDIR += java-access-bridge SUBDIR += kdeaccessibility SUBDIR += kdeaccessibility4 + SUBDIR += ktts SUBDIR += linux-atk SUBDIR += linux-f10-atk SUBDIR += linux-f8-atk diff --git a/deskutils/kdepimlibs4/files/patch-CMakeLists.txt b/deskutils/kdepimlibs4/files/patch-CMakeLists.txt new file mode 100644 index 00000000000..eab6083e025 --- /dev/null +++ b/deskutils/kdepimlibs4/files/patch-CMakeLists.txt @@ -0,0 +1,11 @@ +--- ./CMakeLists.txt.orig 2010-03-26 20:25:03.000000000 +0300 ++++ ./CMakeLists.txt 2010-03-27 09:18:47.540267802 +0300 +@@ -48,7 +48,7 @@ + + if (NOT KDEPIM_ONLY_KLEO) + #FindAkonadi.cmake is only there for compatibility reasons, but we don't want to use that. +- find_package(Akonadi 1.2.61 QUIET NO_MODULE) ++ find_package(Akonadi 1.2.61 QUIET) + macro_log_feature(Akonadi_FOUND "Akonadi" "Akonadi server libraries (from kdesupport)" "http://pim.kde.org/akonadi" TRUE "1.3.1" "Akonadi is required to build KdepimLibs.") + + find_package(Sasl2) diff --git a/misc/Makefile b/misc/Makefile index 84e82acf622..e4efb7de74e 100644 --- a/misc/Makefile +++ b/misc/Makefile @@ -266,11 +266,13 @@ SUBDIR += kde4-l10n-bg SUBDIR += kde4-l10n-bn_IN SUBDIR += kde4-l10n-ca + SUBDIR += kde4-l10n-ca_valencia SUBDIR += kde4-l10n-cs SUBDIR += kde4-l10n-csb SUBDIR += kde4-l10n-da SUBDIR += kde4-l10n-el SUBDIR += kde4-l10n-en_GB + SUBDIR += kde4-l10n-eo SUBDIR += kde4-l10n-es SUBDIR += kde4-l10n-et SUBDIR += kde4-l10n-eu @@ -282,6 +284,7 @@ SUBDIR += kde4-l10n-hi SUBDIR += kde4-l10n-hne SUBDIR += kde4-l10n-hr + SUBDIR += kde4-l10n-id SUBDIR += kde4-l10n-is SUBDIR += kde4-l10n-it SUBDIR += kde4-l10n-kk @@ -300,6 +303,7 @@ SUBDIR += kde4-l10n-nn SUBDIR += kde4-l10n-pa SUBDIR += kde4-l10n-ro + SUBDIR += kde4-l10n-si SUBDIR += kde4-l10n-sk SUBDIR += kde4-l10n-sl SUBDIR += kde4-l10n-sr diff --git a/x11/Makefile b/x11/Makefile index b16e49c84cd..08bd82dd568 100644 --- a/x11/Makefile +++ b/x11/Makefile @@ -158,7 +158,6 @@ SUBDIR += kdelibs3 SUBDIR += kdelibs3-nocups SUBDIR += kdelibs4 - SUBDIR += kdelibs4-experimental SUBDIR += keylaunch SUBDIR += keynav SUBDIR += libICE |