Up to [cvs.NetBSD.org] / pkgsrc / x11 / xdm
Request diff between arbitrary revisions
Default branch: MAIN
Revision 1.38 / (download) - annotate - [select for diffs], Sun Dec 4 15:32:23 2022 UTC (7 weeks, 4 days ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q4-base,
pkgsrc-2022Q4,
HEAD
Changes since 1.37: +2 -2
lines
Diff to previous 1.37 (colored)
xdm: update to 1.1.14. This release improves compatibility for building with GNU libc 2.36, and adds a --without-xinerama option to the configure script for those who want to build without linking to libXinerama. Alan Coopersmith (6): GetChooserAddr(): verify socket address fit in provided buffer all_query_respond(): handle ConvertAddr failure sooner Use memcpy() instead of memmove() when buffers are known not to overlap chooser: avoid free of uninitialized pointer in allocation failure cleanup Only link with libbsd if needed for arc4random() or setproctitle() xdm 1.1.14 Callum Farmer (1): genauth: fix build with arc4random in glibc 2.36 Guillem Jover (1): Switch from libbsd to libbsd-overlay Matt Turner (1): configure.ac: Add option to disable Xinerama
Revision 1.37 / (download) - annotate - [select for diffs], Sun Apr 3 22:10:30 2022 UTC (9 months, 3 weeks ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2022Q3-base,
pkgsrc-2022Q3,
pkgsrc-2022Q2-base,
pkgsrc-2022Q2
Changes since 1.36: +3 -4
lines
Diff to previous 1.36 (colored)
xdm: update to 1.1.13. Alan Coopersmith (6): Fix spelling/wording issues Greeter: add parens to DRAW_STRING & TEXT_WIDTH macros for safety doneAddrs: reset addrs to NULL after freeing list gitlab CI: add a basic build test Build xz tarballs instead of bzip2 xdm 1.1.13 Matt Turner (1): configure.ac: Link with libsystemd, not libsystemd-daemon
Revision 1.36 / (download) - annotate - [select for diffs], Mon Aug 17 20:20:37 2020 UTC (2 years, 5 months ago) by leot
Branch: MAIN
CVS Tags: pkgsrc-2022Q1-base,
pkgsrc-2022Q1,
pkgsrc-2021Q4-base,
pkgsrc-2021Q4,
pkgsrc-2021Q3-base,
pkgsrc-2021Q3,
pkgsrc-2021Q2-base,
pkgsrc-2021Q2,
pkgsrc-2021Q1-base,
pkgsrc-2021Q1,
pkgsrc-2020Q4-base,
pkgsrc-2020Q4,
pkgsrc-2020Q3-base,
pkgsrc-2020Q3
Changes since 1.35: +2 -1
lines
Diff to previous 1.35 (colored)
*: revbump after fontconfig bl3 changes (libuuid removal)
Revision 1.35 / (download) - annotate - [select for diffs], Mon Jun 1 06:06:48 2020 UTC (2 years, 7 months ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2020Q2-base,
pkgsrc-2020Q2
Changes since 1.34: +1 -2
lines
Diff to previous 1.34 (colored)
x11/xdm: remove unknown configure option
Revision 1.34 / (download) - annotate - [select for diffs], Sat Jan 18 23:36:00 2020 UTC (3 years ago) by rillig
Branch: MAIN
CVS Tags: pkgsrc-2020Q1-base,
pkgsrc-2020Q1
Changes since 1.33: +2 -2
lines
Diff to previous 1.33 (colored)
all: migrate several HOMEPAGEs to https pkglint --only "https instead of http" -r -F With manual adjustments afterwards since pkglint 19.4.4 fixed a few indentations in unrelated lines. This mainly affects projects hosted at SourceForce, as well as freedesktop.org, CTAN and GNU.
Revision 1.33 / (download) - annotate - [select for diffs], Wed Mar 27 12:30:01 2019 UTC (3 years, 10 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2019Q4-base,
pkgsrc-2019Q4,
pkgsrc-2019Q3-base,
pkgsrc-2019Q3,
pkgsrc-2019Q2-base,
pkgsrc-2019Q2,
pkgsrc-2019Q1-base,
pkgsrc-2019Q1
Changes since 1.32: +3 -1
lines
Diff to previous 1.32 (colored)
xdm: Ensure standardised manual page layout across OS.
Revision 1.32 / (download) - annotate - [select for diffs], Mon Mar 4 11:43:50 2019 UTC (3 years, 10 months ago) by wiz
Branch: MAIN
Changes since 1.31: +2 -3
lines
Diff to previous 1.31 (colored)
xdm: update to 1.1.12. This release collects 7 years worth of bug fixes and code cleanups, including the fix for CVE-2013-2179 that was previously distributed as a patch against the prior release. Heads up to packagers: the config files have switched from *.cpp files that are processed by the C Pre-Processor to *.in files processed by sed, so you will have to adjust any local patches you apply to the configs. Alan Coopersmith (27): Mark some chars as const to fix gcc -Wwrite-strings warnings Fix warnings about printing longs with int type format strings Add some missing malloc failure checks Remove unused TLI ("STREAMSCONN") code from xdm Remove unused DECnet ("DNETCONN") code from xdm Remove unused NCR/Wollongong TCP ("WINTCP") code from xdm Remove old Interactive Unix ("ISC") code from xdm Assume signal handlers return void, as C89 requires Stop leaking address struct on every call to getLocalAddress() Remove old man page note about XDM-AUTHENTICATION-1 Avoid fd leak when fdopen() fails in openFiles() Show compile time options in Debug output Ensure fgets read at least one byte before modifying string configure: Drop AM_MAINTAINER_MODE autogen.sh: Honor NOCONFIGURE=1 Protect against unlikely NULL pointer dereference in FormatChooserArgument Only pass -u & -w args to sessreg if --with-{u,w}tmp-file=path specified Only free input or output to realloc, not both Mark LogPanic as noreturn per gcc's suggestion Get rid of an extraneous ; at the end of a C source line Remove non-existent cpp resource from man page Install xdm man pages under admin section (8), not user programs (1) Add missing brackets to multi-statement if in SaveServerAuthorizations Update README for gitlab migration Update configure.ac bug URL for gitlab migration Use sed instead of the C pre-processor to generate config files xdm 1.1.12 Björn Esser (1): glibc: Include <crypt.h> if needed, fix build with 2.28 ChÃ-Thanh Christopher Nguyá»©Ï (2): xdm uses arc4random without proper includes for Linux libbsd xdm uses setproctitle without proper includes for Linux libbsd David Carlier (2): fix memory leak in StorePid() fix length format in StartClient() debug message Egbert Eich (1): dm: Don't crash if argc == 0 Emil Velikov (1): autogen.sh: use quoted string variables Eric S. Raymond (1): Don't rely on the ability to set tab stops. Jeremy Huddleston (1): Require xt >= 1.0 for appdefaultdir Jeremy Huddleston Sequoia (6): Look for pam in both pam/ and security/ paths xdm: Add missing include of <arpa/inet.h> for inet_ntop Add missing return type (void) for PrintProtoDisplay Add missing prototype for PrintSockAddr Silence -Wmissing-noreturn warnings Fixup various format warnings in PrintProtoDisplay Jon TURNEY (1): Link libXdmGreet with -no-undefined libtool flag Julien Cristau (1): greeter: link against -lXrender if xft is enabled Matthieu Herrb (9): Fix build outside of source dir. Fixes distcheck too. replace <varargs.h> by <stdarg.h>. Spotted my Marco Peereboom with clang. Fix format string for systems where time_t is 64 bits long. Allow the greeter to set the input fields bg color Remove #if 0'd code Remove AIXV3, SCO, Unixware, OS/2 support Unifdef X_NO_SYS_UN Missed on arc4random() conversion. chown before chmod Micha Górny (1): Support systemd startup notification. Mihail Konev (1): autogen: add default patch prefix Peter Hutterer (1): autogen.sh: use exec instead of waiting for configure to finish Thomas Klausner (2): Use appropriate format string. Add wrapper function for write. mancha (1): Handle NULL returns from glibc 2.17+ crypt().
Revision 1.31 / (download) - annotate - [select for diffs], Mon Mar 12 11:17:58 2018 UTC (4 years, 10 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2018Q4-base,
pkgsrc-2018Q4,
pkgsrc-2018Q3-base,
pkgsrc-2018Q3,
pkgsrc-2018Q2-base,
pkgsrc-2018Q2,
pkgsrc-2018Q1-base,
pkgsrc-2018Q1
Changes since 1.30: +2 -2
lines
Diff to previous 1.30 (colored)
Recursive bumps for fontconfig and libzip dependency changes.
Revision 1.30 / (download) - annotate - [select for diffs], Fri Feb 26 11:27:17 2016 UTC (6 years, 11 months ago) by jperkin
Branch: MAIN
CVS Tags: pkgsrc-2017Q4-base,
pkgsrc-2017Q4,
pkgsrc-2017Q3-base,
pkgsrc-2017Q3,
pkgsrc-2017Q2-base,
pkgsrc-2017Q2,
pkgsrc-2017Q1-base,
pkgsrc-2017Q1,
pkgsrc-2016Q4-base,
pkgsrc-2016Q4,
pkgsrc-2016Q3-base,
pkgsrc-2016Q3,
pkgsrc-2016Q2-base,
pkgsrc-2016Q2,
pkgsrc-2016Q1-base,
pkgsrc-2016Q1
Changes since 1.29: +3 -6
lines
Diff to previous 1.29 (colored)
Use OPSYSVARS.
Revision 1.29 / (download) - annotate - [select for diffs], Wed Apr 22 19:49:09 2015 UTC (7 years, 9 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2015Q4-base,
pkgsrc-2015Q4,
pkgsrc-2015Q3-base,
pkgsrc-2015Q3,
pkgsrc-2015Q2-base,
pkgsrc-2015Q2
Changes since 1.28: +3 -1
lines
Diff to previous 1.28 (colored)
needs bsd.prefs.mk when compiler.mk was removed
Revision 1.28 / (download) - annotate - [select for diffs], Wed Apr 22 19:47:55 2015 UTC (7 years, 9 months ago) by tnn
Branch: MAIN
Changes since 1.27: +1 -7
lines
Diff to previous 1.27 (colored)
We don't need to manually add -fno-strict-aliasing here, the package does this on it's own.
Revision 1.27 / (download) - annotate - [select for diffs], Mon Aug 25 08:59:38 2014 UTC (8 years, 5 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2015Q1-base,
pkgsrc-2015Q1,
pkgsrc-2014Q4-base,
pkgsrc-2014Q4,
pkgsrc-2014Q3-base,
pkgsrc-2014Q3
Changes since 1.26: +3 -2
lines
Diff to previous 1.26 (colored)
Add missing dependency on xrdb. PR pkg/49100. Bump PKGREVISION.
Revision 1.26 / (download) - annotate - [select for diffs], Mon Aug 25 08:30:46 2014 UTC (8 years, 5 months ago) by obache
Branch: MAIN
Changes since 1.25: +1 -2
lines
Diff to previous 1.25 (colored)
Let xft to be optional. PR pkg/49101.
Revision 1.25 / (download) - annotate - [select for diffs], Sun Jun 16 13:34:30 2013 UTC (9 years, 7 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2014Q2-base,
pkgsrc-2014Q2,
pkgsrc-2014Q1-base,
pkgsrc-2014Q1,
pkgsrc-2013Q4-base,
pkgsrc-2013Q4,
pkgsrc-2013Q3-base,
pkgsrc-2013Q3,
pkgsrc-2013Q2-base,
pkgsrc-2013Q2
Changes since 1.24: +2 -2
lines
Diff to previous 1.24 (colored)
preprocessor is a tool.
Revision 1.24 / (download) - annotate - [select for diffs], Thu Jun 13 22:30:41 2013 UTC (9 years, 7 months ago) by joerg
Branch: MAIN
Changes since 1.23: +3 -7
lines
Diff to previous 1.23 (colored)
Consistently use devel/tradcpp as preprocessor.
Revision 1.23 / (download) - annotate - [select for diffs], Thu Jun 6 12:55:23 2013 UTC (9 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.22: +2 -2
lines
Diff to previous 1.22 (colored)
Bump PKGREVISION for libXft changes for NetBSD native X support on NetBSD 6, requested by tron.
Revision 1.22 / (download) - annotate - [select for diffs], Tue Jun 4 22:17:33 2013 UTC (9 years, 7 months ago) by tron
Branch: MAIN
Changes since 1.21: +2 -2
lines
Diff to previous 1.21 (colored)
Try to fix the fallout caused by the fix for PR pkg/47882. Part 3: Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
Revision 1.21 / (download) - annotate - [select for diffs], Mon Jun 3 10:06:27 2013 UTC (9 years, 7 months ago) by wiz
Branch: MAIN
Changes since 1.20: +2 -2
lines
Diff to previous 1.20 (colored)
Bump freetype2 and fontconfig dependencies to current pkgsrc versions, to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
Revision 1.20 / (download) - annotate - [select for diffs], Mon Oct 29 05:07:01 2012 UTC (10 years, 3 months ago) by asau
Branch: MAIN
CVS Tags: pkgsrc-2013Q1-base,
pkgsrc-2013Q1,
pkgsrc-2012Q4-base,
pkgsrc-2012Q4
Changes since 1.19: +1 -3
lines
Diff to previous 1.19 (colored)
Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Revision 1.19 / (download) - annotate - [select for diffs], Sun Apr 29 08:04:56 2012 UTC (10 years, 9 months ago) by sbd
Branch: MAIN
CVS Tags: pkgsrc-2012Q3-base,
pkgsrc-2012Q3,
pkgsrc-2012Q2-base,
pkgsrc-2012Q2
Changes since 1.18: +13 -1
lines
Diff to previous 1.18 (colored)
Put xdm's config files in ${PKG_SYSCONFBASE}/xdm, install them using CONF_FILES, and adjust the rc.d script. (As requested in PR#41102). Bump PKGREVISION.
Revision 1.18 / (download) - annotate - [select for diffs], Sun Apr 29 07:48:34 2012 UTC (10 years, 9 months ago) by sbd
Branch: MAIN
Changes since 1.17: +4 -3
lines
Diff to previous 1.17 (colored)
Use the --with-appdefaultdir configure arg and set both the log and pid directorys to be under ${VARBASE}.
Revision 1.17 / (download) - annotate - [select for diffs], Tue Apr 17 17:53:13 2012 UTC (10 years, 9 months ago) by joerg
Branch: MAIN
Changes since 1.16: +5 -2
lines
Diff to previous 1.16 (colored)
Use ucpp with clang
Revision 1.16 / (download) - annotate - [select for diffs], Wed Nov 9 18:28:40 2011 UTC (11 years, 2 months ago) by cheusov
Branch: MAIN
CVS Tags: pkgsrc-2012Q1-base,
pkgsrc-2012Q1,
pkgsrc-2011Q4-base,
pkgsrc-2011Q4
Changes since 1.15: +3 -3
lines
Diff to previous 1.15 (colored)
Update xdm to 1.1.11 (PR 45554). It works fine on 5.99.56 with modular xorg, build succeeds with native Xorg. Major changes since 1.10 Check for allowRootLogin on PAM and non-OpenBSD passwd authentication backends s/Sun/Oracle/g Add man page for xdmshell Only install xdmshell if --enable-xdmshell is passed to configure config: rename XDM_PRINT to XDM_TOOLKIT xdm itself doesn't need to link with Xinerama library Delete some unused variables greeter: Remove unused extern dpy that is shadowed by local variables greeter: inline valueMask for xpm window to avoid shadowing argument greeter: Add echoPasswdChar resource to set character to display greeter: Make sure text input areas stay inside the lines greeter: Replace several #ifdef XPM blocks with LOGO_W macro greeter: Make sure cursor stays in bounds too Fix potential memory leak in allocation failure cleanup path Stop checking for NULL before calling free() Stop casting free() arguments to (char *) Stop casting return values of malloc and friends Only greeter needs XPM CFLAGS & LIBS, not xdm daemon Add Solaris 11 libsocket to list of libraries to search for getifaddrs() freeifaddrs() when done with it in DefineSelf() xdm.man: address only needs 2 S's, not 3 On Solaris, make sure PAM_TTY is only ever set to an actual /dev path Bug 13455: allowNullPasswd: true doesn't work until the second login attempt Use C99 named initializers for XSetWindowAttributes structure Replace GCC_PRINTFLIKE with xproto's _X_ATTRIBUTE_PRINTF Add _X_ATTRIBUTE_PRINTF to LogVWrite declaration Stop using username retrieved from PAM before pam_end frees it. Simplify FailedLogin code fix whitespace issues
Revision 1.15 / (download) - annotate - [select for diffs], Tue Nov 1 06:03:11 2011 UTC (11 years, 2 months ago) by sbd
Branch: MAIN
Changes since 1.14: +2 -1
lines
Diff to previous 1.14 (colored)
Recursive bump for graphics/freetype2 buildlink addition.
Revision 1.14 / (download) - annotate - [select for diffs], Sat Sep 24 13:14:16 2011 UTC (11 years, 4 months ago) by joerg
Branch: MAIN
CVS Tags: pkgsrc-2011Q3-base,
pkgsrc-2011Q3
Changes since 1.13: +3 -1
lines
Diff to previous 1.13 (colored)
Override appdefaultdir inherited from pkg-config, so that e.g. with native X11R7 on NetBSD, the files don't end up in /usr/X111R7.
Revision 1.13 / (download) - annotate - [select for diffs], Mon Jul 12 11:39:57 2010 UTC (12 years, 6 months ago) by obache
Branch: MAIN
CVS Tags: pkgsrc-2011Q2-base,
pkgsrc-2011Q2,
pkgsrc-2011Q1-base,
pkgsrc-2011Q1,
pkgsrc-2010Q4-base,
pkgsrc-2010Q4,
pkgsrc-2010Q3-base,
pkgsrc-2010Q3
Changes since 1.12: +2 -3
lines
Diff to previous 1.12 (colored)
Update xdm to 1.1.10. A number of bug fixes and improvements have accumulated since xdm 1.1.9, including: - crash fixes related to syslog usage - a new option to echo stars in the password field - basic selinux support Full shortlog from 1.1.9 below. Alan Coopersmith (11): Create piddir if needed on startup Make parent authdir if needed at startup Correct default greeterLib path in man page Remove workaround for X11R3 server bug Raise xorg-macros requirement to 1.4 Update Sun license notices to current X.Org standard form echo_passwd should key off PAM no-echo state, not prompt position Replace hardcoded NAMELEN of 14 for ancient SysV with MAXNAMELEN Move m4 macros to m4 subdir as automake/libtool recommend Make sure username is not NULL when calling syslog from FailedLogin() Reject PAM conversation calls after login dialog is closed Branden Robinson (6): downgrade an error to info message Change openFiles() to avoid race-based symlink attacks. Always attempt to write data to the auth file improve error logging Improve logging of xdm's script handling rewrite StorePid() Christoph Bartoschek (1): XDM: Add support for clients that sent ipv4 addresses to a dual-stacked host Dmitry V. Levin (2): Call openlog(3) early greeter: fix logging of failed login attempts Gaetan Nadon (8): .gitignore: use common defaults with custom section # 24239 Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 Deploy the new XORG_DEFAULT_OPTIONS #24242 INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES configure.ac: restore correct order for XORG_DEFAULT_OPTIONS configure.ac: use backticks rather than $() for cmd subs lint: option -rdynamic is not valid for the lint program Georgy A. Shepelev (3): The whole widget borders width could not be set to zero. Adding an option to show stars instead of the password itself. xdm: add documentation of the "EchoPasswd" option to the man page Johannes Dewender (1): Bug #25066: exec sessreg Julien Cristau (4): Don't remove the pid file from xdm child processes xdmcp: disable IPV6_V6ONLY for ipv6 listening sockets Add missing brace in previous commit Bump to 1.1.10 Manoj Srivastava (1): xdm: add SELinux support Martin Dickopp (1): Debian bug 525596: "Login incorrect" only partially cleared on next login git tag: xdm-1.1.10
Revision 1.12 / (download) - annotate - [select for diffs], Sat Feb 6 20:03:01 2010 UTC (12 years, 11 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2010Q2-base,
pkgsrc-2010Q2,
pkgsrc-2010Q1-base,
pkgsrc-2010Q1
Changes since 1.11: +11 -6
lines
Diff to previous 1.11 (colored)
- make sure the authdir exists, reported on tech-pkg@ by Dennis den Brok. - don't include compiler.mk twice - bump PKGREVISION
Revision 1.11 / (download) - annotate - [select for diffs], Thu Jan 28 15:14:33 2010 UTC (13 years ago) by tnn
Branch: MAIN
Changes since 1.10: +2 -4
lines
Diff to previous 1.10 (colored)
Update to xdm-1.1.9 (PR pkg/42682) xdm-1.1.9: Update AC_DEFINE_DIR to latest version from Autoconf Archive Remove RCS Ids Move xdmcp ARRAY initializators to declarations Replace FORCE_CURSOR_FLASH code with simpler cursor update for passwd field Remove OS/2's duplicate copy of default path definitions in resource.c sprintf -> snprintf/asprintf conversions Documentation improvements malloc(strlen()); strcpy() -> strdup() Delete old A/UX (#ifdef macII) code Use imdent to show cpp macro nesting more clearly Remove #ifdef Lynx blocks Clarify comment/#ifdefs for USE_SIOCGLIFCONF Do a better job of getting user name for failed login log when using PAM Continue processing Xaccess after unresolvable host entry found Truncate pid file before writing new pid to it Set utmp/wtmp paths via configure instead of hardcoding them Treat all 127.0.0.0/8 addresses as localhost Update to using xorg-macros 1.3, including XORG_DEFAULT_OPTIONS Add support for AM_SILENT_RULES for building files with cpp Replace -D_XOPEN_SOURCE & -D_BSD_SOURCE with AC_USE_SYSTEM_EXTENSIONS Unrecognized argument errors shouldn't print xdm error header repeatedly Refactor & constify error logging code Log errors when failing to make authentication dirs/files Fill in COPYING file spelling fix Add some more log and debug messages session.c: Add more debugging to execute() Use xdm's _SysErrorMsg() function instead of merely printing errno Use _SysErrorMsg() in the log message in various error conditions. Use xdm's _SysErrorMsg() function instead of strerror() Add RemovePid() function, and register it with atexit() Bug 16356: xdm Xstartup/Xreset configuration files malconstructed by cpp xaw8 is gone, use xaw7 xdm compile failed due to asprintf() Add support for syslog on more than openbsd. Call InitErrorLog() right after BecomeDaemon() Remove RCS Id and put some comment here. getLocalAddress(): return 127.0.0.1 if the hostname doesn't resolve. Add variable DisplayManager.authDir to xdm-config (Fedora bug 388431) Ansification and compile warning fixes. xdm-1.1.8: Added include of pwd.h so we build correctly on OS-X - see xorg mailing list Build fix for case-insensitive file systems Fix installation of app-defaults Fix build with builddir != srcdir $(builddir) is the current directory README: nuke RCS Id Bug 10145: xdm passes file descriptors to children xdm-1.1.7: Fix distcheck. Restore #endif accidentally removed in d0d4581be22aba9021c5a672bd9e5ba719961e29 Debian bug #440389: 800x600 settings got lost, screen now too wide Darwin doesn't need __DARWIN__ anymore.
Revision 1.10 / (download) - annotate - [select for diffs], Sun Oct 25 12:15:54 2009 UTC (13 years, 3 months ago) by tnn
Branch: MAIN
CVS Tags: pkgsrc-2009Q4-base,
pkgsrc-2009Q4
Changes since 1.9: +6 -1
lines
Diff to previous 1.9 (colored)
More build fixes for non-GNU cpp(1) which usually doesn't grok -undef. From Alexander Nasonov in PR pkg/39879.
Revision 1.9 / (download) - annotate - [select for diffs], Mon Nov 10 17:21:39 2008 UTC (14 years, 2 months ago) by wiz
Branch: MAIN
CVS Tags: pkgsrc-2009Q3-base,
pkgsrc-2009Q3,
pkgsrc-2009Q2-base,
pkgsrc-2009Q2,
pkgsrc-2009Q1-base,
pkgsrc-2009Q1,
pkgsrc-2008Q4-base,
pkgsrc-2008Q4
Changes since 1.8: +2 -2
lines
Diff to previous 1.8 (colored)
Bump PKGREVISION for libXaw API depends bump due to libXaw8 removal.
Revision 1.8 / (download) - annotate - [select for diffs], Tue Jun 17 00:42:14 2008 UTC (14 years, 7 months ago) by abs
Branch: MAIN
CVS Tags: pkgsrc-2008Q3-base,
pkgsrc-2008Q3,
pkgsrc-2008Q2-base,
pkgsrc-2008Q2,
cwrapper,
cube-native-xorg-base,
cube-native-xorg
Changes since 1.7: +20 -1
lines
Diff to previous 1.7 (colored)
copy a lightly modified fix for starting xdm on ttyE4 from gdm bump PKGREVISION # The following forces the X server to start on the 5th virtual terminal. # This is suboptimal but matches the defaults for the xdm configuration, # which should work for most installations. See the definition of # DEFAULTVT in xsrc/xfree/xc/programs/xdm/config/Imakefile. # # If we do not do this, we hit a very annoying and obscure problem: during # system startup, xdm starts before init spawns gettys. If the X server # is started before init spawns the gettys (which easily happens on slow # machines), it grabs the first virtual terminal (instead of the first # "free" one). Later on, when the first getty is started, it grabs the # same terminal X used (the first one). As a result, only one of them # will receive key presses. And on slow machines, X will have lost access # to the keyboard. .if (${OPSYS} == "NetBSD" || ${OPSYS} == "OpenBSD") && \ (${MACHINE_ARCH} == "i386" || ${MACHINE_ARCH} == "x86_64") CONFIGURE_ARGS+= --with-default-vt=vt05 .endif
Revision 1.7 / (download) - annotate - [select for diffs], Sat May 24 21:45:20 2008 UTC (14 years, 8 months ago) by tnn
Branch: MAIN
Changes since 1.6: +2 -2
lines
Diff to previous 1.6 (colored)
Switch master site to MASTER_SITE_XORG.
Revision 1.6 / (download) - annotate - [select for diffs], Fri Jan 18 02:54:15 2008 UTC (15 years ago) by bjs
Branch: MAIN
CVS Tags: pkgsrc-2008Q1-base,
pkgsrc-2008Q1
Changes since 1.5: +2 -3
lines
Diff to previous 1.5 (colored)
Update to version 1.1.6. The newly added patch corrects the 800x600 section in Xresources.cpp. In addition, this release brings the following changes: - Debian Bug #376391: xdm manpage refers to non-existent section 'Typical Usage' - Debian Bug #437961: loading Xresources fails because bindir/xrdb does not exist - Update AC_DEFINE_DIR to autoconf-2.60-compatible version - Add AM_PROG_CC_C_O to clear automake-1.10 warning - Makefile.am:149: compiling `chooser.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac' - Bug #10530: xdm's path to xrdb could be configurable at compile time - Set default cursor for entire root window, not just greeter - Make #ifdef XPM only control whether XPM pixmap logo is shown - Make 3D look-and-feel independent of XPM - Set Xcursor theme to whiteglass in default login screen resources - X.Org Bug #10992: xlogin crashes if window size is too small - Add --enable-xdm-auth/--disable-xdm-auth to configure options - X.Org Bug 10632 / Debian Bug 256299: race condition in policy.c:Willing() - Document more of the greeter resources in xdm man page - Bug #11096: xdm(1) manpage should document Xft-related properties - Bug #11020: xdm doesn't set SSH_AUTH_SOCK even though using with pam_ssh - Wasn't calling pam_setcred()/pam_getenvlist() if setusercontext() was present - X.Org Bugzilla #11020: <https://bugs.freedesktop.org/show_bug.cgi?id=11020>
Revision 1.5 / (download) - annotate - [select for diffs], Wed Nov 7 17:17:55 2007 UTC (15 years, 2 months ago) by abs
Branch: MAIN
CVS Tags: pkgsrc-2007Q4-base,
pkgsrc-2007Q4
Changes since 1.4: +3 -1
lines
Diff to previous 1.4 (colored)
Add explicit option check for -inet6
Revision 1.4 / (download) - annotate - [select for diffs], Thu Aug 9 12:58:27 2007 UTC (15 years, 5 months ago) by tron
Branch: MAIN
CVS Tags: pkgsrc-2007Q3-base,
pkgsrc-2007Q3
Changes since 1.3: +4 -2
lines
Diff to previous 1.3 (colored)
Add missing dependence on "sessreg" package and bump package revision. Problem pointed out by Joerg Sonnenberger on "tech-pkg" mailing list.
Revision 1.3 / (download) - annotate - [select for diffs], Mon Aug 6 16:43:40 2007 UTC (15 years, 5 months ago) by tron
Branch: MAIN
Changes since 1.2: +2 -2
lines
Diff to previous 1.2 (colored)
Fix bugs in "rc.d" script, bump package revision.
Revision 1.2 / (download) - annotate - [select for diffs], Mon Aug 6 15:56:09 2007 UTC (15 years, 5 months ago) by joerg
Branch: MAIN
Changes since 1.1: +5 -1
lines
Diff to previous 1.1 (colored)
Hard-wire /dev/urandom on NetBSD for cross-compilation.
Revision 1.1.1.1 / (download) - annotate - [select for diffs] (vendor branch), Mon Aug 6 14:56:33 2007 UTC (15 years, 5 months ago) by tron
Branch: TNF
CVS Tags: pkgsrc-base
Changes since 1.1: +0 -0
lines
Diff to previous 1.1 (colored)
Import new "xdm" package: X Display Manager from modular X.org This package is based on Blair Sadewitz's "xdm" package in "pkgsrc-wip".
Revision 1.1 / (download) - annotate - [select for diffs], Mon Aug 6 14:56:33 2007 UTC (15 years, 5 months ago) by tron
Branch: MAIN
Initial revision