Bug 146407 - audio/jack 0.118
Summary: audio/jack 0.118
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: 2010-05-08 21:30 UTC by Richard Kolkovich
Modified: 2010-05-09 01:10 UTC (History)
0 users

See Also:


Attachments
file.diff (257 bytes, patch)
2010-05-08 21:30 UTC, Richard Kolkovich
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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!