Bug 146407

Summary: audio/jack 0.118
Product: Ports & Packages Reporter: Richard Kolkovich <richard>
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 Richard Kolkovich 2010-05-08 21:30:00 UTC
audio/jack fails to build.  This was reported for the previous version as PR 145121.  The build error is as follows:

memops.c:33:20: error: endian.h: No such file or directory
gmake[3]: *** [jack_alsa_la-memops.lo] Error 1

Fix: Attached patch

Patch attached with submission follows:
How-To-Repeat: cd /usr/ports/audio/jack && make
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2010-05-08 21:30:12 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 2010-05-09 01:02:18 UTC
sylvio      2010-05-09 00:02:05 UTC

  FreeBSD ports repository

  Added files:
    audio/jack/files     patch-drivers-alsa_memops.c 
  Log:
  - Fixed location of include endian.h to file drivers/alsa/memops.c
  
  PR:             ports/146407
  Submitted by:   Richard Kolkovich <richard@sigil.org>
  
  Revision  Changes    Path
  1.1       +11 -0     ports/audio/jack/files/patch-drivers-alsa_memops.c (new)
_______________________________________________
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 2010-05-09 01:02:30 UTC
State Changed
From-To: open->closed

Committed. Thanks!