The code is basically built to work with Linux utmp, which offers the
same utility functions as utmpx, so it's very easy to support utmpx.
Just regex the source code to add the missing x.
Requested by: lme (who will now give me a beer at FOSDEM)
2010-01-08 devel/asis-gpl: has been broken for 3 months
2010-01-08 devel/florist-gpl: has been broken for 3 months
2010-01-08 devel/kdesvn: has been broken for 4 months
2010-01-08 devel/radrails: has been broken for 3 months
2010-01-08 devel/rubygem-rtags: has been broken for 5 months
2010-01-12 games/hattrickorganizer: Has been broken for quite some time
2010-01-08 games/laughingman: has been broken for 3 months
2010-01-08 devel/aunit: has been broken for 3 months
2010-01-18 devel/gdb53: has been broken for 3 months
2010-01-08 lang/ccscript: has been broken for 4 months
2010-01-08 lang/gnat-glade: has been broken for 3 months
2010-01-08 lang/xsb: has been broken for 6 months
2010-01-08 multimedia/nmm: has been broken for 3 months
2010-01-08 multimedia/sabbu: has been broken for 3 months
2010-01-08 net/adasockets: has been broken for 3 months
2010-01-08 textproc/bidiv: has been broken for 3 months
2010-01-08 textproc/xmlada-gps: has been broken for 3 months
for each installed cl-* port.
Previously, some fasl files were either rebuilt when running as
root, or failed to load due to permission errors for normal users.
base is desired, it must be performed on OSVERSION basis. Also, UNZIP_CMD is
unconditionally defined as LOCALBASE/bin/unzip, so the port as-is would break
anyway.)
Reported by: pointyhat
Even pfinger properly detects utmpx, it uses <utmp.h> to figure out
whether the implementation supports ut_*. Regex the configure script to
check for these fields in <utmpx.h>.
Approved by: miwi (portmgr, implicit)
I looked at the code and even when not using utmpx it completely makes
no sense at all to handle logging. It only wrotes login entries to the
log files, but never logout entries. This will totally upset last/ac
each time you log in.
Approved by: miwi (portmgr, implicit)
(segmentation fault). Since it's no longer maintainer upstream, i'm dropping
maintainership, marking it as BROKEN and set EXPIRATION_DATE to 2010-03-20
- Changed distname.
- Removed patch for include/ircsprintf.h. It seems not needed today.
- Added patch for src/s_serv.c (it needed for custom compilation with syslog disabled)
- Removed several includes utmp.h. They are not used.
PR: ports/143008
Submitted by: "Andrey V. Elsukov" <bu7cher@yandex.ru> (maintainer)
sometimes the build would fail because of "missing" packages that
weren't actually missing (this only happened in ports that aren't
committed yet).
Rewrite the FASL placement code using the asdf-binary-locations
extension, which is already included in the cl-asdf port but needs
to be installed from ports when building for SBCL (which has its
own ASDF code). The binary-locations code generates paths unsuitable
for PLISTs, therefore it has been overridden with
lisp-specific-fasl-subdir.
Because of the new code, PLIST generation for cl-*-sbcl and cl-*-clisp
ports is now entirely automated.
All dependent cl-* ports are upgraded (obsolete code removed,
PORTREVISION bumped).