Bug 161871 - [patch] multimedia/mjpegtools plist incorrect with QUICKTIME=true
Summary: [patch] multimedia/mjpegtools plist incorrect with QUICKTIME=true
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: Steve Wills
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-21 12:10 UTC by Edward.Sanford.Sutton, III
Modified: 2012-03-03 03:00 UTC (History)
0 users

See Also:


Attachments
file.diff (931 bytes, patch)
2011-10-21 12:10 UTC, Edward.Sanford.Sutton, III
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Edward.Sanford.Sutton, III 2011-10-21 12:10:11 UTC
  multimedia/mjpegtools installs bin/qttoy4m and bin/y4mtoqt when built with WITH_QUICKTIME defined. They are never included in pkg-plist. The attached patch adds them to pkg-plist only when the option is checked.
  Should PORTREVISION be increased when files were previously left behind? Should it be increased in the case of an update that removes entries from a pkg-plist that point to a file that is not included? Is it ever okay to set PORTREVISION in the .if test (maybe with a comment by the main one at the start of the file) so only those impacted by the change will spend time on the rebuild?
  I did not follow the PLIST_SUB convention used elsewhere in the file of ":=" and instead used the plain "=" that I have seen with other ports and in the porter's handbook. A change of := looks like it needs the : listed in pkg-plist variables too if it is changed to that.

Fix: Patch attached with submission follows:
How-To-Repeat: install multimedia/mjpegtools with QUICKTIME checked at config screen; packaging and uninstalls will leave behind two files.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-10-21 12:11:03 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-multimedia

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 Steve Wills freebsd_committer freebsd_triage 2012-03-03 01:09:15 UTC
Responsible Changed
From-To: freebsd-multimedia->swills

I'll take it.
Comment 3 Steve Wills freebsd_committer freebsd_triage 2012-03-03 02:53:01 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 4 dfilter service freebsd_committer freebsd_triage 2012-03-03 02:53:02 UTC
swills      2012-03-03 02:52:48 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/mjpegtools Makefile pkg-plist 
  Log:
  - Fix plist issue with QUICKTIME=true
  
  PR:             ports/161871
  Submitted by:   "Edward.Sanford.Sutton, III" <mirror176@cox.net>
  
  Revision  Changes    Path
  1.80      +2 -0      ports/multimedia/mjpegtools/Makefile
  1.23      +2 -0      ports/multimedia/mjpegtools/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"