diff options
author | makc <makc@FreeBSD.org> | 2009-08-10 19:47:36 +0800 |
---|---|---|
committer | makc <makc@FreeBSD.org> | 2009-08-10 19:47:36 +0800 |
commit | 535fdd55d1e1a1c33b3cf476095fc0ca55a2fa2a (patch) | |
tree | acc82b024802c87837dd90521b3991bd7c3b2ce5 /www/kdewebdev4 | |
parent | 0f3e4afecbce328fa8a996731b691e68dbaef539 (diff) | |
download | freebsd-ports-gnome-535fdd55d1e1a1c33b3cf476095fc0ca55a2fa2a.tar.gz freebsd-ports-gnome-535fdd55d1e1a1c33b3cf476095fc0ca55a2fa2a.tar.zst freebsd-ports-gnome-535fdd55d1e1a1c33b3cf476095fc0ca55a2fa2a.zip |
Mk/bsd.kde4.mk:
- rework KDE4_BUILDENV
All ports:
- remove needless post-extract target
- make patches relative to ${PATCH_WRKSRC}
- clean up
- bump PORTREVISION when required
databases/akonadi:
- replace dependency on boost-python-libs with boost-libs
(finally, boost-pyhton does not conflict with boost \o/)
deskutils/kdepim*:
- replace boost-python-libs with boost-libs
- reduce dependencies
- respect PREFIX
- fix build with qt3 installed
misc/kdeedu4:
- add dependency on astro/xplanet (for KStars)
misc/kdeutils4:
- add dependency on devel/qca (for okteta)
- make dependency on kdebase non-optional
multimedia/kdemultimedia4:
- add optional support for PulseAudio
x11/kdebase4:
- remove needless dependency on kdebase4-runtime
x11/kdebase4-runtime, x11/kdebase4-workspace
- remove extra CMAKE_ARGS to fix build for qt3/kde3 users
x11/kdelibs4
- remove needless dependencies
- remove extra CMAKE_ARGS to fix build for qt3/kde3 users
Diffstat (limited to 'www/kdewebdev4')
-rw-r--r-- | www/kdewebdev4/Makefile | 3 | ||||
-rw-r--r-- | www/kdewebdev4/files/patch-klinkstatus__src__plugins__scripting__scripts__CMakeLists.txt | 4 |
2 files changed, 2 insertions, 5 deletions
diff --git a/www/kdewebdev4/Makefile b/www/kdewebdev4/Makefile index 42fae0efdc4f..06612c171f9d 100644 --- a/www/kdewebdev4/Makefile +++ b/www/kdewebdev4/Makefile @@ -28,7 +28,4 @@ MAKE_JOBS_SAFE= yes MAN1= xsldbg.1 -post-extract: - ${MKDIR} ${WRKSRC} - .include <bsd.port.mk> diff --git a/www/kdewebdev4/files/patch-klinkstatus__src__plugins__scripting__scripts__CMakeLists.txt b/www/kdewebdev4/files/patch-klinkstatus__src__plugins__scripting__scripts__CMakeLists.txt index 35c041746874..4d53625a3306 100644 --- a/www/kdewebdev4/files/patch-klinkstatus__src__plugins__scripting__scripts__CMakeLists.txt +++ b/www/kdewebdev4/files/patch-klinkstatus__src__plugins__scripting__scripts__CMakeLists.txt @@ -1,5 +1,5 @@ ---- ../klinkstatus/src/plugins/scripting/scripts/CMakeLists.txt.orig 2008-12-21 20:20:00.000000000 +0000 -+++ ../klinkstatus/src/plugins/scripting/scripts/CMakeLists.txt 2009-01-27 22:15:16.000000000 +0000 +--- ./klinkstatus/src/plugins/scripting/scripts/CMakeLists.txt.orig 2008-12-21 20:20:00.000000000 +0000 ++++ ./klinkstatus/src/plugins/scripting/scripts/CMakeLists.txt 2009-01-27 22:15:16.000000000 +0000 @@ -5,7 +5,7 @@ macro_optional_find_package(RUBY) macro_log_feature(RUBY_FOUND "Ruby" "An Interpreted object-oriented scripting language" "http://www.ruby-lang.org" FALSE "" "For KLinkStatus example ruby scripts") |