Bug 163054 - [patch] audio/jack pkg-plist incorrect when options are not default
Summary: [patch] audio/jack pkg-plist incorrect when options are not default
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-multimedia (Nobody)
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-12-04 10:14 UTC by Edward.Sanford.Sutton, III
Modified: 2011-12-09 11:00 UTC (History)
0 users

See Also:


Attachments
file.diff (1.13 KB, patch)
2011-12-04 10:14 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-12-04 10:14:02 UTC
audio/jack installs libraries without noting them for uninstall when WITH_ALSA is defined. One installed html document is not noted when WITH_DOCS is defined.

Fix: Patch attached with submission follows:
How-To-Repeat: `make -DWITH_ALSA` causes the libraries to be installed without logging them. `make -DWITH_DOCS` will fail to log an html file.
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2011-12-04 10:14:49 UTC
Responsible Changed
From-To: freebsd-ports-bugs->freebsd-multimedia

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-12-09 10:51:12 UTC
sylvio      2011-12-09 10:50:58 UTC

  FreeBSD ports repository

  Modified files:
    audio/jack           Makefile pkg-plist 
  Log:
  - Fix pkg-plist incorrect when options are not default
  - BUMP PORTREVISION
  
  PR:             ports/163054
  Submitted by:   "Edward.Sanford.Sutton, III" <mirror176@cox.net>
  Feature safe:   yes
  
  Revision  Changes    Path
  1.64      +1 -0      ports/audio/jack/Makefile
  1.26      +5 -0      ports/audio/jack/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 3 Sylvio Cesar Teixeira freebsd_committer freebsd_triage 2011-12-09 10:51:18 UTC
State Changed
From-To: open->closed

Committed. Thanks!