summaryrefslogtreecommitdiff
path: root/sysutils/p5-Sys-Utmp
AgeCommit message (Collapse)AuthorFilesLines
2010-08-21Bump the PKGREVISION for all packages which depend directly on perl,seb1-2/+2
to trigger/signal a rebuild for the transition 5.10.1 -> 5.12.1. The list of packages is computed by finding all packages which end up having either of PERL5_USE_PACKLIST, BUILDLINK_API_DEPENDS.perl, or PERL5_PACKLIST defined in their make setup (tested via "make show-vars VARNAMES=..."), minus the packages updated after the perl package update. sno@ was right after all, obache@ kindly asked and he@ led the way. Thanks!
2010-07-21Fixing hash sum of patch-aasno1-2/+2
2010-07-19Updating sysutils/p5-Sys-Utmp from 1.6 to 1.6nb1 to remark some fixes:sno4-23/+60
- Fix Utmp.xs to compile on NetBSD (fixes PR pkg/42082) - Apply patch from RT#52369 (FreeBSD 7.2: compilation error and host support) see https://rt.cpan.org/Ticket/Display.html?id=52369
2009-03-22Importing package for Sys::Utmp - an object(ish) interface to UTMP files.sno4-0/+101
Sys::Utmp provides a vaguely object oriented interface to the Unix user accounting file (sometimes /etc/utmp or /var/run/utmp). Whilst it would prefer to use the getutent() function from the systems C libraries it will attempt to provide its own if they are missing. Oked by joerg@