Bug 168207 - [patch] multimedia/libv4l: do not link against librt for shm_open(2)
Summary: [patch] multimedia/libv4l: do not link against librt for shm_open(2)
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: Hans Petter Selasky
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-21 22:20 UTC by Jan Beich
Modified: 2012-06-25 21:00 UTC (History)
0 users

See Also:


Attachments
nort.diff (825 bytes, patch)
2012-05-21 22:20 UTC, Jan Beich
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Jan Beich freebsd_committer freebsd_triage 2012-05-21 22:20:04 UTC
Unlike glibc our librt does not provide shm_* smybols, so avoid this linuxism.
While here get rid of code for 6.x and earlier, they're EoL.

How-To-Repeat: $ make patch
$ fgrep -r -e aio_ -e mq_ -e timer_ $(make -V WRKSRC)/
Exit 1
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2012-05-21 22:20:28 UTC
Responsible Changed
From-To: freebsd-ports-bugs->hselasky

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 dfilter service freebsd_committer freebsd_triage 2012-06-25 20:55:50 UTC
nox         2012-06-25 19:55:36 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/libv4l    Makefile 
  Log:
  - Do not link against librt for shm_open(2).
  - Remove 6.x cruft.
  - Bump PORTREVISION.
  
  PR:             ports/168207
  Submitted by:   Jan Beich <jbeich@tormail.org>
  
  Revision  Changes    Path
  1.7       +2 -6      ports/multimedia/libv4l/Makefile
_______________________________________________
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 Juergen Lock freebsd_committer freebsd_triage 2012-06-25 20:56:46 UTC
State Changed
From-To: open->closed

Committed. Thanks!