Bug 157193 - [patch] multimedia/cx88: update OSVERSION checks in makefile
Summary: [patch] multimedia/cx88: update OSVERSION checks in makefile
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: Frederic Culot
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-05-20 01:00 UTC by jason.harmening
Modified: 2011-05-20 07:50 UTC (History)
0 users

See Also:


Attachments
file.diff (1009 bytes, patch)
2011-05-20 01:00 UTC, jason.harmening
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description jason.harmening 2011-05-20 01:00:26 UTC
--Use OSVERSION instead of grep output as basis for determining whether kernel provides kmem_alloc_attr()

Fix: Patch attached with submission follows:
Comment 1 Frederic Culot freebsd_committer freebsd_triage 2011-05-20 06:14:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->culot

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-05-20 07:48:04 UTC
culot       2011-05-20 06:47:50 UTC

  FreeBSD ports repository

  Modified files:
    multimedia/cx88      Makefile 
  Log:
  - Use OSVERSION instead of grep output as basis for determining whether
    kernel provides kmem_alloc_attr()
  
  Requested by:   pav@
  PR:             ports/157193
  Submitted by:   Jason Harmening <jason.harmening@gmail.com> (maintainer)
  
  Revision  Changes    Path
  1.15      +2 -8      ports/multimedia/cx88/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 Frederic Culot freebsd_committer freebsd_triage 2011-05-20 07:48:08 UTC
State Changed
From-To: open->closed

Committed. Thanks!