head 1.3; access; symbols pkgsrc-2013Q2:1.3.0.2 pkgsrc-2013Q2-base:1.3 pkgsrc-2012Q4:1.2.0.6 pkgsrc-2012Q4-base:1.2 pkgsrc-2012Q3:1.2.0.4 pkgsrc-2012Q3-base:1.2 pkgsrc-2012Q2:1.2.0.2 pkgsrc-2012Q2-base:1.2 pkgsrc-2012Q1:1.1.0.40 pkgsrc-2012Q1-base:1.1 pkgsrc-2011Q4:1.1.0.38 pkgsrc-2011Q4-base:1.1 pkgsrc-2011Q3:1.1.0.36 pkgsrc-2011Q3-base:1.1 pkgsrc-2011Q2:1.1.0.34 pkgsrc-2011Q2-base:1.1 pkgsrc-2011Q1:1.1.0.32 pkgsrc-2011Q1-base:1.1 pkgsrc-2010Q4:1.1.0.30 pkgsrc-2010Q4-base:1.1 pkgsrc-2010Q3:1.1.0.28 pkgsrc-2010Q3-base:1.1 pkgsrc-2010Q2:1.1.0.26 pkgsrc-2010Q2-base:1.1 pkgsrc-2010Q1:1.1.0.24 pkgsrc-2010Q1-base:1.1 pkgsrc-2009Q4:1.1.0.22 pkgsrc-2009Q4-base:1.1 pkgsrc-2009Q3:1.1.0.20 pkgsrc-2009Q3-base:1.1 pkgsrc-2009Q2:1.1.0.18 pkgsrc-2009Q2-base:1.1 pkgsrc-2009Q1:1.1.0.16 pkgsrc-2009Q1-base:1.1 pkgsrc-2008Q4:1.1.0.14 pkgsrc-2008Q4-base:1.1 pkgsrc-2008Q3:1.1.0.12 pkgsrc-2008Q3-base:1.1 cube-native-xorg:1.1.0.10 cube-native-xorg-base:1.1 pkgsrc-2008Q2:1.1.0.8 pkgsrc-2008Q2-base:1.1 cwrapper:1.1.0.6 pkgsrc-2008Q1:1.1.0.4 pkgsrc-2008Q1-base:1.1 pkgsrc-2007Q4:1.1.0.2 pkgsrc-2007Q4-base:1.1; locks; strict; comment @# @; 1.3 date 2013.02.11.09.18.46; author wiz; state dead; branches; next 1.2; 1.2 date 2012.06.10.16.40.24; author wiz; state Exp; branches; next 1.1; 1.1 date 2007.11.23.12.23.40; author bjs; state Exp; branches; next ; desc @@ 1.3 log @Update to 1.0.8: Alan Coopersmith (4): Fix some clang warnings about implicit conversions Combine usage message into a single string Add -V option to print version number sessreg 1.0.8 Ed Schouten (3): Place NetBSD specific #defines in the proper place. Make the `line' variable local to main(). Remove dubious code. Thomas Klausner (1): Fix compilation on NetBSD - undefined *TMPX paths @ text @$NetBSD: patch-ab,v 1.2 2012/06/10 16:40:24 wiz Exp $ Ugh ... more arbitrary per-OS preprocessor fun; let's replace this with something we can keep track of more intuitively. --- sessreg.h.orig 2011-06-26 16:30:31.000000000 +0000 +++ sessreg.h @@@@ -76,7 +76,7 @@@@ #endif #ifdef CSRG_BASED -#if !defined(__FreeBSD__) && !defined(__OpenBSD__) +#ifdef NO_COLON_ZERO_IN_UTMP /* *BSD doesn't like a ':0' type entry in utmp */ #define NO_UTMP #endif @ 1.2 log @Update to 1.0.7. 1.0.7: This release features a lot of cleanups, portability & build configuration improvements, and some fixes for building on BSD releases, especially recent versions of FreeBSD. 1.0.6: This release mostly covers build fixes, including one needed for building on FreeBSD 9.0, and minor janitorial cleanups. 1.0.5: A minor release featuring documentation improvements and janitorial cleanups. sessreg is used by display managers such as xdm and gdm to record X sessions in utmp, wtmp, and lastlog files. 1.0.4: Alan Coopersmith: X_NOT_POSIX bits for pre-POSIX-1990 systems not needed any more Version bump: 1.0.4 David Nusinow: Require xproto instead of libX11 for building (bug #9631) James Cloos: Add missing PHONY line for automatic ChangeLog generation @ text @d1 1 a1 1 $NetBSD: patch-ab,v 1.1 2007/11/23 12:23:40 bjs Exp $ @ 1.1 log @ Update to sessreg-1.0.3. Remove patch-aa, as the portability fix is integrated. Also, replace per-OS preprocessor directives for #define NO_UTMP in sessreg.h with NO_COLON_ZERO_IN_UTMP. Please see Makefile and patch-ab for clarification. While here, add CONFIGURE_ARGS+=--localstatedir=${VARBASE:Q} and BUILD_DEFS+=VARBASE, as this package definitely uses it. Upstream change: - X.Org Bug #9887: sessreg should include sys/types.h on FreeBSD X.Org Bugzilla #9887: @ text @d1 1 a1 1 $NetBSD$ d6 1 a6 1 --- sessreg.h.orig 2007-06-11 18:41:04.000000000 -0400 d8 1 a8 1 @@@@ -86,7 +86,7 @@@@ @