Bug 166546 - [PATCH] multimedia/qt4-phonon-gst: do not remove a directory already manage by qt4-phonon
Summary: [PATCH] multimedia/qt4-phonon-gst: do not remove a directory already manage b...
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: 2012-03-31 22:20 UTC by Baptiste Daroussin
Modified: 2012-04-07 01:10 UTC (History)
1 user (show)

See Also:


Attachments
qt4-phonon-gst-4.7.4.patch (516 bytes, patch)
2012-03-31 22:20 UTC, Baptiste Daroussin
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Baptiste Daroussin freebsd_committer freebsd_triage 2012-03-31 22:20:11 UTC
qt4-phonon already create a drop the phonon_backend directory, do not remove it in the gst plugin list

Spotted by pkgng exp-run

Port maintainer (kde@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.99_4 (mode: change, diff: CVS)
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-03-31 22:20:25 UTC
Responsible Changed
From-To: freebsd-ports-bugs->kde

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Alberto Villa freebsd_committer freebsd_triage 2012-04-06 23:13:07 UTC
State Changed
From-To: open->patched

Fix committed to area51. Instead of patching qt4-phonon-gst, I patched 
qt4-phonon.
Comment 3 dfilter service freebsd_committer freebsd_triage 2012-04-07 01:01:47 UTC
avilla      2012-04-07 00:01:37 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/qt4-phonon Makefile pkg-plist 
  Log:
  - Avoid creating an empty directory. [1]
  - Remove USE_KDE4, it's useless.
  - Use bsd.port.mk instead of its pre and post variants.
  - Bump PORTREVISION.
  
  PR:             166546 [1]
  Feature safe:   yes
  
  Revision  Changes    Path
  1.11      +3 -6      ports/multimedia/qt4-phonon/Makefile
  1.8       +0 -2      ports/multimedia/qt4-phonon/pkg-plist
_______________________________________________
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 4 Alberto Villa freebsd_committer freebsd_triage 2012-04-07 01:03:14 UTC
State Changed
From-To: patched->closed

Fix committed to ports. Thanks for reporting!