Bug 161405 - [patch] [maintainer] net/openafs: catch up to sys_ kernel API change
Summary: [patch] [maintainer] net/openafs: catch up to sys_ kernel API change
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: Ryan Steinmetz
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2011-10-08 23:00 UTC by Ben Kaduk
Modified: 2011-10-15 01:40 UTC (History)
0 users

See Also:


Attachments
file.diff (4.21 KB, patch)
2011-10-08 23:00 UTC, Ben Kaduk
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Ben Kaduk 2011-10-08 23:00:04 UTC
In r225617, kmacy renamed a bunch of kernel functions, in effect changing the API.  The OpenAFS kernel module needs to be updated for that API change, preferably before the 9.0 release actually happens.

Fix: Patch attached with submission follows:
How-To-Repeat: try to build net/openafs on 9-stable or 10-current
Comment 1 Ryan Steinmetz freebsd_committer freebsd_triage 2011-10-11 02:00:50 UTC
Responsible Changed
From-To: freebsd-ports-bugs->zi

I'll take it.
Comment 2 dfilter service freebsd_committer freebsd_triage 2011-10-15 01:37:37 UTC
zi          2011-10-15 00:37:24 UTC

  FreeBSD ports repository

  Modified files:
    net/openafs          Makefile 
  Added files:
    net/openafs/files    patch-src__afs__FBSD__osi_groups.c 
                         patch-src__afs__afs_pioctl.c 
                         patch-src__afs__afs_prototypes.h 
                         patch-src__rx__FBSD__rx_knet.c 
  Log:
  - Resolve build failures in 9.0-STABLE and 10-CURRENT
  
  PR:             ports/161405, ports/161366
  Submitted by:   Ben Kaduk <kaduk@mit.edu> (maintainer)
  
  Revision  Changes    Path
  1.9       +2 -0      ports/net/openafs/Makefile
  1.1       +22 -0     ports/net/openafs/files/patch-src__afs__FBSD__osi_groups.c (new)
  1.1       +16 -0     ports/net/openafs/files/patch-src__afs__afs_pioctl.c (new)
  1.1       +16 -0     ports/net/openafs/files/patch-src__afs__afs_prototypes.h (new)
  1.1       +16 -0     ports/net/openafs/files/patch-src__rx__FBSD__rx_knet.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 Ryan Steinmetz freebsd_committer freebsd_triage 2011-10-15 01:38:27 UTC
State Changed
From-To: open->closed

Committed. Thanks!