diff options
author | Markus Brueffer <markus@FreeBSD.org> | 2009-08-21 15:07:14 +0000 |
---|---|---|
committer | Markus Brueffer <markus@FreeBSD.org> | 2009-08-21 15:07:14 +0000 |
commit | 8a1ab9b9609e0f5c176f810d5ac5217dd80b118d (patch) | |
tree | 6d90c0dbf6172775bdd33f223c6b9b2ecee94650 /x11/kdebase4-workspace/Makefile | |
parent | 99d8707b8584c617206c7f1a961e3103cee7e4fc (diff) |
- Implement/Add the sensor 'system/uptime' for/to ksysguardd. As intended
sideeffect, this fixes the plasma systemmonitor applets as most of them
were using this sensor internally for management of the sensor list due
to a limitation of ksysguardd. As this sensor didn't exist on FreeBSD,
they showed nada.
- Add a patch from upstream to fix the network part of the plasma
systemmonitor [1]
- Bump PORTREVISION
Obtained from: KDE SVN (rev. 1001470) [1]
7.x testing by: decept on #kde-freebsd (Freenode)
Notes
Notes:
svn path=/head/; revision=240038
Diffstat (limited to 'x11/kdebase4-workspace/Makefile')
-rw-r--r-- | x11/kdebase4-workspace/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/x11/kdebase4-workspace/Makefile b/x11/kdebase4-workspace/Makefile index 337edf9ce630..3218cd5fcba2 100644 --- a/x11/kdebase4-workspace/Makefile +++ b/x11/kdebase4-workspace/Makefile @@ -8,6 +8,7 @@ PORTNAME= kdebase-workspace PORTVERSION= ${KDE4_VERSION} +PORTREVISION= 1 CATEGORIES= x11 kde MASTER_SITES= ${MASTER_SITE_KDE} MASTER_SITE_SUBDIR= ${KDE4_BRANCH}/${PORTVERSION}/src @@ -73,6 +74,7 @@ post-patch: ${PATCH_WRKSRC}/kcontrol/kfontinst/kio/KioFonts.cpp \ ${PATCH_WRKSRC}/kcontrol/kxkb/x11helper.cpp \ ${PATCH_WRKSRC}/kdm/kfrontend/genkdmconf.c + ${CP} ${FILESDIR}/uptime.* ${WRKSRC}/ksysguard/ksysguardd/FreeBSD/ pre-configure: ${REINPLACE_CMD} -e 's|<qhash.h>|<QHash>|'\ |