Bug 119733 - x11/kdebase3 - KDE Base doesn't properly link with HAL libraries
Summary: x11/kdebase3 - KDE Base doesn't properly link with HAL libraries
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: freebsd-kde (group)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-01-16 23:50 UTC by andrew
Modified: 2008-01-18 17:41 UTC (History)
0 users

See Also:


Attachments
file.diff (464 bytes, patch)
2008-01-16 23:50 UTC, andrew
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description andrew 2008-01-16 23:50:01 UTC
Due to a bug in 'configure' script, ports/kdebase3 installs with broken KDE mediamanager support.

Fix: Please put the following patch into "ports/x11/kdebase3/files" directory (obviously, without .txt extension).


Patch attached with submission follows:
How-To-Repeat: Just build the appropriate ports, click on the "System" icon, when on the "Storage Media" icon. You'll get error message: "KDE mediamanager is not running".
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2008-01-17 20:27:31 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kde

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Michael Nottebrock freebsd_committer freebsd_triage 2008-01-18 15:48:25 UTC
Cannot reproduce here.

The sysutils/hal port installs hal and hal-storage pkgconfig files and both 
should work just fine for detecting hal during configure. Can you please 
check whether you have /usr/local/libdate/pkgconfig/hal.pc? If not, try 
reinstalling the sysutils/hal port.
Comment 3 Michael Nottebrock freebsd_committer freebsd_triage 2008-01-18 15:50:24 UTC
Please disregard the last message, I misunderstood the problem.
Comment 4 dfilter service freebsd_committer freebsd_triage 2008-01-18 17:36:32 UTC
lofi        2008-01-18 17:36:25 UTC

  FreeBSD ports repository

  Modified files:
    x11/kdebase3         Makefile 
  Added files:
    x11/kdebase3/files   patch-configure 
  Log:
  Use the hal-storage pkgconfig data for configuring mediamanager's
  libraries.
  
  PR:             ports/119733
  Submitted by:   Andrew Kolchoogin <andrew@rinet.ru>
  
  Revision  Changes    Path
  1.202     +1 -1      ports/x11/kdebase3/Makefile
  1.3       +11 -0     ports/x11/kdebase3/files/patch-configure (new)
_______________________________________________
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 5 Michael Nottebrock freebsd_committer freebsd_triage 2008-01-18 17:41:45 UTC
State Changed
From-To: open->closed

Committed, thanks!