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
This commit is contained in:
Max Brazhnikov 2009-08-10 11:47:36 +00:00
parent 9a6142d406
commit 1f8475f22f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=239247
113 changed files with 417 additions and 539 deletions

View file

@ -131,14 +131,15 @@ PLIST_SUB+= KDE4_VERSION="${KDE4_VERSION}" \
USE_LDCONFIG= yes
USE_CMAKE= yes
# TODO: bsd.cmake.mk should be fixed first
# CMAKE_SOURCE_PATH= ${WRKSRC}
# CONFIGURE_WRKSRC?= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/build
# BUILD_WRKSRC?= ${CONFIGURE_WRKSRC}
# INSTALL_WRKSRC?= ${CONFIGURE_WRKSRC}
CMAKE_SOURCE_PATH= ${WRKSRC}
CONFIGURE_WRKSRC?= ${BUILD_WRKSRC}
BUILD_WRKSRC?= ${WRKSRC}/build
INSTALL_WRKSRC?= ${BUILD_WRKSRC}
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}/build
CMAKE_SOURCE_PATH= ..
post-extract: kde-create-builddir
kde-create-builddir:
${MKDIR} ${BUILD_WRKSRC}
.endif # KDE4_BUILDENV

View file

@ -30,7 +30,4 @@ MAN1= kmag.1 \
kmousetool.1 \
kmouth.1
post-extract:
${MKDIR} ${WRKSRC}
.include <bsd.port.mk>

View file

@ -30,7 +30,4 @@ MAN1= kmag.1 \
kmousetool.1 \
kmouth.1
post-extract:
${MKDIR} ${WRKSRC}
.include <bsd.port.mk>

View file

@ -30,7 +30,4 @@ MAN1= kmag.1 \
kmousetool.1 \
kmouth.1
post-extract:
${MKDIR} ${WRKSRC}
.include <bsd.port.mk>

View file

@ -30,7 +30,4 @@ MAN1= kmag.1 \
kmousetool.1 \
kmouth.1
post-extract:
${MKDIR} ${WRKSRC}
.include <bsd.port.mk>

View file

@ -30,7 +30,4 @@ MAN1= kmag.1 \
kmousetool.1 \
kmouth.1
post-extract:
${MKDIR} ${WRKSRC}
.include <bsd.port.mk>

View file

@ -6,6 +6,7 @@
PORTNAME= kdeutils
PORTVERSION= ${KDE4_VERSION}
PORTREVISION= 1
CATEGORIES= misc kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
@ -17,7 +18,8 @@ COMMENT= Utilities for the KDE4 integrated X11 Desktop
LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \
zip.1:${PORTSDIR}/archivers/libzip \
lzma.0:${PORTSDIR}/archivers/lzmautils-devel \
qimageblitz.4:${PORTSDIR}/x11/qimageblitz
qimageblitz.4:${PORTSDIR}/x11/qimageblitz \
qca.2:${PORTSDIR}/devel/qca
RUN_DEPENDS= gpg2:${PORTSDIR}/security/gnupg
LATEST_LINK= ${PORTNAME}4
@ -26,36 +28,24 @@ USE_BZIP2= yes
USE_QT_VER= 4
USE_PYTHON= 2.5+
KDE4_BUILDENV= yes
USE_KDE4= kdelibs pimlibs kdeprefix kdehier automoc4 kdeexp
USE_KDE4= kdelibs pimlibs kdeprefix kdehier automoc4 kdeexp kdebase
QT_COMPONENTS= network gui porting xml \
qmake_build moc_build rcc_build uic_build
MAKE_JOBS_SAFE= yes
MAN1= ark.1
OPTIONS= PRINTER_APPLET "Install printer system tray utility" off \
KONQUI "Konqueror UI integration" off
OPTIONS= PRINTER_APPLET "Install printer system tray utility" off
.include <bsd.port.pre.mk>
.if defined(WITH_KONQUI)
USE_KDE4+= kdebase
PLIST_SUB+= KONQUI=""
.else
PLIST_SUB+= KONQUI="@comment "
.endif
.if defined(WITH_PRINTER_APPLET)
RUN_DEPENDS+= ${KDE4_PREFIX}/bin/printer-applet:${PORTSDIR}/print/kdeutils4-printer-applet
.endif
post-extract:
${MKDIR} ${WRKSRC}
post-patch:
#disable printer-applet, it comes with print/kdeutils4-printer-applet
${REINPLACE_CMD} -e '/add_subdirectory.*printer-applet/d' \
${WRKSRC}/../CMakeLists.txt
${PATCH_WRKSRC}/CMakeLists.txt
.include <bsd.port.post.mk>

View file

@ -23,7 +23,7 @@ lib/kde4/kerfuffle_libbz2.so
lib/kde4/kerfuffle_libgz.so
lib/kde4/kerfuffle_libxz.so
lib/kde4/libarkpart.so
%%KONQUI%%lib/kde4/libextracthere.so
lib/kde4/libextracthere.so
lib/kde4/libkbytearrayedit.so
lib/kde4/liboktetapart.so
lib/kde4/plasma_package_superkaramba.so
@ -284,7 +284,7 @@ share/kde4/services/ServiceMenus/encryptfile.desktop
share/kde4/services/ServiceMenus/encryptfolder.desktop
share/kde4/services/ServiceMenus/floppy_format.desktop
share/kde4/services/ServiceMenus/viewdecrypted.desktop
%%KONQUI%%share/kde4/services/ark_dndextract.desktop
share/kde4/services/ark_dndextract.desktop
share/kde4/services/ark_part.desktop
share/kde4/services/kbytearrayedit.desktop
share/kde4/services/kcm_lirc.desktop

View file

@ -6,6 +6,7 @@
PORTNAME= kdeutils
PORTVERSION= ${KDE4_VERSION}
PORTREVISION= 1
CATEGORIES= misc kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
@ -17,7 +18,8 @@ COMMENT= Utilities for the KDE4 integrated X11 Desktop
LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \
zip.1:${PORTSDIR}/archivers/libzip \
lzma.0:${PORTSDIR}/archivers/lzmautils-devel \
qimageblitz.4:${PORTSDIR}/x11/qimageblitz
qimageblitz.4:${PORTSDIR}/x11/qimageblitz \
qca.2:${PORTSDIR}/devel/qca
RUN_DEPENDS= gpg2:${PORTSDIR}/security/gnupg
LATEST_LINK= ${PORTNAME}4
@ -26,36 +28,24 @@ USE_BZIP2= yes
USE_QT_VER= 4
USE_PYTHON= 2.5+
KDE4_BUILDENV= yes
USE_KDE4= kdelibs pimlibs kdeprefix kdehier automoc4 kdeexp
USE_KDE4= kdelibs pimlibs kdeprefix kdehier automoc4 kdeexp kdebase
QT_COMPONENTS= network gui porting xml \
qmake_build moc_build rcc_build uic_build
MAKE_JOBS_SAFE= yes
MAN1= ark.1
OPTIONS= PRINTER_APPLET "Install printer system tray utility" off \
KONQUI "Konqueror UI integration" off
OPTIONS= PRINTER_APPLET "Install printer system tray utility" off
.include <bsd.port.pre.mk>
.if defined(WITH_KONQUI)
USE_KDE4+= kdebase
PLIST_SUB+= KONQUI=""
.else
PLIST_SUB+= KONQUI="@comment "
.endif
.if defined(WITH_PRINTER_APPLET)
RUN_DEPENDS+= ${KDE4_PREFIX}/bin/printer-applet:${PORTSDIR}/print/kdeutils4-printer-applet
.endif
post-extract:
${MKDIR} ${WRKSRC}
post-patch:
#disable printer-applet, it comes with print/kdeutils4-printer-applet
${REINPLACE_CMD} -e '/add_subdirectory.*printer-applet/d' \
${WRKSRC}/../CMakeLists.txt
${PATCH_WRKSRC}/CMakeLists.txt
.include <bsd.port.post.mk>

View file

@ -23,7 +23,7 @@ lib/kde4/kerfuffle_libbz2.so
lib/kde4/kerfuffle_libgz.so
lib/kde4/kerfuffle_libxz.so
lib/kde4/libarkpart.so
%%KONQUI%%lib/kde4/libextracthere.so
lib/kde4/libextracthere.so
lib/kde4/libkbytearrayedit.so
lib/kde4/liboktetapart.so
lib/kde4/plasma_package_superkaramba.so
@ -284,7 +284,7 @@ share/kde4/services/ServiceMenus/encryptfile.desktop
share/kde4/services/ServiceMenus/encryptfolder.desktop
share/kde4/services/ServiceMenus/floppy_format.desktop
share/kde4/services/ServiceMenus/viewdecrypted.desktop
%%KONQUI%%share/kde4/services/ark_dndextract.desktop
share/kde4/services/ark_dndextract.desktop
share/kde4/services/ark_part.desktop
share/kde4/services/kbytearrayedit.desktop
share/kde4/services/kcm_lirc.desktop

View file

@ -6,6 +6,7 @@
PORTNAME= akonadi
PORTVERSION= 1.2.0
PORTREVISION= 1
CATEGORIES= databases kde ipv6
MASTER_SITES= http://download.akonadi-project.org/
DIST_SUBDIR= KDE
@ -13,7 +14,7 @@ DIST_SUBDIR= KDE
MAINTAINER= kde@FreeBSD.org
COMMENT= Storage server for kdepim
LIB_DEPENDS= boost_python:${PORTSDIR}/devel/boost-python-libs \
LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-libs \
soprano.4:${PORTSDIR}/textproc/soprano
BUILD_DEPENDS= xsltproc:${PORTSDIR}/textproc/libxslt \
${LOCALBASE}/bin/mysqld_safe:${PORTSDIR}/databases/mysql${MYSQL_VER}-server
@ -26,10 +27,6 @@ QT_COMPONENTS= corelib network qtestlib dbus sql \
USE_MYSQL= server
USE_KDE4= kdeprefix kdehier automoc4 sharedmime
KDE4_BUILDENV= yes
PATCH_WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
post-extract:
${MKDIR} ${WRKSRC}
post-patch:
${REINPLACE_CMD} -e '/akonadi.pc/s|pkgconfig|../libdata/pkgconfig|' \

View file

@ -6,6 +6,7 @@
PORTNAME= kdeutils
PORTVERSION= ${KDE4_VERSION}
PORTREVISION= 1
CATEGORIES= misc kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
@ -17,7 +18,8 @@ COMMENT= Utilities for the KDE4 integrated X11 Desktop
LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \
zip.1:${PORTSDIR}/archivers/libzip \
lzma.0:${PORTSDIR}/archivers/lzmautils-devel \
qimageblitz.4:${PORTSDIR}/x11/qimageblitz
qimageblitz.4:${PORTSDIR}/x11/qimageblitz \
qca.2:${PORTSDIR}/devel/qca
RUN_DEPENDS= gpg2:${PORTSDIR}/security/gnupg
LATEST_LINK= ${PORTNAME}4
@ -26,36 +28,24 @@ USE_BZIP2= yes
USE_QT_VER= 4
USE_PYTHON= 2.5+
KDE4_BUILDENV= yes
USE_KDE4= kdelibs pimlibs kdeprefix kdehier automoc4 kdeexp
USE_KDE4= kdelibs pimlibs kdeprefix kdehier automoc4 kdeexp kdebase
QT_COMPONENTS= network gui porting xml \
qmake_build moc_build rcc_build uic_build
MAKE_JOBS_SAFE= yes
MAN1= ark.1
OPTIONS= PRINTER_APPLET "Install printer system tray utility" off \
KONQUI "Konqueror UI integration" off
OPTIONS= PRINTER_APPLET "Install printer system tray utility" off
.include <bsd.port.pre.mk>
.if defined(WITH_KONQUI)
USE_KDE4+= kdebase
PLIST_SUB+= KONQUI=""
.else
PLIST_SUB+= KONQUI="@comment "
.endif
.if defined(WITH_PRINTER_APPLET)
RUN_DEPENDS+= ${KDE4_PREFIX}/bin/printer-applet:${PORTSDIR}/print/kdeutils4-printer-applet
.endif
post-extract:
${MKDIR} ${WRKSRC}
post-patch:
#disable printer-applet, it comes with print/kdeutils4-printer-applet
${REINPLACE_CMD} -e '/add_subdirectory.*printer-applet/d' \
${WRKSRC}/../CMakeLists.txt
${PATCH_WRKSRC}/CMakeLists.txt
.include <bsd.port.post.mk>

View file

@ -23,7 +23,7 @@ lib/kde4/kerfuffle_libbz2.so
lib/kde4/kerfuffle_libgz.so
lib/kde4/kerfuffle_libxz.so
lib/kde4/libarkpart.so
%%KONQUI%%lib/kde4/libextracthere.so
lib/kde4/libextracthere.so
lib/kde4/libkbytearrayedit.so
lib/kde4/liboktetapart.so
lib/kde4/plasma_package_superkaramba.so
@ -284,7 +284,7 @@ share/kde4/services/ServiceMenus/encryptfile.desktop
share/kde4/services/ServiceMenus/encryptfolder.desktop
share/kde4/services/ServiceMenus/floppy_format.desktop
share/kde4/services/ServiceMenus/viewdecrypted.desktop
%%KONQUI%%share/kde4/services/ark_dndextract.desktop
share/kde4/services/ark_dndextract.desktop
share/kde4/services/ark_part.desktop
share/kde4/services/kbytearrayedit.desktop
share/kde4/services/kcm_lirc.desktop

View file

@ -6,6 +6,7 @@
PORTNAME= kdepim-runtime
PORTVERSION= ${KDE4_VERSION}
PORTREVISION= 1
CATEGORIES= deskutils kde ipv6
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
@ -14,38 +15,25 @@ DIST_SUBDIR= KDE
MAINTAINER= kde@FreeBSD.org
COMMENT= Libraries for KDE-PIM applications
BUILD_DEPENDS= libassuan>=1.0.4:${PORTSDIR}/security/libassuan
LIB_DEPENDS= gpgme:${PORTSDIR}/security/gpgme \
sasl2:${PORTSDIR}/security/cyrus-sasl2 \
boost_python:${PORTSDIR}/devel/boost-python-libs \
qca.2:${PORTSDIR}/devel/qca
LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-libs
LATEST_LINK= ${PORTNAME}4
USE_KDE4= kdelibs kdeexp pimlibs runtime akonadi kdeprefix kdehier automoc4
USE_KDE4= pimlibs kdeexp kdeprefix kdehier sharedmime automoc4
KDE4_BUILDENV= yes
USE_BZIP2= yes
USE_QT_VER= 4
QT_COMPONENTS= corelib opengl dbus qt3support designer network svg qtestlib \
xml gui qmake_build moc_build rcc_build uic_build
USE_OPENLDAP= yes
MAKE_JOBS_SAFE= yes
#fix build when kdepim3 is here
CMAKE_ARGS+= -DGPGME_LIBRARY_DIR:PATH="${KDE4_PREFIX}/lib"
post-extract:
${MKDIR} ${WRKSRC}
post-patch:
${GREP} -H -r "#include <q" ${WRKSRC}/.. | ${CUT} -d: -f1 | uniq | \
${GREP} -H -r "#include <q" ${WRKSRC} | ${CUT} -d: -f1 | uniq | \
${XARGS} ${REINPLACE_CMD} -f ${FILESDIR}/qt3to4headers.txt
pre-configure:
#respect prefix
${FIND} ${WRKSRC}/.. -type f -name CMakeLists.txt | ${XARGS} \
${FIND} ${WRKSRC} -type f -name CMakeLists.txt | ${XARGS} \
${REINPLACE_CMD} -e '/^install/s,KDE4_DBUS_INTERFACES_DIR,DBUS_INTERFACES_INSTALL_DIR,g'
@${REINPLACE_CMD} -e 's|add_subdirectory( kolabproxy )||' \
${WRKSRC}/../resources/CMakeLists.txt
.include <bsd.port.mk>

View file

@ -0,0 +1,11 @@
--- ./CMakeLists.txt.orig 2009-08-10 19:43:44.000000000 +1100
+++ ./CMakeLists.txt 2009-08-10 19:58:07.000000000 +1100
@@ -47,7 +47,7 @@
############### Needed commands before building anything ###############
-include_directories(${kdepim-runtime_SOURCE_DIR} ${kdepim-runtime_BINARY_DIR} ${AKONADI_INCLUDE_DIR} ${Boost_INCLUDE_DIR} ${KDE4_INCLUDES} ${KDEPIMLIBS_INCLUDE_DIRS})
+include_directories(${kdepim-runtime_SOURCE_DIR} ${kdepim-runtime_BINARY_DIR} ${KDE4_INCLUDES} ${KDEPIMLIBS_INCLUDE_DIRS} ${AKONADI_INCLUDE_DIR} ${Boost_INCLUDE_DIR})
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${KDE4_ENABLE_EXCEPTIONS}")

View file

@ -0,0 +1,14 @@
--- ./resources/kolabproxy/CMakeLists.txt.orig 2009-08-04 09:09:41.000000000 +1100
+++ ./resources/kolabproxy/CMakeLists.txt 2009-08-10 19:40:23.000000000 +1100
@@ -1,8 +1,10 @@
project(kolabproxy)
include_directories(
- ${kdepim-runtime_SOURCE_DIR}
+ ${QT_QTCORE_INCLUDE_DIR}
+ ${QT_QTGUI_INCLUDE_DIR}
${QT_QTDBUS_INCLUDE_DIR}
+ ${kdepim-runtime_SOURCE_DIR}
${Boost_INCLUDE_DIR}
)

View file

@ -0,0 +1,8 @@
--- ./resources/maildir/CMakeLists.txt.orig 2009-08-09 08:40:35.000000000 +0000
+++ ./resources/maildir/CMakeLists.txt 2009-08-09 08:47:15.000000000 +0000
@@ -36,4 +36,4 @@
install(TARGETS akonadi_maildir_resource ${INSTALL_TARGETS_DEFAULT_ARGS})
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/org.kde.Akonadi.Maildir.Settings.xml
- DESTINATION ${KDE4_DBUS_INTERFACES_DIR})
+ DESTINATION ${DBUS_INTERFACES_INSTALL_DIR})

View file

@ -1,5 +1,5 @@
--- ../xml/CMakeLists.txt.orig 2009-06-03 22:54:34.000000000 +1100
+++ ../xml/CMakeLists.txt 2009-07-05 22:39:32.000000000 +1100
--- ./xml/CMakeLists.txt.orig 2009-06-03 22:54:34.000000000 +1100
+++ ./xml/CMakeLists.txt 2009-07-05 22:39:32.000000000 +1100
@@ -1,21 +1,24 @@
project (akonadixml)

View file

@ -6,6 +6,7 @@ bin/akonadi_imap_resource
bin/akonadi_kabc_resource
bin/akonadi_kcal_resource
bin/akonadi_knut_resource
bin/akonadi_kolabproxy_resource
bin/akonadi_localbookmarks_resource
bin/akonadi_maildir_resource
bin/akonadi_microblog_resource
@ -61,6 +62,7 @@ share/akonadi/agents/imapresource.desktop
share/akonadi/agents/kabcresource.desktop
share/akonadi/agents/kcalresource.desktop
share/akonadi/agents/knutresource.desktop
share/akonadi/agents/kolabproxyresource.desktop
share/akonadi/agents/localbookmarksresource.desktop
share/akonadi/agents/maildirresource.desktop
share/akonadi/agents/microblog.desktop
@ -87,14 +89,15 @@ share/apps/akonadi_knut_resource/knut-template.xml
share/apps/akonadiconsole/akonadiconsoleui.rc
share/config/kres-migratorrc
share/dbus-1/interfaces/org.kde.Akonadi.Maildir.Settings.xml
share/icons/hicolor/64x64/apps/kolab.png
share/kde4/services/akonadi.protocol
share/kde4/services/kcm_akonadi.desktop
share/kde4/services/kcm_akonadi_resources.desktop
share/kde4/services/kcm_akonadi_server.desktop
share/kde4/services/kresources/kabc/akonadi.desktop
share/kde4/services/kresources/kcal/akonadi.desktop
share/mime/packages/kdepim-mime.xml
share/mime/application/x-vnd.kde.notes.xml
share/mime/packages/kdepim-mime.xml
@dirrm share/apps/akonadiconsole
@dirrm share/apps/akonadi_knut_resource
@dirrm share/apps/akonadi/plugins/serializer
@ -104,3 +107,6 @@ share/mime/application/x-vnd.kde.notes.xml
@dirrm share/akonadi/agents
@dirrm share/akonadi
@dirrm include/akonadi/xml
@dirrmtry include/akonadi
@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true
@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true

View file

@ -6,6 +6,7 @@
PORTNAME= kdepim
PORTVERSION= ${KDE4_VERSION}
PORTREVISION= 1
CATEGORIES= deskutils kde ipv6
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
@ -17,14 +18,15 @@ COMMENT= Libraries for KDE-PIM applications
BUILD_DEPENDS= libassuan>=1.0.4:${PORTSDIR}/security/libassuan
LIB_DEPENDS= gpgme:${PORTSDIR}/security/gpgme \
sasl2:${PORTSDIR}/security/cyrus-sasl2 \
boost_python:${PORTSDIR}/devel/boost-python-libs \
boost_thread:${PORTSDIR}/devel/boost-libs \
mal.1:${PORTSDIR}/palm/libmal \
pisock.9:${PORTSDIR}/palm/pilot-link \
qca.2:${PORTSDIR}/devel/qca
LATEST_LINK= ${PORTNAME}4
USE_KDE4= kdelibs kdeexp pimlibs pimruntime runtime workspace akonadi kdeprefix kdehier automoc4
USE_KDE4= kdelibs kdeexp pimlibs pimruntime \
akonadi kdeprefix kdehier automoc4 oxygen
KDE4_BUILDENV= yes
USE_BZIP2= yes
USE_QT_VER= 4
@ -58,12 +60,9 @@ PLIST_SUB+= GNOKII="@comment "
# PLIST_SUB+= KITCHENSYNC="@comment "
# .endif
post-extract:
${MKDIR} ${WRKSRC}
pre-configure:
#respect prefix
${FIND} ${WRKSRC}/.. -type f -name CMakeLists.txt | ${XARGS} \
${REINPLACE_CMD} -e '/^install/s,KDE4_DBUS_INTERFACES_DIR,DBUS_INTERFACES_INSTALL_DIR,g'
# respect prefix
${FIND} ${PATCH_WRKSRC} -type f -name CMakeLists.txt | ${XARGS} \
${REINPLACE_CMD} -e '/DESTINATION/s,KDE4_DBUS_INTERFACES_DIR,DBUS_INTERFACES_INSTALL_DIR,g'
.include <bsd.port.post.mk>

View file

@ -6,6 +6,7 @@
PORTNAME= kdepim-runtime
PORTVERSION= ${KDE4_VERSION}
PORTREVISION= 1
CATEGORIES= deskutils kde ipv6
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
@ -14,38 +15,25 @@ DIST_SUBDIR= KDE
MAINTAINER= kde@FreeBSD.org
COMMENT= Libraries for KDE-PIM applications
BUILD_DEPENDS= libassuan>=1.0.4:${PORTSDIR}/security/libassuan
LIB_DEPENDS= gpgme:${PORTSDIR}/security/gpgme \
sasl2:${PORTSDIR}/security/cyrus-sasl2 \
boost_python:${PORTSDIR}/devel/boost-python-libs \
qca.2:${PORTSDIR}/devel/qca
LIB_DEPENDS= boost_thread:${PORTSDIR}/devel/boost-libs
LATEST_LINK= ${PORTNAME}4
USE_KDE4= kdelibs kdeexp pimlibs runtime akonadi kdeprefix kdehier automoc4
USE_KDE4= pimlibs kdeexp kdeprefix kdehier sharedmime automoc4
KDE4_BUILDENV= yes
USE_BZIP2= yes
USE_QT_VER= 4
QT_COMPONENTS= corelib opengl dbus qt3support designer network svg qtestlib \
xml gui qmake_build moc_build rcc_build uic_build
USE_OPENLDAP= yes
MAKE_JOBS_SAFE= yes
#fix build when kdepim3 is here
CMAKE_ARGS+= -DGPGME_LIBRARY_DIR:PATH="${KDE4_PREFIX}/lib"
post-extract:
${MKDIR} ${WRKSRC}
post-patch:
${GREP} -H -r "#include <q" ${WRKSRC}/.. | ${CUT} -d: -f1 | uniq | \
${GREP} -H -r "#include <q" ${WRKSRC} | ${CUT} -d: -f1 | uniq | \
${XARGS} ${REINPLACE_CMD} -f ${FILESDIR}/qt3to4headers.txt
pre-configure:
#respect prefix
${FIND} ${WRKSRC}/.. -type f -name CMakeLists.txt | ${XARGS} \
${FIND} ${WRKSRC} -type f -name CMakeLists.txt | ${XARGS} \
${REINPLACE_CMD} -e '/^install/s,KDE4_DBUS_INTERFACES_DIR,DBUS_INTERFACES_INSTALL_DIR,g'
@${REINPLACE_CMD} -e 's|add_subdirectory( kolabproxy )||' \
${WRKSRC}/../resources/CMakeLists.txt
.include <bsd.port.mk>

View file

@ -0,0 +1,11 @@
--- ./CMakeLists.txt.orig 2009-08-10 19:43:44.000000000 +1100
+++ ./CMakeLists.txt 2009-08-10 19:58:07.000000000 +1100
@@ -47,7 +47,7 @@
############### Needed commands before building anything ###############
-include_directories(${kdepim-runtime_SOURCE_DIR} ${kdepim-runtime_BINARY_DIR} ${AKONADI_INCLUDE_DIR} ${Boost_INCLUDE_DIR} ${KDE4_INCLUDES} ${KDEPIMLIBS_INCLUDE_DIRS})
+include_directories(${kdepim-runtime_SOURCE_DIR} ${kdepim-runtime_BINARY_DIR} ${KDE4_INCLUDES} ${KDEPIMLIBS_INCLUDE_DIRS} ${AKONADI_INCLUDE_DIR} ${Boost_INCLUDE_DIR})
set(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} ${KDE4_ENABLE_EXCEPTIONS}")

View file

@ -0,0 +1,14 @@
--- ./resources/kolabproxy/CMakeLists.txt.orig 2009-08-04 09:09:41.000000000 +1100
+++ ./resources/kolabproxy/CMakeLists.txt 2009-08-10 19:40:23.000000000 +1100
@@ -1,8 +1,10 @@
project(kolabproxy)
include_directories(
- ${kdepim-runtime_SOURCE_DIR}
+ ${QT_QTCORE_INCLUDE_DIR}
+ ${QT_QTGUI_INCLUDE_DIR}
${QT_QTDBUS_INCLUDE_DIR}
+ ${kdepim-runtime_SOURCE_DIR}
${Boost_INCLUDE_DIR}
)

View file

@ -0,0 +1,8 @@
--- ./resources/maildir/CMakeLists.txt.orig 2009-08-09 08:40:35.000000000 +0000
+++ ./resources/maildir/CMakeLists.txt 2009-08-09 08:47:15.000000000 +0000
@@ -36,4 +36,4 @@
install(TARGETS akonadi_maildir_resource ${INSTALL_TARGETS_DEFAULT_ARGS})
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/org.kde.Akonadi.Maildir.Settings.xml
- DESTINATION ${KDE4_DBUS_INTERFACES_DIR})
+ DESTINATION ${DBUS_INTERFACES_INSTALL_DIR})

View file

@ -1,5 +1,5 @@
--- ../xml/CMakeLists.txt.orig 2009-06-03 22:54:34.000000000 +1100
+++ ../xml/CMakeLists.txt 2009-07-05 22:39:32.000000000 +1100
--- ./xml/CMakeLists.txt.orig 2009-06-03 22:54:34.000000000 +1100
+++ ./xml/CMakeLists.txt 2009-07-05 22:39:32.000000000 +1100
@@ -1,21 +1,24 @@
project (akonadixml)

View file

@ -6,6 +6,7 @@ bin/akonadi_imap_resource
bin/akonadi_kabc_resource
bin/akonadi_kcal_resource
bin/akonadi_knut_resource
bin/akonadi_kolabproxy_resource
bin/akonadi_localbookmarks_resource
bin/akonadi_maildir_resource
bin/akonadi_microblog_resource
@ -61,6 +62,7 @@ share/akonadi/agents/imapresource.desktop
share/akonadi/agents/kabcresource.desktop
share/akonadi/agents/kcalresource.desktop
share/akonadi/agents/knutresource.desktop
share/akonadi/agents/kolabproxyresource.desktop
share/akonadi/agents/localbookmarksresource.desktop
share/akonadi/agents/maildirresource.desktop
share/akonadi/agents/microblog.desktop
@ -87,14 +89,15 @@ share/apps/akonadi_knut_resource/knut-template.xml
share/apps/akonadiconsole/akonadiconsoleui.rc
share/config/kres-migratorrc
share/dbus-1/interfaces/org.kde.Akonadi.Maildir.Settings.xml
share/icons/hicolor/64x64/apps/kolab.png
share/kde4/services/akonadi.protocol
share/kde4/services/kcm_akonadi.desktop
share/kde4/services/kcm_akonadi_resources.desktop
share/kde4/services/kcm_akonadi_server.desktop
share/kde4/services/kresources/kabc/akonadi.desktop
share/kde4/services/kresources/kcal/akonadi.desktop
share/mime/packages/kdepim-mime.xml
share/mime/application/x-vnd.kde.notes.xml
share/mime/packages/kdepim-mime.xml
@dirrm share/apps/akonadiconsole
@dirrm share/apps/akonadi_knut_resource
@dirrm share/apps/akonadi/plugins/serializer
@ -104,3 +107,6 @@ share/mime/application/x-vnd.kde.notes.xml
@dirrm share/akonadi/agents
@dirrm share/akonadi
@dirrm include/akonadi/xml
@dirrmtry include/akonadi
@exec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true
@unexec %%LOCALBASE%%/bin/update-mime-database %D/share/mime > /dev/null || /usr/bin/true

View file

@ -6,6 +6,7 @@
PORTNAME= kdepim
PORTVERSION= ${KDE4_VERSION}
PORTREVISION= 1
CATEGORIES= deskutils kde ipv6
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
@ -17,14 +18,15 @@ COMMENT= Libraries for KDE-PIM applications
BUILD_DEPENDS= libassuan>=1.0.4:${PORTSDIR}/security/libassuan
LIB_DEPENDS= gpgme:${PORTSDIR}/security/gpgme \
sasl2:${PORTSDIR}/security/cyrus-sasl2 \
boost_python:${PORTSDIR}/devel/boost-python-libs \
boost_thread:${PORTSDIR}/devel/boost-libs \
mal.1:${PORTSDIR}/palm/libmal \
pisock.9:${PORTSDIR}/palm/pilot-link \
qca.2:${PORTSDIR}/devel/qca
LATEST_LINK= ${PORTNAME}4
USE_KDE4= kdelibs kdeexp pimlibs pimruntime runtime workspace akonadi kdeprefix kdehier automoc4
USE_KDE4= kdelibs kdeexp pimlibs pimruntime \
akonadi kdeprefix kdehier automoc4 oxygen
KDE4_BUILDENV= yes
USE_BZIP2= yes
USE_QT_VER= 4
@ -58,12 +60,9 @@ PLIST_SUB+= GNOKII="@comment "
# PLIST_SUB+= KITCHENSYNC="@comment "
# .endif
post-extract:
${MKDIR} ${WRKSRC}
pre-configure:
#respect prefix
${FIND} ${WRKSRC}/.. -type f -name CMakeLists.txt | ${XARGS} \
${REINPLACE_CMD} -e '/^install/s,KDE4_DBUS_INTERFACES_DIR,DBUS_INTERFACES_INSTALL_DIR,g'
# respect prefix
${FIND} ${PATCH_WRKSRC} -type f -name CMakeLists.txt | ${XARGS} \
${REINPLACE_CMD} -e '/DESTINATION/s,KDE4_DBUS_INTERFACES_DIR,DBUS_INTERFACES_INSTALL_DIR,g'
.include <bsd.port.post.mk>

View file

@ -6,6 +6,7 @@
PORTNAME= kdepimlibs
PORTVERSION= ${KDE4_VERSION}
PORTREVISION= 1
CATEGORIES= deskutils kde ipv6
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
@ -16,7 +17,7 @@ COMMENT= Libraries for KDE-PIM applications
LIB_DEPENDS= gpgme:${PORTSDIR}/security/gpgme \
sasl2:${PORTSDIR}/security/cyrus-sasl2 \
boost_python:${PORTSDIR}/devel/boost-python-libs \
boost_thread:${PORTSDIR}/devel/boost-libs \
ical.43:${PORTSDIR}/devel/libical
USE_KDE4= kdelibs kdeexp akonadi kdeprefix kdehier automoc4
@ -38,8 +39,7 @@ PLIST_SUB+= WITH_PTH='@comment '
.endif
post-extract:
${MKDIR} ${WRKSRC}
${REINPLACE_CMD} -e 's|/usr/local|${LOCALBASE}|g' \
${WRKSRC}/../cmake/modules/*.cmake
${PATCH_WRKSRC}/cmake/modules/*.cmake
.include <bsd.port.post.mk>

View file

@ -1,5 +1,5 @@
--- ../cmake/modules/FindLibical.cmake.orgi 2009-02-27 17:59:51.000000000 +0100
+++ ../cmake/modules/FindLibical.cmake 2009-02-27 18:00:20.000000000 +0100
--- ./cmake/modules/FindLibical.cmake.orgi 2009-02-27 17:59:51.000000000 +0100
+++ ./cmake/modules/FindLibical.cmake 2009-02-27 18:00:20.000000000 +0100
@@ -52,7 +52,7 @@
if(LIBICAL_INCLUDE_DIRS AND LIBICAL_LIBRARIES)

View file

@ -29,18 +29,15 @@ QT_COMPONENTS= corelib opengl dbus qt3support webkit \
MAKE_JOBS_SAFE= yes
post-extract:
${MKDIR} ${WRKSRC}
post-patch:
${GREP} -H -r "#include <q" ${WRKSRC}/.. | ${CUT} -d: -f1 | uniq | \
${GREP} -H -r "#include <q" ${WRKSRC} | ${CUT} -d: -f1 | uniq | \
${XARGS} ${REINPLACE_CMD} -f ${FILESDIR}/qt3to4headers.txt
pre-configure:
#respect prefix, don't update mime when installing
${REINPLACE_CMD} -e '/^update_xdg_mimetypes/d; /SharedMimeInfo/d' \
-e '/^set/s,DBUS_INTERFACES_INSTALL_DIR,KDE4_DBUS_INTERFACES_DIR,g' \
${WRKSRC}/../applets/lancelot/app/src/CMakeLists.txt
${WRKSRC}/applets/lancelot/app/src/CMakeLists.txt
post-install:
@-update-mime-database ${PREFIX}/share/mime

View file

@ -1,5 +1,5 @@
--- ../CMakeLists.txt.orig 2009-04-06 07:00:39.000000000 +1100
+++ ../CMakeLists.txt 2009-06-26 11:00:58.000000000 +1100
--- ./CMakeLists.txt.orig 2009-04-06 07:00:39.000000000 +1100
+++ ./CMakeLists.txt 2009-06-26 11:00:58.000000000 +1100
@@ -26,16 +26,20 @@
endif (DEPEND_PACKAGE_Marble)
macro_log_feature(MARBLE_FOUND "Marble" "Desktop Globe" "http://marble.kde.org" FALSE "" "RECOMMENDED: Marble is used to provide a desktop globe wallpaper for Plasma.")

View file

@ -1,5 +1,5 @@
--- ../applets/frame/CMakeLists.txt.orig 2009-05-15 04:26:59.000000000 +1100
+++ ../applets/frame/CMakeLists.txt 2009-06-26 10:37:04.000000000 +1100
--- ./applets/frame/CMakeLists.txt.orig 2009-05-15 04:26:59.000000000 +1100
+++ ./applets/frame/CMakeLists.txt 2009-06-26 10:37:04.000000000 +1100
@@ -1,7 +1,20 @@
project(plasma-frame)
include (MacroLogFeature)

View file

@ -57,7 +57,4 @@ MAN1= adddebug.1 \
xml2pot.1 \
zonetab2pot.py.1
post-extract:
${MKDIR} ${WRKSRC}
.include <bsd.port.mk>

View file

@ -32,10 +32,7 @@ OPTIONS= FREEBSD "Install FreeBSD card desk" off
.include <bsd.port.pre.mk>
.if defined(WITH_FREEBSD)
RUN_DEPENDS= kde4-freebsd-carddeck>=1.0:${PORTSDIR}/games/freebsd-carddeck-kde4
RUN_DEPENDS+= kde4-freebsd-carddeck>=1.0:${PORTSDIR}/games/freebsd-carddeck-kde4
.endif
post-extract:
${MKDIR} ${WRKSRC}
.include <bsd.port.post.mk>

View file

@ -1,5 +1,5 @@
--- ../ksirk/ksirk/iris/src/jdns/jdns_sys.c.orig 2008-12-26 22:45:54.000000000 +0000
+++ ../ksirk/ksirk/iris/src/jdns/jdns_sys.c 2008-12-26 22:45:45.000000000 +0000
--- ./ksirk/ksirk/iris/src/jdns/jdns_sys.c.orig 2008-12-26 22:45:54.000000000 +0000
+++ ./ksirk/ksirk/iris/src/jdns/jdns_sys.c 2008-12-26 22:45:45.000000000 +0000
@@ -701,7 +701,7 @@
}
#endif

View file

@ -44,11 +44,8 @@ QT_COMPONENTS= opengl gui svg iconengines pixeltool \
moc_build rcc_build uic_build qmake_build
MAKE_JOBS_SAFE= yes
post-extract:
${MKDIR} ${WRKSRC}
post-patch:
${FIND} ${WRKSRC}/.. -type f -name CMakeLists.txt | ${XARGS} \
${FIND} ${PATCH_WRKSRC} -type f -name CMakeLists.txt | ${XARGS} \
${REINPLACE_CMD} -e 's|pkgconfig|../libdata/pkgconfig|'
.include <bsd.port.mk>

View file

@ -1,5 +1,5 @@
--- ../libs/libkdcraw/CMakeLists.txt.orig 2009-05-06 12:13:22.000000000 +0200
+++ ../libs/libkdcraw/CMakeLists.txt 2009-06-07 01:15:33.000000000 +0200
--- ./libs/libkdcraw/CMakeLists.txt.orig 2009-05-06 12:13:22.000000000 +0200
+++ ./libs/libkdcraw/CMakeLists.txt 2009-06-07 01:15:33.000000000 +0200
@@ -114,9 +114,9 @@
# =======================================================

View file

@ -1,5 +1,5 @@
--- ../libs/libkexiv2/CMakeLists.txt.orig 2008-06-03 17:48:03.000000000 +0400
+++ ../libs/libkexiv2/CMakeLists.txt 2008-08-18 20:07:28.000000000 +0400
--- ./libs/libkexiv2/CMakeLists.txt.orig 2008-06-03 17:48:03.000000000 +0400
+++ ./libs/libkexiv2/CMakeLists.txt 2008-08-18 20:07:28.000000000 +0400
@@ -52,8 +52,8 @@
SUBDIRS(libkexiv2)

View file

@ -1,5 +1,5 @@
--- ../libs/libkipi/CMakeLists.txt.orig 2008-06-03 17:48:04.000000000 +0400
+++ ../libs/libkipi/CMakeLists.txt 2008-08-18 20:07:58.000000000 +0400
--- ./libs/libkipi/CMakeLists.txt.orig 2008-06-03 17:48:04.000000000 +0400
+++ ./libs/libkipi/CMakeLists.txt 2008-08-18 20:07:58.000000000 +0400
@@ -51,8 +51,8 @@
SUBDIRS(libkipi)

View file

@ -6,6 +6,7 @@
PORTNAME= kdeutils
PORTVERSION= ${KDE4_VERSION}
PORTREVISION= 1
CATEGORIES= misc kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
@ -17,7 +18,8 @@ COMMENT= Utilities for the KDE4 integrated X11 Desktop
LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \
zip.1:${PORTSDIR}/archivers/libzip \
lzma.0:${PORTSDIR}/archivers/lzmautils-devel \
qimageblitz.4:${PORTSDIR}/x11/qimageblitz
qimageblitz.4:${PORTSDIR}/x11/qimageblitz \
qca.2:${PORTSDIR}/devel/qca
RUN_DEPENDS= gpg2:${PORTSDIR}/security/gnupg
LATEST_LINK= ${PORTNAME}4
@ -26,36 +28,24 @@ USE_BZIP2= yes
USE_QT_VER= 4
USE_PYTHON= 2.5+
KDE4_BUILDENV= yes
USE_KDE4= kdelibs pimlibs kdeprefix kdehier automoc4 kdeexp
USE_KDE4= kdelibs pimlibs kdeprefix kdehier automoc4 kdeexp kdebase
QT_COMPONENTS= network gui porting xml \
qmake_build moc_build rcc_build uic_build
MAKE_JOBS_SAFE= yes
MAN1= ark.1
OPTIONS= PRINTER_APPLET "Install printer system tray utility" off \
KONQUI "Konqueror UI integration" off
OPTIONS= PRINTER_APPLET "Install printer system tray utility" off
.include <bsd.port.pre.mk>
.if defined(WITH_KONQUI)
USE_KDE4+= kdebase
PLIST_SUB+= KONQUI=""
.else
PLIST_SUB+= KONQUI="@comment "
.endif
.if defined(WITH_PRINTER_APPLET)
RUN_DEPENDS+= ${KDE4_PREFIX}/bin/printer-applet:${PORTSDIR}/print/kdeutils4-printer-applet
.endif
post-extract:
${MKDIR} ${WRKSRC}
post-patch:
#disable printer-applet, it comes with print/kdeutils4-printer-applet
${REINPLACE_CMD} -e '/add_subdirectory.*printer-applet/d' \
${WRKSRC}/../CMakeLists.txt
${PATCH_WRKSRC}/CMakeLists.txt
.include <bsd.port.post.mk>

View file

@ -23,7 +23,7 @@ lib/kde4/kerfuffle_libbz2.so
lib/kde4/kerfuffle_libgz.so
lib/kde4/kerfuffle_libxz.so
lib/kde4/libarkpart.so
%%KONQUI%%lib/kde4/libextracthere.so
lib/kde4/libextracthere.so
lib/kde4/libkbytearrayedit.so
lib/kde4/liboktetapart.so
lib/kde4/plasma_package_superkaramba.so
@ -284,7 +284,7 @@ share/kde4/services/ServiceMenus/encryptfile.desktop
share/kde4/services/ServiceMenus/encryptfolder.desktop
share/kde4/services/ServiceMenus/floppy_format.desktop
share/kde4/services/ServiceMenus/viewdecrypted.desktop
%%KONQUI%%share/kde4/services/ark_dndextract.desktop
share/kde4/services/ark_dndextract.desktop
share/kde4/services/ark_part.desktop
share/kde4/services/kbytearrayedit.desktop
share/kde4/services/kcm_lirc.desktop

View file

@ -6,7 +6,7 @@
PORTNAME= kdeedu
PORTVERSION= ${KDE4_VERSION}
PORTREVISION= 1
PORTREVISION= 2
CATEGORIES= misc kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
@ -17,13 +17,15 @@ COMMENT= Collection of entertaining, educational programs for KDE
BUILD_DEPENDS= ${LOCALBASE}/lib/ocaml/facile/facile.a:${PORTSDIR}/math/facile \
eigen>=2.0.b3:${PORTSDIR}/math/eigen2 \
gmm++>=3.0.4:${PORTSDIR}/math/gmm++
gmm++>=3.0.4:${PORTSDIR}/math/gmm++ \
xplanet:${PORTSDIR}/astro/xplanet
LIB_DEPENDS= boost_python:${PORTSDIR}/devel/boost-python-libs \
nova:${PORTSDIR}/astro/libnova \
openbabel.3:${PORTSDIR}/science/openbabel \
cfitsio.0:${PORTSDIR}/astro/cfitsio \
qalculate.4:${PORTSDIR}/math/libqalculate \
gsl.13:${PORTSDIR}/math/gsl
RUN_DEPENDS= xplanet:${PORTSDIR}/astro/xplanet
LATEST_LINK= ${PORTNAME}4
@ -49,7 +51,4 @@ CMAKE_ARGS+= -DCMAKE_REQUIRED_INCLUDES:STRING="${LOCALBASE}/include" \
-DBOOST_PYTHON_INCLUDES="${LOCALBASE}/include;${PYTHON_INCLUDEDIR}" \
-DBOOST_PYTHON_LIBS="-L${LOCALBASE}/lib -lboost_python -l${PYTHON_VERSION}"
post-extract:
${MKDIR} ${WRKSRC}
.include <bsd.port.mk>

View file

@ -1,5 +1,5 @@
--- ../cmake/modules/FindCFitsio.cmake.orig 2008-12-21 20:20:00.000000000 +0000
+++ ../cmake/modules/FindCFitsio.cmake 2009-01-30 22:25:02.000000000 +0000
--- ./cmake/modules/FindCFitsio.cmake.orig 2008-12-21 20:20:00.000000000 +0000
+++ ./cmake/modules/FindCFitsio.cmake 2009-01-30 22:25:02.000000000 +0000
@@ -23,19 +23,19 @@
IF (NOT WIN32)
find_package(PkgConfig)

View file

@ -1,5 +1,5 @@
--- ../kalzium/src/CMakeLists.txt.orig 2008-08-20 19:53:43.000000000 +0000
+++ ../kalzium/src/CMakeLists.txt 2008-12-30 20:34:27.000000000 +0000
--- ./kalzium/src/CMakeLists.txt.orig 2008-08-20 19:53:43.000000000 +0000
+++ ./kalzium/src/CMakeLists.txt 2008-12-30 20:34:27.000000000 +0000
@@ -138,7 +138,7 @@
set(kalzium_EXTRA_LIBS ${kalzium_EXTRA_LIBS} ${OCAML_NUMS_LIBRARY})
endif (OCAML_NUMS_LIBRARY)

View file

@ -6,6 +6,7 @@
PORTNAME= kdeutils
PORTVERSION= ${KDE4_VERSION}
PORTREVISION= 1
CATEGORIES= misc kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
@ -17,7 +18,8 @@ COMMENT= Utilities for the KDE4 integrated X11 Desktop
LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \
zip.1:${PORTSDIR}/archivers/libzip \
lzma.0:${PORTSDIR}/archivers/lzmautils-devel \
qimageblitz.4:${PORTSDIR}/x11/qimageblitz
qimageblitz.4:${PORTSDIR}/x11/qimageblitz \
qca.2:${PORTSDIR}/devel/qca
RUN_DEPENDS= gpg2:${PORTSDIR}/security/gnupg
LATEST_LINK= ${PORTNAME}4
@ -26,36 +28,24 @@ USE_BZIP2= yes
USE_QT_VER= 4
USE_PYTHON= 2.5+
KDE4_BUILDENV= yes
USE_KDE4= kdelibs pimlibs kdeprefix kdehier automoc4 kdeexp
USE_KDE4= kdelibs pimlibs kdeprefix kdehier automoc4 kdeexp kdebase
QT_COMPONENTS= network gui porting xml \
qmake_build moc_build rcc_build uic_build
MAKE_JOBS_SAFE= yes
MAN1= ark.1
OPTIONS= PRINTER_APPLET "Install printer system tray utility" off \
KONQUI "Konqueror UI integration" off
OPTIONS= PRINTER_APPLET "Install printer system tray utility" off
.include <bsd.port.pre.mk>
.if defined(WITH_KONQUI)
USE_KDE4+= kdebase
PLIST_SUB+= KONQUI=""
.else
PLIST_SUB+= KONQUI="@comment "
.endif
.if defined(WITH_PRINTER_APPLET)
RUN_DEPENDS+= ${KDE4_PREFIX}/bin/printer-applet:${PORTSDIR}/print/kdeutils4-printer-applet
.endif
post-extract:
${MKDIR} ${WRKSRC}
post-patch:
#disable printer-applet, it comes with print/kdeutils4-printer-applet
${REINPLACE_CMD} -e '/add_subdirectory.*printer-applet/d' \
${WRKSRC}/../CMakeLists.txt
${PATCH_WRKSRC}/CMakeLists.txt
.include <bsd.port.post.mk>

View file

@ -23,7 +23,7 @@ lib/kde4/kerfuffle_libbz2.so
lib/kde4/kerfuffle_libgz.so
lib/kde4/kerfuffle_libxz.so
lib/kde4/libarkpart.so
%%KONQUI%%lib/kde4/libextracthere.so
lib/kde4/libextracthere.so
lib/kde4/libkbytearrayedit.so
lib/kde4/liboktetapart.so
lib/kde4/plasma_package_superkaramba.so
@ -284,7 +284,7 @@ share/kde4/services/ServiceMenus/encryptfile.desktop
share/kde4/services/ServiceMenus/encryptfolder.desktop
share/kde4/services/ServiceMenus/floppy_format.desktop
share/kde4/services/ServiceMenus/viewdecrypted.desktop
%%KONQUI%%share/kde4/services/ark_dndextract.desktop
share/kde4/services/ark_dndextract.desktop
share/kde4/services/ark_part.desktop
share/kde4/services/kbytearrayedit.desktop
share/kde4/services/kcm_lirc.desktop

View file

@ -38,7 +38,15 @@ QT_COMPONENTS= corelib opengl dbus qt3support designer network svg qtestlib \
USE_OPENLDAP= yes
MAKE_JOBS_SAFE= yes
post-extract:
${MKDIR} ${WRKSRC}
OPTIONS= PULSEAUDIO "KMix control for PulseAudio" off
.include <bsd.port.options.mk>
.if defined(WITH_PULSEAUDIO)
CMAKE_ARGS+= -DWITH_PulseAudio:BOOL=ON
LIB_DEPENDS+= pulse.0:${PORTSDIR}/audio/pulseaudio
.else
CMAKE_ARGS+= -DWITH_PulseAudio:BOOL=OFF
.endif
.include <bsd.port.mk>

View file

@ -60,7 +60,4 @@ LIB_DEPENDS+= xmms.4:${PORTSDIR}/multimedia/xmms
CMAKE_ARGS+= -DWITH_Xmms:BOOL=OFF
.endif
post-extract:
${MKDIR} ${WRKSRC}
.include <bsd.port.post.mk>

View file

@ -6,6 +6,7 @@
PORTNAME= kdeutils
PORTVERSION= ${KDE4_VERSION}
PORTREVISION= 1
CATEGORIES= misc kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
@ -17,7 +18,8 @@ COMMENT= Utilities for the KDE4 integrated X11 Desktop
LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \
zip.1:${PORTSDIR}/archivers/libzip \
lzma.0:${PORTSDIR}/archivers/lzmautils-devel \
qimageblitz.4:${PORTSDIR}/x11/qimageblitz
qimageblitz.4:${PORTSDIR}/x11/qimageblitz \
qca.2:${PORTSDIR}/devel/qca
RUN_DEPENDS= gpg2:${PORTSDIR}/security/gnupg
LATEST_LINK= ${PORTNAME}4
@ -26,36 +28,24 @@ USE_BZIP2= yes
USE_QT_VER= 4
USE_PYTHON= 2.5+
KDE4_BUILDENV= yes
USE_KDE4= kdelibs pimlibs kdeprefix kdehier automoc4 kdeexp
USE_KDE4= kdelibs pimlibs kdeprefix kdehier automoc4 kdeexp kdebase
QT_COMPONENTS= network gui porting xml \
qmake_build moc_build rcc_build uic_build
MAKE_JOBS_SAFE= yes
MAN1= ark.1
OPTIONS= PRINTER_APPLET "Install printer system tray utility" off \
KONQUI "Konqueror UI integration" off
OPTIONS= PRINTER_APPLET "Install printer system tray utility" off
.include <bsd.port.pre.mk>
.if defined(WITH_KONQUI)
USE_KDE4+= kdebase
PLIST_SUB+= KONQUI=""
.else
PLIST_SUB+= KONQUI="@comment "
.endif
.if defined(WITH_PRINTER_APPLET)
RUN_DEPENDS+= ${KDE4_PREFIX}/bin/printer-applet:${PORTSDIR}/print/kdeutils4-printer-applet
.endif
post-extract:
${MKDIR} ${WRKSRC}
post-patch:
#disable printer-applet, it comes with print/kdeutils4-printer-applet
${REINPLACE_CMD} -e '/add_subdirectory.*printer-applet/d' \
${WRKSRC}/../CMakeLists.txt
${PATCH_WRKSRC}/CMakeLists.txt
.include <bsd.port.post.mk>

View file

@ -23,7 +23,7 @@ lib/kde4/kerfuffle_libbz2.so
lib/kde4/kerfuffle_libgz.so
lib/kde4/kerfuffle_libxz.so
lib/kde4/libarkpart.so
%%KONQUI%%lib/kde4/libextracthere.so
lib/kde4/libextracthere.so
lib/kde4/libkbytearrayedit.so
lib/kde4/liboktetapart.so
lib/kde4/plasma_package_superkaramba.so
@ -284,7 +284,7 @@ share/kde4/services/ServiceMenus/encryptfile.desktop
share/kde4/services/ServiceMenus/encryptfolder.desktop
share/kde4/services/ServiceMenus/floppy_format.desktop
share/kde4/services/ServiceMenus/viewdecrypted.desktop
%%KONQUI%%share/kde4/services/ark_dndextract.desktop
share/kde4/services/ark_dndextract.desktop
share/kde4/services/ark_part.desktop
share/kde4/services/kbytearrayedit.desktop
share/kde4/services/kcm_lirc.desktop

View file

@ -6,6 +6,7 @@
PORTNAME= kdeutils
PORTVERSION= ${KDE4_VERSION}
PORTREVISION= 1
CATEGORIES= misc kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
@ -17,7 +18,8 @@ COMMENT= Utilities for the KDE4 integrated X11 Desktop
LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \
zip.1:${PORTSDIR}/archivers/libzip \
lzma.0:${PORTSDIR}/archivers/lzmautils-devel \
qimageblitz.4:${PORTSDIR}/x11/qimageblitz
qimageblitz.4:${PORTSDIR}/x11/qimageblitz \
qca.2:${PORTSDIR}/devel/qca
RUN_DEPENDS= gpg2:${PORTSDIR}/security/gnupg
LATEST_LINK= ${PORTNAME}4
@ -26,36 +28,24 @@ USE_BZIP2= yes
USE_QT_VER= 4
USE_PYTHON= 2.5+
KDE4_BUILDENV= yes
USE_KDE4= kdelibs pimlibs kdeprefix kdehier automoc4 kdeexp
USE_KDE4= kdelibs pimlibs kdeprefix kdehier automoc4 kdeexp kdebase
QT_COMPONENTS= network gui porting xml \
qmake_build moc_build rcc_build uic_build
MAKE_JOBS_SAFE= yes
MAN1= ark.1
OPTIONS= PRINTER_APPLET "Install printer system tray utility" off \
KONQUI "Konqueror UI integration" off
OPTIONS= PRINTER_APPLET "Install printer system tray utility" off
.include <bsd.port.pre.mk>
.if defined(WITH_KONQUI)
USE_KDE4+= kdebase
PLIST_SUB+= KONQUI=""
.else
PLIST_SUB+= KONQUI="@comment "
.endif
.if defined(WITH_PRINTER_APPLET)
RUN_DEPENDS+= ${KDE4_PREFIX}/bin/printer-applet:${PORTSDIR}/print/kdeutils4-printer-applet
.endif
post-extract:
${MKDIR} ${WRKSRC}
post-patch:
#disable printer-applet, it comes with print/kdeutils4-printer-applet
${REINPLACE_CMD} -e '/add_subdirectory.*printer-applet/d' \
${WRKSRC}/../CMakeLists.txt
${PATCH_WRKSRC}/CMakeLists.txt
.include <bsd.port.post.mk>

View file

@ -23,7 +23,7 @@ lib/kde4/kerfuffle_libbz2.so
lib/kde4/kerfuffle_libgz.so
lib/kde4/kerfuffle_libxz.so
lib/kde4/libarkpart.so
%%KONQUI%%lib/kde4/libextracthere.so
lib/kde4/libextracthere.so
lib/kde4/libkbytearrayedit.so
lib/kde4/liboktetapart.so
lib/kde4/plasma_package_superkaramba.so
@ -284,7 +284,7 @@ share/kde4/services/ServiceMenus/encryptfile.desktop
share/kde4/services/ServiceMenus/encryptfolder.desktop
share/kde4/services/ServiceMenus/floppy_format.desktop
share/kde4/services/ServiceMenus/viewdecrypted.desktop
%%KONQUI%%share/kde4/services/ark_dndextract.desktop
share/kde4/services/ark_dndextract.desktop
share/kde4/services/ark_part.desktop
share/kde4/services/kbytearrayedit.desktop
share/kde4/services/kcm_lirc.desktop

View file

@ -26,8 +26,6 @@ QT_COMPONENTS= corelib opengl dbus qt3support designer network svg qtestlib \
uic_build uic3_build
MAKE_JOBS_SAFE= yes
PATCH_WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
CMAKE_ARGS+= -DBUILD_kpackage:BOOL=Off \
-DBUILD_lilo-config:BOOL=Off
@ -39,9 +37,6 @@ OPTIONS= PRINTER_CONFIG "Install printer configuration utility" off
RUN_DEPENDS+= ${KDE4_PREFIX}/share/apps/system-config-printer-kde/system-config-printer-kde.py:${PORTSDIR}/print/system-config-printer-kde
.endif
post-extract:
${MKDIR} ${WRKSRC}
post-patch:
${REINPLACE_CMD} -e \
's,$${LIB_INSTALL_DIR}/pkgconfig,libdata/pkgconfig,' \
@ -51,6 +46,6 @@ post-patch:
${PATCH_WRKSRC}/doc/CMakeLists.txt
#disable system-config-printer-kde, it comes with print/kdeadmin4-system-config-printer-kde
${REINPLACE_CMD} -e '/add_subdirectory.*system-config-printer-kde/d' \
${WRKSRC}/../CMakeLists.txt
${PATCH_WRKSRC}/CMakeLists.txt
.include <bsd.port.post.mk>

View file

@ -6,6 +6,7 @@
PORTNAME= kdeutils
PORTVERSION= ${KDE4_VERSION}
PORTREVISION= 1
CATEGORIES= misc kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
@ -17,7 +18,8 @@ COMMENT= Utilities for the KDE4 integrated X11 Desktop
LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \
zip.1:${PORTSDIR}/archivers/libzip \
lzma.0:${PORTSDIR}/archivers/lzmautils-devel \
qimageblitz.4:${PORTSDIR}/x11/qimageblitz
qimageblitz.4:${PORTSDIR}/x11/qimageblitz \
qca.2:${PORTSDIR}/devel/qca
RUN_DEPENDS= gpg2:${PORTSDIR}/security/gnupg
LATEST_LINK= ${PORTNAME}4
@ -26,36 +28,24 @@ USE_BZIP2= yes
USE_QT_VER= 4
USE_PYTHON= 2.5+
KDE4_BUILDENV= yes
USE_KDE4= kdelibs pimlibs kdeprefix kdehier automoc4 kdeexp
USE_KDE4= kdelibs pimlibs kdeprefix kdehier automoc4 kdeexp kdebase
QT_COMPONENTS= network gui porting xml \
qmake_build moc_build rcc_build uic_build
MAKE_JOBS_SAFE= yes
MAN1= ark.1
OPTIONS= PRINTER_APPLET "Install printer system tray utility" off \
KONQUI "Konqueror UI integration" off
OPTIONS= PRINTER_APPLET "Install printer system tray utility" off
.include <bsd.port.pre.mk>
.if defined(WITH_KONQUI)
USE_KDE4+= kdebase
PLIST_SUB+= KONQUI=""
.else
PLIST_SUB+= KONQUI="@comment "
.endif
.if defined(WITH_PRINTER_APPLET)
RUN_DEPENDS+= ${KDE4_PREFIX}/bin/printer-applet:${PORTSDIR}/print/kdeutils4-printer-applet
.endif
post-extract:
${MKDIR} ${WRKSRC}
post-patch:
#disable printer-applet, it comes with print/kdeutils4-printer-applet
${REINPLACE_CMD} -e '/add_subdirectory.*printer-applet/d' \
${WRKSRC}/../CMakeLists.txt
${PATCH_WRKSRC}/CMakeLists.txt
.include <bsd.port.post.mk>

View file

@ -23,7 +23,7 @@ lib/kde4/kerfuffle_libbz2.so
lib/kde4/kerfuffle_libgz.so
lib/kde4/kerfuffle_libxz.so
lib/kde4/libarkpart.so
%%KONQUI%%lib/kde4/libextracthere.so
lib/kde4/libextracthere.so
lib/kde4/libkbytearrayedit.so
lib/kde4/liboktetapart.so
lib/kde4/plasma_package_superkaramba.so
@ -284,7 +284,7 @@ share/kde4/services/ServiceMenus/encryptfile.desktop
share/kde4/services/ServiceMenus/encryptfolder.desktop
share/kde4/services/ServiceMenus/floppy_format.desktop
share/kde4/services/ServiceMenus/viewdecrypted.desktop
%%KONQUI%%share/kde4/services/ark_dndextract.desktop
share/kde4/services/ark_dndextract.desktop
share/kde4/services/ark_part.desktop
share/kde4/services/kbytearrayedit.desktop
share/kde4/services/kcm_lirc.desktop

View file

@ -6,6 +6,7 @@
PORTNAME= kdeutils
PORTVERSION= ${KDE4_VERSION}
PORTREVISION= 1
CATEGORIES= misc kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
@ -17,7 +18,8 @@ COMMENT= Utilities for the KDE4 integrated X11 Desktop
LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \
zip.1:${PORTSDIR}/archivers/libzip \
lzma.0:${PORTSDIR}/archivers/lzmautils-devel \
qimageblitz.4:${PORTSDIR}/x11/qimageblitz
qimageblitz.4:${PORTSDIR}/x11/qimageblitz \
qca.2:${PORTSDIR}/devel/qca
RUN_DEPENDS= gpg2:${PORTSDIR}/security/gnupg
LATEST_LINK= ${PORTNAME}4
@ -26,36 +28,24 @@ USE_BZIP2= yes
USE_QT_VER= 4
USE_PYTHON= 2.5+
KDE4_BUILDENV= yes
USE_KDE4= kdelibs pimlibs kdeprefix kdehier automoc4 kdeexp
USE_KDE4= kdelibs pimlibs kdeprefix kdehier automoc4 kdeexp kdebase
QT_COMPONENTS= network gui porting xml \
qmake_build moc_build rcc_build uic_build
MAKE_JOBS_SAFE= yes
MAN1= ark.1
OPTIONS= PRINTER_APPLET "Install printer system tray utility" off \
KONQUI "Konqueror UI integration" off
OPTIONS= PRINTER_APPLET "Install printer system tray utility" off
.include <bsd.port.pre.mk>
.if defined(WITH_KONQUI)
USE_KDE4+= kdebase
PLIST_SUB+= KONQUI=""
.else
PLIST_SUB+= KONQUI="@comment "
.endif
.if defined(WITH_PRINTER_APPLET)
RUN_DEPENDS+= ${KDE4_PREFIX}/bin/printer-applet:${PORTSDIR}/print/kdeutils4-printer-applet
.endif
post-extract:
${MKDIR} ${WRKSRC}
post-patch:
#disable printer-applet, it comes with print/kdeutils4-printer-applet
${REINPLACE_CMD} -e '/add_subdirectory.*printer-applet/d' \
${WRKSRC}/../CMakeLists.txt
${PATCH_WRKSRC}/CMakeLists.txt
.include <bsd.port.post.mk>

View file

@ -23,7 +23,7 @@ lib/kde4/kerfuffle_libbz2.so
lib/kde4/kerfuffle_libgz.so
lib/kde4/kerfuffle_libxz.so
lib/kde4/libarkpart.so
%%KONQUI%%lib/kde4/libextracthere.so
lib/kde4/libextracthere.so
lib/kde4/libkbytearrayedit.so
lib/kde4/liboktetapart.so
lib/kde4/plasma_package_superkaramba.so
@ -284,7 +284,7 @@ share/kde4/services/ServiceMenus/encryptfile.desktop
share/kde4/services/ServiceMenus/encryptfolder.desktop
share/kde4/services/ServiceMenus/floppy_format.desktop
share/kde4/services/ServiceMenus/viewdecrypted.desktop
%%KONQUI%%share/kde4/services/ark_dndextract.desktop
share/kde4/services/ark_dndextract.desktop
share/kde4/services/ark_part.desktop
share/kde4/services/kbytearrayedit.desktop
share/kde4/services/kcm_lirc.desktop

View file

@ -6,6 +6,7 @@
PORTNAME= kdeutils
PORTVERSION= ${KDE4_VERSION}
PORTREVISION= 1
CATEGORIES= misc kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
@ -17,7 +18,8 @@ COMMENT= Utilities for the KDE4 integrated X11 Desktop
LIB_DEPENDS= gmp.8:${PORTSDIR}/math/libgmp4 \
zip.1:${PORTSDIR}/archivers/libzip \
lzma.0:${PORTSDIR}/archivers/lzmautils-devel \
qimageblitz.4:${PORTSDIR}/x11/qimageblitz
qimageblitz.4:${PORTSDIR}/x11/qimageblitz \
qca.2:${PORTSDIR}/devel/qca
RUN_DEPENDS= gpg2:${PORTSDIR}/security/gnupg
LATEST_LINK= ${PORTNAME}4
@ -26,36 +28,24 @@ USE_BZIP2= yes
USE_QT_VER= 4
USE_PYTHON= 2.5+
KDE4_BUILDENV= yes
USE_KDE4= kdelibs pimlibs kdeprefix kdehier automoc4 kdeexp
USE_KDE4= kdelibs pimlibs kdeprefix kdehier automoc4 kdeexp kdebase
QT_COMPONENTS= network gui porting xml \
qmake_build moc_build rcc_build uic_build
MAKE_JOBS_SAFE= yes
MAN1= ark.1
OPTIONS= PRINTER_APPLET "Install printer system tray utility" off \
KONQUI "Konqueror UI integration" off
OPTIONS= PRINTER_APPLET "Install printer system tray utility" off
.include <bsd.port.pre.mk>
.if defined(WITH_KONQUI)
USE_KDE4+= kdebase
PLIST_SUB+= KONQUI=""
.else
PLIST_SUB+= KONQUI="@comment "
.endif
.if defined(WITH_PRINTER_APPLET)
RUN_DEPENDS+= ${KDE4_PREFIX}/bin/printer-applet:${PORTSDIR}/print/kdeutils4-printer-applet
.endif
post-extract:
${MKDIR} ${WRKSRC}
post-patch:
#disable printer-applet, it comes with print/kdeutils4-printer-applet
${REINPLACE_CMD} -e '/add_subdirectory.*printer-applet/d' \
${WRKSRC}/../CMakeLists.txt
${PATCH_WRKSRC}/CMakeLists.txt
.include <bsd.port.post.mk>

View file

@ -23,7 +23,7 @@ lib/kde4/kerfuffle_libbz2.so
lib/kde4/kerfuffle_libgz.so
lib/kde4/kerfuffle_libxz.so
lib/kde4/libarkpart.so
%%KONQUI%%lib/kde4/libextracthere.so
lib/kde4/libextracthere.so
lib/kde4/libkbytearrayedit.so
lib/kde4/liboktetapart.so
lib/kde4/plasma_package_superkaramba.so
@ -284,7 +284,7 @@ share/kde4/services/ServiceMenus/encryptfile.desktop
share/kde4/services/ServiceMenus/encryptfolder.desktop
share/kde4/services/ServiceMenus/floppy_format.desktop
share/kde4/services/ServiceMenus/viewdecrypted.desktop
%%KONQUI%%share/kde4/services/ark_dndextract.desktop
share/kde4/services/ark_dndextract.desktop
share/kde4/services/ark_part.desktop
share/kde4/services/kbytearrayedit.desktop
share/kde4/services/kcm_lirc.desktop

View file

@ -28,7 +28,4 @@ MAKE_JOBS_SAFE= yes
MAN1= xsldbg.1
post-extract:
${MKDIR} ${WRKSRC}
.include <bsd.port.mk>

View file

@ -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")

View file

@ -25,7 +25,4 @@ MAKE_JOBS_SAFE= yes
MAN6= amor.6
post-extract:
${MKDIR} ${WRKSRC}
.include <bsd.port.mk>

View file

@ -26,8 +26,6 @@ QT_COMPONENTS= opengl gui svg qt3support \
qmake_build moc_build rcc_build uic_build
MAKE_JOBS_SAFE= yes
PATCH_WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
OPTIONS= GNOME "Use Gnome screensavers" off
.include <bsd.port.pre.mk>
@ -72,7 +70,4 @@ post-patch:
${PATCH_WRKSRC}/${item}
.endfor
post-extract:
${MKDIR} ${WRKSRC}
.include <bsd.port.post.mk>

View file

@ -8,6 +8,7 @@
PORTNAME= kdebase
PORTVERSION= ${KDE4_VERSION}
PORTREVISION= 1
CATEGORIES= x11 kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
@ -30,7 +31,7 @@ QT_COMPONENTS= corelib opengl dbus qt3support \
qmake_build moc_build rcc_build uic_build
USE_GETTEXT= yes
USE_KDE4= kdelibs runtime workspace kdeprefix kdehier automoc4
USE_KDE4= kdelibs workspace kdeprefix kdehier automoc4
KDE4_BUILDENV= yes
MAKE_JOBS_SAFE= yes
@ -47,16 +48,13 @@ MAN1= kappfinder.1 \
LIB_DEPENDS+= usb-0.1:${PORTSDIR}/devel/libusb
.endif
post-extract:
${MKDIR} ${WRKSRC}
post-patch:
.if ${OSVERSION} > 800090
@${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/extra-patch-libusb20
.endif
.if ${OSVERSION} >= 800100
@${REINPLACE_CMD} -e 's,usb_revision.h,usbdi.h,g' \
${WRKSRC}/../apps/kinfocenter/usbview/usbdevices.h
${PATCH_WRKSRC}/apps/kinfocenter/usbview/usbdevices.h
.endif
.include <bsd.port.post.mk>

View file

@ -1,6 +1,6 @@
diff -u -r ../apps/kinfocenter/usbview/CMakeLists.txt ../apps/kinfocenter/usbview/CMakeLists.txt
--- ../apps/kinfocenter/usbview/CMakeLists.txt 2009-06-07 10:54:55.000000000 +0200
+++ ../apps/kinfocenter/usbview/CMakeLists.txt 2009-06-07 10:55:58.000000000 +0200
diff -u -r ./apps/kinfocenter/usbview/CMakeLists.txt ./apps/kinfocenter/usbview/CMakeLists.txt
--- ./apps/kinfocenter/usbview/CMakeLists.txt 2009-06-07 10:54:55.000000000 +0200
+++ ./apps/kinfocenter/usbview/CMakeLists.txt 2009-06-07 10:55:58.000000000 +0200
@@ -9,7 +9,7 @@
kde4_add_plugin(kcm_usb ${kcm_usb_PART_SRCS})
@ -10,9 +10,9 @@ diff -u -r ../apps/kinfocenter/usbview/CMakeLists.txt ../apps/kinfocenter/usbvie
install(TARGETS kcm_usb DESTINATION ${PLUGIN_INSTALL_DIR} )
diff -u -r ../apps/kinfocenter/usbview/usbdevices.cpp ../apps/kinfocenter/usbview/usbdevices.cpp
--- ../apps/kinfocenter/usbview/usbdevices.cpp 2009-06-07 10:54:55.000000000 +0200
+++ ../apps/kinfocenter/usbview/usbdevices.cpp 2009-06-07 10:55:58.000000000 +0200
diff -u -r ./apps/kinfocenter/usbview/usbdevices.cpp ./apps/kinfocenter/usbview/usbdevices.cpp
--- ./apps/kinfocenter/usbview/usbdevices.cpp 2009-06-07 10:54:55.000000000 +0200
+++ ./apps/kinfocenter/usbview/usbdevices.cpp 2009-06-07 10:55:58.000000000 +0200
@@ -294,17 +294,25 @@
/*
@ -154,9 +154,9 @@ diff -u -r ../apps/kinfocenter/usbview/usbdevices.cpp ../apps/kinfocenter/usbvie
return true;
}
#endif
diff -u -r ../apps/kinfocenter/usbview/usbdevices.h ../apps/kinfocenter/usbview/usbdevices.h
--- ../apps/kinfocenter/usbview/usbdevices.h 2009-06-07 10:54:55.000000000 +0200
+++ ../apps/kinfocenter/usbview/usbdevices.h 2009-06-07 10:59:11.000000000 +0200
diff -u -r ./apps/kinfocenter/usbview/usbdevices.h ./apps/kinfocenter/usbview/usbdevices.h
--- ./apps/kinfocenter/usbview/usbdevices.h 2009-06-07 10:54:55.000000000 +0200
+++ ./apps/kinfocenter/usbview/usbdevices.h 2009-06-07 10:59:11.000000000 +0200
@@ -14,18 +14,11 @@
#include <QList>
#include <QString>

View file

@ -1,5 +1,5 @@
--- ../apps/cmake/modules/FindPCIUTILS.cmake.orig 2008-08-07 15:20:57.000000000 +0000
+++ ../apps/cmake/modules/FindPCIUTILS.cmake 2008-12-27 11:49:04.000000000 +0000
--- ./apps/cmake/modules/FindPCIUTILS.cmake.orig 2008-08-07 15:20:57.000000000 +0000
+++ ./apps/cmake/modules/FindPCIUTILS.cmake 2008-12-27 11:49:04.000000000 +0000
@@ -14,7 +14,11 @@
FIND_LIBRARY(PCIUTILS_LIBRARY NAMES pci)
if(PCIUTILS_LIBRARY)

View file

@ -1,5 +1,5 @@
--- ../apps/kinfocenter/usbview/usbdevices.h.orig 2008-10-17 03:00:14.000000000 -0800
+++ ../apps/kinfocenter/usbview/usbdevices.h 2009-03-01 21:01:18.000000000 -0900
--- ./apps/kinfocenter/usbview/usbdevices.h.orig 2008-10-17 03:00:14.000000000 -0800
+++ ./apps/kinfocenter/usbview/usbdevices.h 2009-03-01 21:01:18.000000000 -0900
@@ -18,7 +18,12 @@
#include <bus/usb/usb.h>
#include <QStringList>

View file

@ -16,7 +16,7 @@ DIST_SUBDIR= KDE
MAINTAINER= kde@FreeBSD.org
COMMENT= Basic applications for the KDE system
LIB_DEPENDS+= lzma.0:${PORTSDIR}/archivers/lzmautils-devel \
LIB_DEPENDS= lzma.0:${PORTSDIR}/archivers/lzmautils-devel \
xine.1:${PORTSDIR}/multimedia/libxine \
slp.1:${PORTSDIR}/net/openslp
@ -32,7 +32,7 @@ MAKE_JOBS_SAFE= yes
MAN1= kdesu.1
MAN8= nepomukserver.8 nepomukservicestub.8
OPTIONS= PULSEAUDIO "Enable playback via PulseAudio soundserver" off
OPTIONS= PULSEAUDIO "Enable playback via PulseAudio soundserver" off
.include <bsd.port.pre.mk>
@ -43,18 +43,11 @@ LIB_DEPENDS+= pulse.0:${PORTSDIR}/audio/pulseaudio
CMAKE_ARGS+= -DWITH_PulseAudio:BOOL=OFF
.endif
CMAKE_ARGS+= -DCMAKE_REQUIRED_FLAGS:STRING="-L${LOCALBASE}/lib"
CMAKE_ARGS+= -DCMAKE_INCLUDE_PATH:STRING="${LOCALBASE}/include"
CMAKE_ARGS+= -DCMAKE_EXE_LINKER_FLAGS:STRING="-L${LOCALBASE}/lib"
post-extract:
${MKDIR} ${WRKSRC}
post-patch:
@${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' \
${WRKSRC}/../khelpcenter/infotree.cpp \
${WRKSRC}/../kioslave/info/kde-info2html.conf \
${WRKSRC}/../kioslave/man/kio_man.cpp \
${WRKSRC}/../kioslave/man/man2html.cpp
${PATCH_WRKSRC}/khelpcenter/infotree.cpp \
${PATCH_WRKSRC}/kioslave/info/kde-info2html.conf \
${PATCH_WRKSRC}/kioslave/man/kio_man.cpp \
${PATCH_WRKSRC}/kioslave/man/man2html.cpp
.include <bsd.port.post.mk>

View file

@ -1,5 +1,5 @@
--- ../khelpcenter/searchhandlers/khc_mansearch.pl.orig 2008-08-02 17:06:48.000000000 +0200
+++ ../khelpcenter/searchhandlers/khc_mansearch.pl 2008-08-02 17:07:03.000000000 +0200
--- ./khelpcenter/searchhandlers/khc_mansearch.pl.orig 2008-08-02 17:06:48.000000000 +0200
+++ ./khelpcenter/searchhandlers/khc_mansearch.pl 2008-08-02 17:07:03.000000000 +0200
@@ -55,7 +55,7 @@
while( <MAN> ) {
# print "RAW:$_";

View file

@ -46,12 +46,10 @@ QT_COMPONENTS= assistant corelib dbus designer gui network opengl \
USE_GETTEXT= yes
USE_ICONV= yes
MAKE_JOBS_SAFE= yes
MAN1= plasmaengineexplorer.1
MAN1= plasmaengineexplorer.1
CMAKE_ARGS+= -DCMAKE_REQUIRED_FLAGS:STRING="-L${LOCALBASE}/lib" \
-DCMAKE_INCLUDE_PATH:STRING="${LOCALBASE}/include" \
-DCMAKE_EXE_LINKER_FLAGS:STRING="-L${LOCALBASE}/lib" \
-DCMAKE_REQUIRED_FLAGS:STRING="-L${LOCALBASE}/lib" \
-DWITH_BlueZ:BOOL=OFF \
-DWITH_Sensors:BOOL=OFF \
-DWITH_NetworkManager:BOOL=OFF \
@ -68,28 +66,25 @@ CMAKE_ARGS+= -DCMAKE_REQUIRED_FLAGS:STRING="-L${LOCALBASE}/lib" \
LIB_DEPENDS+= usb-0.1.8:${PORTSDIR}/devel/libusb
.endif
post-extract:
${MKDIR} ${WRKSRC}
post-patch:
@${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' \
${WRKSRC}/../startkde.cmake \
${WRKSRC}/../kcontrol/kfontinst/lib/KfiConstants.h \
${WRKSRC}/../kcontrol/kfontinst/kio/KioFonts.cpp \
${WRKSRC}/../kcontrol/kxkb/x11helper.cpp \
${WRKSRC}/../kdm/kfrontend/genkdmconf.c
${PATCH_WRKSRC}/startkde.cmake \
${PATCH_WRKSRC}/kcontrol/kfontinst/lib/KfiConstants.h \
${PATCH_WRKSRC}/kcontrol/kfontinst/kio/KioFonts.cpp \
${PATCH_WRKSRC}/kcontrol/kxkb/x11helper.cpp \
${PATCH_WRKSRC}/kdm/kfrontend/genkdmconf.c
pre-configure:
${REINPLACE_CMD} -e 's|<qhash.h>|<QHash>|'\
${WRKSRC}/../kwin/effects/thumbnailaside/thumbnailaside.h
${PATCH_WRKSRC}/kwin/effects/thumbnailaside/thumbnailaside.h
.for item in b2/b2client.cpp kwmtheme/kwmthemeclient.cpp\
laptop/laptopclient.cpp modernsystem/modernsys.cpp\
redmond/redmond.cpp
${REINPLACE_CMD} -e 's|<qdrawutil.h>|<QtGui/qdrawutil.h>|'\
${WRKSRC}/../kwin/clients/${item}
${PATCH_WRKSRC}/kwin/clients/${item}
${REINPLACE_CMD} -e 's|addToUtmp ""|addToUtmp "${LOCALBASE}/lib"|' \
-e 's|(utempter.h|(${LOCALBASE}/include/utempter.h|' \
${WRKSRC}/../kwrited/CMakeLists.txt
${PATCH_WRKSRC}/kwrited/CMakeLists.txt
.endfor
post-install:

View file

@ -1,5 +1,5 @@
--- ../CMakeLists.txt.orig 2009-01-01 19:26:09.000000000 +0300
+++ ../CMakeLists.txt 2009-03-07 10:02:36.000000000 +0300
--- ./CMakeLists.txt.orig 2009-01-01 19:26:09.000000000 +0300
+++ ./CMakeLists.txt 2009-03-07 10:02:36.000000000 +0300
@@ -220,7 +220,7 @@
macro_write_basic_cmake_version_file(${CMAKE_CURRENT_BINARY_DIR}/KDE4WorkspaceConfigVersion.cmake
${KDE4WORKSPACE_VERSION_MAJOR} ${KDE4WORKSPACE_VERSION_MINOR} ${KDE4WORKSPACE_VERSION_PATCH})

View file

@ -1,5 +1,5 @@
--- ../kcontrol/keyboard/kcmmisc.cpp.orig 2008-04-02 08:18:22.000000000 -0400
+++ ../kcontrol/keyboard/kcmmisc.cpp 2008-07-07 14:02:16.000000000 -0400
--- ./kcontrol/keyboard/kcmmisc.cpp.orig 2008-04-02 08:18:22.000000000 -0400
+++ ./kcontrol/keyboard/kcmmisc.cpp 2008-07-07 14:02:16.000000000 -0400
@@ -505,8 +505,10 @@

View file

@ -1,5 +1,5 @@
--- ../kdm/kfrontend/CMakeLists.txt.orig 2008-07-30 17:02:54.000000000 +0300
+++ ../kdm/kfrontend/CMakeLists.txt 2008-07-30 17:03:26.000000000 +0300
--- ./kdm/kfrontend/CMakeLists.txt.orig 2008-07-30 17:02:54.000000000 +0300
+++ ./kdm/kfrontend/CMakeLists.txt 2008-07-30 17:03:26.000000000 +0300
@@ -108,6 +108,6 @@
build_confci()

View file

@ -1,5 +1,5 @@
--- ../ksmserver/fadeeffect.cpp.ori 2008-07-22 00:15:47.000000000 +0200
+++ ../ksmserver/fadeeffect.cpp 2008-07-22 00:16:13.000000000 +0200
--- ./ksmserver/fadeeffect.cpp.ori 2008-07-22 00:15:47.000000000 +0200
+++ ./ksmserver/fadeeffect.cpp 2008-07-22 00:16:13.000000000 +0200
@@ -58,7 +58,7 @@
#include "fadeeffect.moc"

View file

@ -1,5 +1,5 @@
--- ../ksysguard/gui/SystemLoad2.sgrd.orig 2009-06-09 18:07:55.000000000 +0200
+++ ../ksysguard/gui/SystemLoad2.sgrd 2009-07-03 09:35:29.000000000 +0200
--- ./ksysguard/gui/SystemLoad2.sgrd.orig 2009-06-09 18:07:55.000000000 +0200
+++ ./ksysguard/gui/SystemLoad2.sgrd 2009-07-03 09:35:29.000000000 +0200
@@ -3,7 +3,7 @@
<WorkSheet title="System Load" interval="0.5" locked="1" rows="3" columns="1" >
<host port="-1" command="ksysguardd" shell="" name="localhost" />

View file

@ -1,5 +1,5 @@
--- ../ksysguard/gui/ksgrd/SensorManager.cc.orgi 2009-01-22 23:54:35.000000000 +0100
+++ ../ksysguard/gui/ksgrd/SensorManager.cc 2009-01-22 23:54:52.000000000 +0100
--- ./ksysguard/gui/ksgrd/SensorManager.cc.orgi 2009-01-22 23:54:35.000000000 +0100
+++ ./ksysguard/gui/ksgrd/SensorManager.cc 2009-01-22 23:54:52.000000000 +0100
@@ -61,6 +61,7 @@
mDict.insert( QLatin1String( "nice" ), i18n( "Nice Load" ) );
mDict.insert( QLatin1String( "user" ), i18n( "User Load" ) );

View file

@ -1,5 +1,5 @@
--- ../ksysguard/ksysguardd/FreeBSD/CPU.c.orig 2008-01-05 00:55:46.000000000 +0100
+++ ../ksysguard/ksysguardd/FreeBSD/CPU.c 2009-02-03 20:54:08.000000000 +0100
--- ./ksysguard/ksysguardd/FreeBSD/CPU.c.orig 2008-01-05 00:55:46.000000000 +0100
+++ ./ksysguard/ksysguardd/FreeBSD/CPU.c 2009-02-03 20:54:08.000000000 +0100
@@ -49,11 +49,12 @@
struct kinfo_cputime *);
static struct kinfo_cputime cp_time, cp_old;

View file

@ -1,5 +1,5 @@
--- ../ksysguard/ksysguardd/FreeBSD/CPU.h.orig 2008-01-05 00:55:46.000000000 +0100
+++ ../ksysguard/ksysguardd/FreeBSD/CPU.h 2009-02-03 16:26:12.000000000 +0100
--- ./ksysguard/ksysguardd/FreeBSD/CPU.h.orig 2008-01-05 00:55:46.000000000 +0100
+++ ./ksysguard/ksysguardd/FreeBSD/CPU.h 2009-02-03 16:26:12.000000000 +0100
@@ -35,6 +35,10 @@
void printCPUNiceInfo(const char* cmd);
void printCPUSys(const char* cmd);

View file

@ -1,5 +1,5 @@
--- ../kwin/kcmkwin/kwinrules/ruleswidget.cpp.orgi 2008-01-30 00:38:06.000000000 +0100
+++ ../kwin/kcmkwin/kwinrules/ruleswidget.cpp 2008-01-30 00:38:38.000000000 +0100
--- ./kwin/kcmkwin/kwinrules/ruleswidget.cpp.orgi 2008-01-30 00:38:06.000000000 +0100
+++ ./kwin/kcmkwin/kwinrules/ruleswidget.cpp 2008-01-30 00:38:38.000000000 +0100
@@ -30,6 +30,7 @@
#include <assert.h>

View file

@ -1,5 +1,5 @@
--- ../libs/ksysguard/processui/CMakeLists.txt.orig 2008-06-18 16:41:37.000000000 +0400
+++ ../libs/ksysguard/processui/CMakeLists.txt 2008-06-28 13:56:54.000000000 +0400
--- ./libs/ksysguard/processui/CMakeLists.txt.orig 2008-06-18 16:41:37.000000000 +0400
+++ ./libs/ksysguard/processui/CMakeLists.txt 2008-06-28 13:56:54.000000000 +0400
@@ -1,7 +1,7 @@
include_directories( ${CMAKE_CURRENT_SOURCE_DIR}/../ ../processcore/)

View file

@ -1,5 +1,5 @@
--- ../libs/ksysguard/CMakeLists.txt.orig 2008-04-10 13:30:14.000000000 +0400
+++ ../libs/ksysguard/CMakeLists.txt 2008-06-28 14:04:29.000000000 +0400
--- ./libs/ksysguard/CMakeLists.txt.orig 2008-04-10 13:30:14.000000000 +0400
+++ ./libs/ksysguard/CMakeLists.txt 2008-06-28 14:04:29.000000000 +0400
@@ -5,7 +5,7 @@
add_subdirectory( processui )
add_subdirectory( tests )

View file

@ -16,7 +16,7 @@ DIST_SUBDIR= KDE
MAINTAINER= kde@FreeBSD.org
COMMENT= Basic applications for the KDE system
LIB_DEPENDS+= lzma.0:${PORTSDIR}/archivers/lzmautils-devel \
LIB_DEPENDS= lzma.0:${PORTSDIR}/archivers/lzmautils-devel \
xine.1:${PORTSDIR}/multimedia/libxine \
slp.1:${PORTSDIR}/net/openslp
@ -32,7 +32,7 @@ MAKE_JOBS_SAFE= yes
MAN1= kdesu.1
MAN8= nepomukserver.8 nepomukservicestub.8
OPTIONS= PULSEAUDIO "Enable playback via PulseAudio soundserver" off
OPTIONS= PULSEAUDIO "Enable playback via PulseAudio soundserver" off
.include <bsd.port.pre.mk>
@ -43,18 +43,11 @@ LIB_DEPENDS+= pulse.0:${PORTSDIR}/audio/pulseaudio
CMAKE_ARGS+= -DWITH_PulseAudio:BOOL=OFF
.endif
CMAKE_ARGS+= -DCMAKE_REQUIRED_FLAGS:STRING="-L${LOCALBASE}/lib"
CMAKE_ARGS+= -DCMAKE_INCLUDE_PATH:STRING="${LOCALBASE}/include"
CMAKE_ARGS+= -DCMAKE_EXE_LINKER_FLAGS:STRING="-L${LOCALBASE}/lib"
post-extract:
${MKDIR} ${WRKSRC}
post-patch:
@${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' \
${WRKSRC}/../khelpcenter/infotree.cpp \
${WRKSRC}/../kioslave/info/kde-info2html.conf \
${WRKSRC}/../kioslave/man/kio_man.cpp \
${WRKSRC}/../kioslave/man/man2html.cpp
${PATCH_WRKSRC}/khelpcenter/infotree.cpp \
${PATCH_WRKSRC}/kioslave/info/kde-info2html.conf \
${PATCH_WRKSRC}/kioslave/man/kio_man.cpp \
${PATCH_WRKSRC}/kioslave/man/man2html.cpp
.include <bsd.port.post.mk>

View file

@ -1,5 +1,5 @@
--- ../khelpcenter/searchhandlers/khc_mansearch.pl.orig 2008-08-02 17:06:48.000000000 +0200
+++ ../khelpcenter/searchhandlers/khc_mansearch.pl 2008-08-02 17:07:03.000000000 +0200
--- ./khelpcenter/searchhandlers/khc_mansearch.pl.orig 2008-08-02 17:06:48.000000000 +0200
+++ ./khelpcenter/searchhandlers/khc_mansearch.pl 2008-08-02 17:07:03.000000000 +0200
@@ -55,7 +55,7 @@
while( <MAN> ) {
# print "RAW:$_";

View file

@ -46,12 +46,10 @@ QT_COMPONENTS= assistant corelib dbus designer gui network opengl \
USE_GETTEXT= yes
USE_ICONV= yes
MAKE_JOBS_SAFE= yes
MAN1= plasmaengineexplorer.1
MAN1= plasmaengineexplorer.1
CMAKE_ARGS+= -DCMAKE_REQUIRED_FLAGS:STRING="-L${LOCALBASE}/lib" \
-DCMAKE_INCLUDE_PATH:STRING="${LOCALBASE}/include" \
-DCMAKE_EXE_LINKER_FLAGS:STRING="-L${LOCALBASE}/lib" \
-DCMAKE_REQUIRED_FLAGS:STRING="-L${LOCALBASE}/lib" \
-DWITH_BlueZ:BOOL=OFF \
-DWITH_Sensors:BOOL=OFF \
-DWITH_NetworkManager:BOOL=OFF \
@ -68,28 +66,25 @@ CMAKE_ARGS+= -DCMAKE_REQUIRED_FLAGS:STRING="-L${LOCALBASE}/lib" \
LIB_DEPENDS+= usb-0.1.8:${PORTSDIR}/devel/libusb
.endif
post-extract:
${MKDIR} ${WRKSRC}
post-patch:
@${REINPLACE_CMD} -e 's,/usr/local,${LOCALBASE},g' \
${WRKSRC}/../startkde.cmake \
${WRKSRC}/../kcontrol/kfontinst/lib/KfiConstants.h \
${WRKSRC}/../kcontrol/kfontinst/kio/KioFonts.cpp \
${WRKSRC}/../kcontrol/kxkb/x11helper.cpp \
${WRKSRC}/../kdm/kfrontend/genkdmconf.c
${PATCH_WRKSRC}/startkde.cmake \
${PATCH_WRKSRC}/kcontrol/kfontinst/lib/KfiConstants.h \
${PATCH_WRKSRC}/kcontrol/kfontinst/kio/KioFonts.cpp \
${PATCH_WRKSRC}/kcontrol/kxkb/x11helper.cpp \
${PATCH_WRKSRC}/kdm/kfrontend/genkdmconf.c
pre-configure:
${REINPLACE_CMD} -e 's|<qhash.h>|<QHash>|'\
${WRKSRC}/../kwin/effects/thumbnailaside/thumbnailaside.h
${PATCH_WRKSRC}/kwin/effects/thumbnailaside/thumbnailaside.h
.for item in b2/b2client.cpp kwmtheme/kwmthemeclient.cpp\
laptop/laptopclient.cpp modernsystem/modernsys.cpp\
redmond/redmond.cpp
${REINPLACE_CMD} -e 's|<qdrawutil.h>|<QtGui/qdrawutil.h>|'\
${WRKSRC}/../kwin/clients/${item}
${PATCH_WRKSRC}/kwin/clients/${item}
${REINPLACE_CMD} -e 's|addToUtmp ""|addToUtmp "${LOCALBASE}/lib"|' \
-e 's|(utempter.h|(${LOCALBASE}/include/utempter.h|' \
${WRKSRC}/../kwrited/CMakeLists.txt
${PATCH_WRKSRC}/kwrited/CMakeLists.txt
.endfor
post-install:

View file

@ -1,5 +1,5 @@
--- ../CMakeLists.txt.orig 2009-01-01 19:26:09.000000000 +0300
+++ ../CMakeLists.txt 2009-03-07 10:02:36.000000000 +0300
--- ./CMakeLists.txt.orig 2009-01-01 19:26:09.000000000 +0300
+++ ./CMakeLists.txt 2009-03-07 10:02:36.000000000 +0300
@@ -220,7 +220,7 @@
macro_write_basic_cmake_version_file(${CMAKE_CURRENT_BINARY_DIR}/KDE4WorkspaceConfigVersion.cmake
${KDE4WORKSPACE_VERSION_MAJOR} ${KDE4WORKSPACE_VERSION_MINOR} ${KDE4WORKSPACE_VERSION_PATCH})

View file

@ -1,5 +1,5 @@
--- ../kcontrol/keyboard/kcmmisc.cpp.orig 2008-04-02 08:18:22.000000000 -0400
+++ ../kcontrol/keyboard/kcmmisc.cpp 2008-07-07 14:02:16.000000000 -0400
--- ./kcontrol/keyboard/kcmmisc.cpp.orig 2008-04-02 08:18:22.000000000 -0400
+++ ./kcontrol/keyboard/kcmmisc.cpp 2008-07-07 14:02:16.000000000 -0400
@@ -505,8 +505,10 @@

View file

@ -1,5 +1,5 @@
--- ../kdm/kfrontend/CMakeLists.txt.orig 2008-07-30 17:02:54.000000000 +0300
+++ ../kdm/kfrontend/CMakeLists.txt 2008-07-30 17:03:26.000000000 +0300
--- ./kdm/kfrontend/CMakeLists.txt.orig 2008-07-30 17:02:54.000000000 +0300
+++ ./kdm/kfrontend/CMakeLists.txt 2008-07-30 17:03:26.000000000 +0300
@@ -108,6 +108,6 @@
build_confci()

View file

@ -1,5 +1,5 @@
--- ../ksmserver/fadeeffect.cpp.ori 2008-07-22 00:15:47.000000000 +0200
+++ ../ksmserver/fadeeffect.cpp 2008-07-22 00:16:13.000000000 +0200
--- ./ksmserver/fadeeffect.cpp.ori 2008-07-22 00:15:47.000000000 +0200
+++ ./ksmserver/fadeeffect.cpp 2008-07-22 00:16:13.000000000 +0200
@@ -58,7 +58,7 @@
#include "fadeeffect.moc"

View file

@ -1,5 +1,5 @@
--- ../ksysguard/gui/SystemLoad2.sgrd.orig 2009-06-09 18:07:55.000000000 +0200
+++ ../ksysguard/gui/SystemLoad2.sgrd 2009-07-03 09:35:29.000000000 +0200
--- ./ksysguard/gui/SystemLoad2.sgrd.orig 2009-06-09 18:07:55.000000000 +0200
+++ ./ksysguard/gui/SystemLoad2.sgrd 2009-07-03 09:35:29.000000000 +0200
@@ -3,7 +3,7 @@
<WorkSheet title="System Load" interval="0.5" locked="1" rows="3" columns="1" >
<host port="-1" command="ksysguardd" shell="" name="localhost" />

View file

@ -1,5 +1,5 @@
--- ../ksysguard/gui/ksgrd/SensorManager.cc.orgi 2009-01-22 23:54:35.000000000 +0100
+++ ../ksysguard/gui/ksgrd/SensorManager.cc 2009-01-22 23:54:52.000000000 +0100
--- ./ksysguard/gui/ksgrd/SensorManager.cc.orgi 2009-01-22 23:54:35.000000000 +0100
+++ ./ksysguard/gui/ksgrd/SensorManager.cc 2009-01-22 23:54:52.000000000 +0100
@@ -61,6 +61,7 @@
mDict.insert( QLatin1String( "nice" ), i18n( "Nice Load" ) );
mDict.insert( QLatin1String( "user" ), i18n( "User Load" ) );

View file

@ -1,5 +1,5 @@
--- ../ksysguard/ksysguardd/FreeBSD/CPU.c.orig 2008-01-05 00:55:46.000000000 +0100
+++ ../ksysguard/ksysguardd/FreeBSD/CPU.c 2009-02-03 20:54:08.000000000 +0100
--- ./ksysguard/ksysguardd/FreeBSD/CPU.c.orig 2008-01-05 00:55:46.000000000 +0100
+++ ./ksysguard/ksysguardd/FreeBSD/CPU.c 2009-02-03 20:54:08.000000000 +0100
@@ -49,11 +49,12 @@
struct kinfo_cputime *);
static struct kinfo_cputime cp_time, cp_old;

View file

@ -1,5 +1,5 @@
--- ../ksysguard/ksysguardd/FreeBSD/CPU.h.orig 2008-01-05 00:55:46.000000000 +0100
+++ ../ksysguard/ksysguardd/FreeBSD/CPU.h 2009-02-03 16:26:12.000000000 +0100
--- ./ksysguard/ksysguardd/FreeBSD/CPU.h.orig 2008-01-05 00:55:46.000000000 +0100
+++ ./ksysguard/ksysguardd/FreeBSD/CPU.h 2009-02-03 16:26:12.000000000 +0100
@@ -35,6 +35,10 @@
void printCPUNiceInfo(const char* cmd);
void printCPUSys(const char* cmd);

View file

@ -1,5 +1,5 @@
--- ../kwin/kcmkwin/kwinrules/ruleswidget.cpp.orgi 2008-01-30 00:38:06.000000000 +0100
+++ ../kwin/kcmkwin/kwinrules/ruleswidget.cpp 2008-01-30 00:38:38.000000000 +0100
--- ./kwin/kcmkwin/kwinrules/ruleswidget.cpp.orgi 2008-01-30 00:38:06.000000000 +0100
+++ ./kwin/kcmkwin/kwinrules/ruleswidget.cpp 2008-01-30 00:38:38.000000000 +0100
@@ -30,6 +30,7 @@
#include <assert.h>

View file

@ -1,5 +1,5 @@
--- ../libs/ksysguard/processui/CMakeLists.txt.orig 2008-06-18 16:41:37.000000000 +0400
+++ ../libs/ksysguard/processui/CMakeLists.txt 2008-06-28 13:56:54.000000000 +0400
--- ./libs/ksysguard/processui/CMakeLists.txt.orig 2008-06-18 16:41:37.000000000 +0400
+++ ./libs/ksysguard/processui/CMakeLists.txt 2008-06-28 13:56:54.000000000 +0400
@@ -1,7 +1,7 @@
include_directories( ${CMAKE_CURRENT_SOURCE_DIR}/../ ../processcore/)

View file

@ -1,5 +1,5 @@
--- ../libs/ksysguard/CMakeLists.txt.orig 2008-04-10 13:30:14.000000000 +0400
+++ ../libs/ksysguard/CMakeLists.txt 2008-06-28 14:04:29.000000000 +0400
--- ./libs/ksysguard/CMakeLists.txt.orig 2008-04-10 13:30:14.000000000 +0400
+++ ./libs/ksysguard/CMakeLists.txt 2008-06-28 14:04:29.000000000 +0400
@@ -5,7 +5,7 @@
add_subdirectory( processui )
add_subdirectory( tests )

View file

@ -8,6 +8,7 @@
PORTNAME= kdebase
PORTVERSION= ${KDE4_VERSION}
PORTREVISION= 1
CATEGORIES= x11 kde
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
@ -30,7 +31,7 @@ QT_COMPONENTS= corelib opengl dbus qt3support \
qmake_build moc_build rcc_build uic_build
USE_GETTEXT= yes
USE_KDE4= kdelibs runtime workspace kdeprefix kdehier automoc4
USE_KDE4= kdelibs workspace kdeprefix kdehier automoc4
KDE4_BUILDENV= yes
MAKE_JOBS_SAFE= yes
@ -47,16 +48,13 @@ MAN1= kappfinder.1 \
LIB_DEPENDS+= usb-0.1:${PORTSDIR}/devel/libusb
.endif
post-extract:
${MKDIR} ${WRKSRC}
post-patch:
.if ${OSVERSION} > 800090
@${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/extra-patch-libusb20
.endif
.if ${OSVERSION} >= 800100
@${REINPLACE_CMD} -e 's,usb_revision.h,usbdi.h,g' \
${WRKSRC}/../apps/kinfocenter/usbview/usbdevices.h
${PATCH_WRKSRC}/apps/kinfocenter/usbview/usbdevices.h
.endif
.include <bsd.port.post.mk>

View file

@ -1,6 +1,6 @@
diff -u -r ../apps/kinfocenter/usbview/CMakeLists.txt ../apps/kinfocenter/usbview/CMakeLists.txt
--- ../apps/kinfocenter/usbview/CMakeLists.txt 2009-06-07 10:54:55.000000000 +0200
+++ ../apps/kinfocenter/usbview/CMakeLists.txt 2009-06-07 10:55:58.000000000 +0200
diff -u -r ./apps/kinfocenter/usbview/CMakeLists.txt ./apps/kinfocenter/usbview/CMakeLists.txt
--- ./apps/kinfocenter/usbview/CMakeLists.txt 2009-06-07 10:54:55.000000000 +0200
+++ ./apps/kinfocenter/usbview/CMakeLists.txt 2009-06-07 10:55:58.000000000 +0200
@@ -9,7 +9,7 @@
kde4_add_plugin(kcm_usb ${kcm_usb_PART_SRCS})
@ -10,9 +10,9 @@ diff -u -r ../apps/kinfocenter/usbview/CMakeLists.txt ../apps/kinfocenter/usbvie
install(TARGETS kcm_usb DESTINATION ${PLUGIN_INSTALL_DIR} )
diff -u -r ../apps/kinfocenter/usbview/usbdevices.cpp ../apps/kinfocenter/usbview/usbdevices.cpp
--- ../apps/kinfocenter/usbview/usbdevices.cpp 2009-06-07 10:54:55.000000000 +0200
+++ ../apps/kinfocenter/usbview/usbdevices.cpp 2009-06-07 10:55:58.000000000 +0200
diff -u -r ./apps/kinfocenter/usbview/usbdevices.cpp ./apps/kinfocenter/usbview/usbdevices.cpp
--- ./apps/kinfocenter/usbview/usbdevices.cpp 2009-06-07 10:54:55.000000000 +0200
+++ ./apps/kinfocenter/usbview/usbdevices.cpp 2009-06-07 10:55:58.000000000 +0200
@@ -294,17 +294,25 @@
/*
@ -154,9 +154,9 @@ diff -u -r ../apps/kinfocenter/usbview/usbdevices.cpp ../apps/kinfocenter/usbvie
return true;
}
#endif
diff -u -r ../apps/kinfocenter/usbview/usbdevices.h ../apps/kinfocenter/usbview/usbdevices.h
--- ../apps/kinfocenter/usbview/usbdevices.h 2009-06-07 10:54:55.000000000 +0200
+++ ../apps/kinfocenter/usbview/usbdevices.h 2009-06-07 10:59:11.000000000 +0200
diff -u -r ./apps/kinfocenter/usbview/usbdevices.h ./apps/kinfocenter/usbview/usbdevices.h
--- ./apps/kinfocenter/usbview/usbdevices.h 2009-06-07 10:54:55.000000000 +0200
+++ ./apps/kinfocenter/usbview/usbdevices.h 2009-06-07 10:59:11.000000000 +0200
@@ -14,18 +14,11 @@
#include <QList>
#include <QString>

View file

@ -1,5 +1,5 @@
--- ../apps/cmake/modules/FindPCIUTILS.cmake.orig 2008-08-07 15:20:57.000000000 +0000
+++ ../apps/cmake/modules/FindPCIUTILS.cmake 2008-12-27 11:49:04.000000000 +0000
--- ./apps/cmake/modules/FindPCIUTILS.cmake.orig 2008-08-07 15:20:57.000000000 +0000
+++ ./apps/cmake/modules/FindPCIUTILS.cmake 2008-12-27 11:49:04.000000000 +0000
@@ -14,7 +14,11 @@
FIND_LIBRARY(PCIUTILS_LIBRARY NAMES pci)
if(PCIUTILS_LIBRARY)

View file

@ -1,5 +1,5 @@
--- ../apps/kinfocenter/usbview/usbdevices.h.orig 2008-10-17 03:00:14.000000000 -0800
+++ ../apps/kinfocenter/usbview/usbdevices.h 2009-03-01 21:01:18.000000000 -0900
--- ./apps/kinfocenter/usbview/usbdevices.h.orig 2008-10-17 03:00:14.000000000 -0800
+++ ./apps/kinfocenter/usbview/usbdevices.h 2009-03-01 21:01:18.000000000 -0900
@@ -18,7 +18,12 @@
#include <bus/usb/usb.h>
#include <QStringList>

View file

@ -8,18 +8,19 @@
PORTNAME= kdelibs-experimental
PORTVERSION= ${KDE4_VERSION}
PORTREVISION= 1
CATEGORIES= x11 kde ipv6
MASTER_SITES= ${MASTER_SITE_KDE}
MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src
PKGNAMESUFFIX?= # empty
DIST_SUBDIR= KDE
MAINTAINER= kde at FreeBSD.org
MAINTAINER= kde@FreeBSD.org
COMMENT= Experimantal set of libraries needed by KDE programs
LATEST_LINK= ${PORTNAME}4
USE_KDE4= kdelibs kdeprefix kdehier automoc4 sharedmime
USE_KDE4= kdelibs kdeprefix kdehier automoc4
KDE4_BUILDENV= yes
USE_BZIP2= yes
USE_GETTEXT= yes
@ -28,13 +29,4 @@ QT_COMPONENTS= corelib opengl dbus phonon \
qmake_build moc_build rcc_build uic_build
MAKE_JOBS_SAFE= yes
.include <bsd.port.pre.mk>
post-extract:
${MKDIR} ${WRKSRC}
pre-configure:
post-install:
.include <bsd.port.post.mk>
.include <bsd.port.mk>

Some files were not shown because too many files have changed in this diff Show more