Convert from utmp.h to utmpx.h Fix: Patch attached with submission follows:
Responsible Changed From-To: freebsd-ports-bugs->wen I'll take it.
wen 2010-02-02 06:03:37 UTC FreeBSD ports repository Modified files: sysutils/idled Makefile Added files: sysutils/idled/files utmp-Makefile utmpx-Makefile utmpx-idled.c utmpx-idled.h Removed files: sysutils/idled/files patch-Makefile Log: - Convert from utmp.h to utmpx.h PR: ports/143238 Submitted by: Rob Farmer <rfarmer@predatorlabs.net> Revision Changes Path 1.15 +11 -1 ports/sysutils/idled/Makefile 1.2 +0 -104 ports/sysutils/idled/files/patch-Makefile (dead) 1.1 +104 -0 ports/sysutils/idled/files/utmp-Makefile (new) 1.1 +105 -0 ports/sysutils/idled/files/utmpx-Makefile (new) 1.1 +33 -0 ports/sysutils/idled/files/utmpx-idled.c (new) 1.1 +10 -0 ports/sysutils/idled/files/utmpx-idled.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"
State Changed From-To: open->closed Committed. Thanks!