Bug 163054

Summary: [patch] audio/jack pkg-plist incorrect when options are not default
Product: Ports & Packages Reporter: Edward.Sanford.Sutton, III <mirror176>
Component: Individual Port(s)Assignee: freebsd-multimedia (Nobody) <multimedia>
Status: Closed FIXED    
Severity: Affects Only Me    
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.diff none

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!