ports/163054: [patch] audio/jack pkg-plist incorrect when options are not default

Edward.Sanford.Sutton at FreeBSD.org Edward.Sanford.Sutton at FreeBSD.org
Sun Dec 4 10:14:03 UTC 2011


>Number:         163054
>Category:       ports
>Synopsis:       [patch] audio/jack pkg-plist incorrect when options are not default
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          sw-bug
>Submitter-Id:   current-users
>Arrival-Date:   Sun Dec 04 10:14:02 UTC 2011
>Closed-Date:
>Last-Modified:
>Originator:     Edward Sanford Sutton, III
>Release:        8.2-STABLE #0: Tue Oct 11 01:30:25 MST 2011
>Organization:
>Environment:
FreeBSD darkstar.l.net 8.2-STABLE FreeBSD 8.2-STABLE #0: Tue Oct 11 01:30:25 MST 2011     mirror176 at darkstar.l.net:/usr/obj/usr/src/sys/MYKERNEL8  amd64
>Description:
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.
>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.
>Fix:


Patch attached with submission follows:

--- ../portstrees/FreeBSD/ports/audio/jack/pkg-plist.orig	2011-12-03 01:57:47.255650432 -0700
+++ ../portstrees/FreeBSD/ports/audio/jack/pkg-plist	2011-12-03 02:01:23.318505692 -0700
@@ -43,12 +43,16 @@
 include/jack/types.h
 include/jack/weakmacros.h
 include/jack/weakjack.h
+%%ALSA%%lib/jack/a2j_in.la
+%%ALSA%%lib/jack/a2j_in.so
 lib/jack/inprocess.la
 lib/jack/inprocess.so
 lib/jack/intime.la
 lib/jack/intime.so
 %%ALSA%%lib/jack/jack_alsa.la
 %%ALSA%%lib/jack/jack_alsa.so
+%%ALSA%%lib/jack/jack_alsa_midi.la
+%%ALSA%%lib/jack/jack_alsa_midi.so
 lib/jack/jack_dummy.la
 lib/jack/jack_dummy.so
 lib/jack/jack_net.la
@@ -83,6 +87,7 @@
 %%DOCS%%share/jack-audio-connection-kit/reference/html/globals_0x6f.html
 %%DOCS%%share/jack-audio-connection-kit/reference/html/globals_0x70.html
 %%DOCS%%share/jack-audio-connection-kit/reference/html/globals_0x74.html
+%%DOCS%%share/jack-audio-connection-kit/reference/html/globals_0x77.html
 %%DOCS%%share/jack-audio-connection-kit/reference/html/globals_defs.html
 %%DOCS%%share/jack-audio-connection-kit/reference/html/globals_enum.html
 %%DOCS%%share/jack-audio-connection-kit/reference/html/globals_eval.html


>Release-Note:
>Audit-Trail:
>Unformatted:



More information about the freebsd-ports-bugs mailing list