Bug 133970

Summary: multimedia/libdvdcss: libdvdcss.pc installed to wrong location (QAT Fix)
Product: Ports & Packages Reporter: Scot Hetzel <swhetzel>
Component: Individual Port(s)Assignee: Dmitry Marakasov <amdmi3>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

Description Scot Hetzel 2009-04-24 16:50:02 UTC
QAT system identified that libdvdcss.pc was being installed into the wrong location:

=== Checking filesystem state
 list of extra files and directories in / (not present before this port was installed but present after it was deinstalled)
 8219854        4 drwxr-xr-x    2 root             wheel                 512 Apr 24 01:53 usr/local/lib/pkgconfig
 8219855        4 -r--r--r--    1 root             wheel                 252 Apr 24 01:53 usr/local/lib/pkgconfig/libdvdcss.pc
 ================================================================
 build of /usr/ports/multimedia/libdvdcss ended at Fri Apr 24 01:53:23 UTC 2009

Fix: The attached patch corrects this problem.

Patch attached with submission follows:
How-To-Repeat: hp010# ls /usr/local/lib/pkgconfig
ls: /usr/local/lib/pkgconfig: No such file or directory

cd /usr/ports/multimedia/libdvdcss
make install
make deinstall

hp010# ls /usr/local/lib/pkgconfig
libdvdcss.pc
Comment 1 Dmitry Marakasov freebsd_committer freebsd_triage 2009-04-24 17:09:35 UTC
Responsible Changed
From-To: freebsd-ports-bugs->amdmi3

I'll take it.
Comment 2 Dmitry Marakasov freebsd_committer freebsd_triage 2009-04-27 01:43:41 UTC
State Changed
From-To: open->closed

Committed on Apr 25th by itetcu