Bug 143518 - [PATCH] misc/orville-write utmp.h --> utmpx.h
Summary: [PATCH] misc/orville-write utmp.h --> utmpx.h
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: Martin Wilke
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-02-03 07:30 UTC by Robert Farmer
Modified: 2010-02-10 14:40 UTC (History)
0 users

See Also:


Attachments
file.diff (22.76 KB, patch)
2010-02-03 07:30 UTC, Robert Farmer
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Robert Farmer 2010-02-03 07:30:01 UTC
* Convert to using utmpx.h on current

Fix: Patch attached with submission follows:
Comment 1 Martin Wilke freebsd_committer freebsd_triage 2010-02-03 13:47:33 UTC
Responsible Changed
From-To: freebsd-ports-bugs->miwi

I'll take it.
Comment 2 Martin Wilke freebsd_committer freebsd_triage 2010-02-10 14:38:14 UTC
State Changed
From-To: open->closed

Committed. Thanks!
Comment 3 dfilter service freebsd_committer freebsd_triage 2010-02-10 14:38:54 UTC
miwi        2010-02-10 14:38:19 UTC

  FreeBSD ports repository

  Modified files:
    misc/orville-write   Makefile 
  Added files:
    misc/orville-write/files utmpx-amin.c utmpx-getutent.c 
                             utmpx-getutent.h utmpx-helpers.c 
                             utmpx-huh.c utmpx-lib_common.c 
                             utmpx-lib_common.h utmpx-mesg.c 
                             utmpx-wrt_him.c utmpx-wrt_me.c 
                             utmpx-wrttmp.h 
  Log:
  - Fix build on HEAD
  
  PR:             143518
  Submitted by:   Rob Farmer <rfarmer@predatorlabs.net>
  
  Revision  Changes    Path
  1.11      +17 -1     ports/misc/orville-write/Makefile
  1.1       +40 -0     ports/misc/orville-write/files/utmpx-amin.c (new)
  1.1       +106 -0    ports/misc/orville-write/files/utmpx-getutent.c (new)
  1.1       +13 -0     ports/misc/orville-write/files/utmpx-getutent.h (new)
  1.1       +84 -0     ports/misc/orville-write/files/utmpx-helpers.c (new)
  1.1       +35 -0     ports/misc/orville-write/files/utmpx-huh.c (new)
  1.1       +19 -0     ports/misc/orville-write/files/utmpx-lib_common.c (new)
  1.1       +11 -0     ports/misc/orville-write/files/utmpx-lib_common.h (new)
  1.1       +159 -0    ports/misc/orville-write/files/utmpx-mesg.c (new)
  1.1       +150 -0    ports/misc/orville-write/files/utmpx-wrt_him.c (new)
  1.1       +34 -0     ports/misc/orville-write/files/utmpx-wrt_me.c (new)
  1.1       +37 -0     ports/misc/orville-write/files/utmpx-wrttmp.h (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"