Bug 117879 - misc/zaptel: [PATCH]: unbreak 8.0-current
Summary: misc/zaptel: [PATCH]: unbreak 8.0-current
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: Maxim Sobolev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-11-06 20:30 UTC by Philip M. Gollucci
Modified: 2008-03-31 14:50 UTC (History)
0 users

See Also:


Attachments
file.txt (894 bytes, text/plain)
2007-11-06 20:30 UTC, Philip M. Gollucci
no flags Details
misc_zaptel.diff.txt (602 bytes, text/plain)
2007-11-07 21:48 UTC, pgollucci
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Philip M. Gollucci 2007-11-06 20:30:03 UTC
cvs rlog -r1.12 src/sys/sys/kthread.h
----------------------------
revision 1.12
date: 2007/10/26 17:03:22;  author: julian;  state: Exp;  lines: +1 -1
kthread_exit needs no stinkin argument.

Prototype changed.

While I'm here, fix __this__ particular patch file name since its already there.

files/patch-zaptel::zaptel.c-> files/patch-zaptel__zaptel.c

Fix: Patch attached with submission follows:
Comment 1 Edwin Groothuis freebsd_committer freebsd_triage 2007-11-06 20:30:09 UTC
Responsible Changed
From-To: freebsd-ports-bugs->sobomax

Over to maintainer (via the GNATS Auto Assign Tool)
Comment 2 pgollucci 2007-11-07 21:18:21 UTC
This isn't quite right, I need to conditionalize this:

grep kthread_exit */sys/sys/kthread.h
src-RELENG_5/sys/sys/kthread.h:void    kthread_exit(int) __dead2;
src-RELENG_6/sys/sys/kthread.h:void    kthread_exit(int) __dead2;
src-RELENG_7/sys/sys/kthread.h:void    kthread_exit(int) __dead2;
src-HEAD/sys/sys/kthread.h    :void    kthread_exit(void) __dead2;



-- 
------------------------------------------------------------------------
Philip M. Gollucci (philip@ridecharge.com)
o:703.549.2050x206
Senior System Admin - Riderway, Inc.
http://riderway.com / http://ridecharge.com
1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB  B89E 1324 9B4F EC88 A0BF

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.
Comment 3 pgollucci 2007-11-07 21:48:27 UTC
Here is the correct one:

Note, no files added or deleted this time.

http://www.freebsd.org/doc/en_US.ISO8859-1/books/porters-handbook/freebsd-versions.html
>>8.0-CURRENT after renaming kthread_create() and friends to
>>kproc_create() etc.



-- 
------------------------------------------------------------------------
Philip M. Gollucci (philip@ridecharge.com)
o:703.549.2050x206
Senior System Admin - Riderway, Inc.
http://riderway.com / http://ridecharge.com
1024D/EC88A0BF 0DE5 C55C 6BF3 B235 2DAB  B89E 1324 9B4F EC88 A0BF

Work like you don't need the money,
love like you'll never get hurt,
and dance like nobody's watching.
Comment 4 Pav Lucistnik freebsd_committer freebsd_triage 2008-03-31 14:36:15 UTC
State Changed
From-To: open->closed

Committed, thanks!
Comment 5 dfilter service freebsd_committer freebsd_triage 2008-03-31 14:46:57 UTC
pav         2008-03-31 13:46:47 UTC

  FreeBSD ports repository

  Modified files:
    misc/zaptel/files    patch-zaptel::zaptel.c 
  Log:
  - Fix build on 8-CURRENT
  
  PR:             ports/117879, ports/118061
  Submitted by:   Philip M. Gollucci <pgollucci@p6m7g8.com>, erwin
  Approved by:    maintainer timeout (sobomax; 4 months)
  
  Revision  Changes    Path
  1.5       +28 -4     ports/misc/zaptel/files/patch-zaptel::zaptel.c
_______________________________________________
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"