Bug 150320 - [MAINTAINER] deskutils/plasma-applet-yawp: Unbreak with KDE 4.5.x
Summary: [MAINTAINER] deskutils/plasma-applet-yawp: Unbreak with KDE 4.5.x
Status: Closed FIXED
Alias: None
Product: Ports & Packages
Classification: Unclassified
Component: Individual Port(s) (show other bugs)
Version: Latest
Hardware: Any Any
: Normal Affects Only Me
Assignee: Max Brazhnikov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-09-06 11:00 UTC by Jason E. Hale
Modified: 2010-09-06 19:11 UTC (History)
0 users

See Also:


Attachments
2010-09-06-plasma-applet-yawp.diff (585 bytes, patch)
2010-09-06 11:00 UTC, Jason E. Hale
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jason E. Hale 2010-09-06 11:00:17 UTC
Unbreak deskutils/plasma-applet-yawp with KDE 4.5.x
There are a few places in the code that check for the version
of KDE which enable certain features.  The way the check is written,
KDE 4.5.x is unknown, so it goes to a failsafe which is for earlier
versions of KDE.

How-To-Repeat: Use attached diff.  Changes a hard check for KDE 4.4.x into any version of
KDE greater than 4.4.x.
Comment 1 Max Brazhnikov freebsd_committer freebsd_triage 2010-09-06 12:23:12 UTC
Responsible Changed
From-To: freebsd-ports-bugs->makc

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2010-09-06 19:09:33 UTC
makc        2010-09-06 18:09:20 UTC

  FreeBSD ports repository

  Modified files:
    deskutils/plasma-applet-yawp Makefile 
  Log:
  Fix build with KDE 4.5
  
  PR:             ports/150320
  Submitted by:   Jason E. Hale (maintainer)
  
  Revision  Changes    Path
  1.13      +2 -0      ports/deskutils/plasma-applet-yawp/Makefile
_______________________________________________
cvs-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/cvs-all
To unsubscribe, send any mail to "cvs-all-unsubscribe@freebsd.org"
Comment 3 Max Brazhnikov freebsd_committer freebsd_triage 2010-09-06 19:11:32 UTC
State Changed
From-To: open->closed

Committed, with minor changes. Thanks!