6 Commits

Author SHA256 Message Date
5ea6ed0941 - Update to version 1.4.2
* Fix spelling/wording issues
  * gitlab CI: add a basic build test
  * gitlab CI: stop requiring Signed-off-by in commits
  * man page: Update remote display example from rsh to ssh
  * Remove non-portable grep usage from startx
  * Don't wait for X to finish starting if it has died
  * stop unsetting DBUS_SESSION_BUS_ADDRESS variable
  * darwin: Drop support for macOS 10.7 and earlier
  * darwin: Ensure we launch the user startx from $HOME
  * darwin: Specify +extension GLX when the user requests IGLX support
  * darwin: Wait for font_cache to complete to avoid a race with `xset fb=`
  * man: Restore non-SCO UNIX bits of the man page
  * startx: use uname -n instead of hostname
  * startx: Source XINITRC and XSERVERRC variables
  * startx: don't attempt to catch SIGKILL
- supersedes xinit-nolonger-unset-dbus-session.patch
- refreshed xinit-suse.patch

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xinit?expand=0&rev=62
2022-12-04 22:20:35 +00:00
7433d6f4be Accepting request 622069 from home:fcrozat:branches:X11:XOrg
- Do not check /var/lib/X11/X anymore, it is obsolete
  (FATE#325524).

(maybe DISPLAYMANAGER_XSERVER should be completely killed in /etc/sysconfig/displaymanager ? )

OBS-URL: https://build.opensuse.org/request/show/622069
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xinit?expand=0&rev=40
2018-07-11 11:35:39 +00:00
0be8d38e75 - Update to version 1.4.0
* autogen.sh: use quoted string variables
  * Remove SCO support for SHELL_CMD and startx man page.
  * Remove support for ancient A/UX 3.0 support
  * Remove left over $(launchagents_DATA) in CLEANFILES
  * startx: Pass -keeptty when telling the server to start on the current tty
  * startx: Fix startx picking an already used display number when -nolock is used
  * remove bogus \/ escapes
  * launchd: Install binaries into libexecdir
  * startx: Add -listen tcp if nolisten_tcp is disabled for XQuartz
  * startx: Add support for enabling IGLX for XQuartz
  * startx: Don't use GNU expr extensions
  * autogen: add default patch prefix
  * startx: fix comment typo
  * startx: don't init defaultdisplay to :0
  * autogen.sh: use exec instead of waiting for configure to finish
  * xinit: check for correct fork error code

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xinit?expand=0&rev=38
2018-04-04 14:40:10 +00:00
d7e6048d71 Accepting request 306145 from home:Ledest:bashisms
fix bashism in startx script

OBS-URL: https://build.opensuse.org/request/show/306145
OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xinit?expand=0&rev=29
2015-05-10 08:55:39 +00:00
69bbebc9b2 - startx.cpp:
* /usr/X11R6/bin/X --> /usr/bin/X
  * /var/X11R6/bin/X --> /var/lib/X11/X
- refreshed patches

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xinit?expand=0&rev=23
2015-01-28 09:39:14 +00:00
3bb28eaf77 - Fixed some more spacing and minor issues in adapted patches
- Fixed some spacing and single quote vs backtick issues
  in patches 

- Corrections to variable names in xinit-suse.patch and
  xinit-tolerant-hostname-changes.patch 

- Update to version 1.3.4:
  + Changes from 1.3.3
    - Fix warnings about parameters to startServer & startClient
      shadowing globals
    - Pass files to cpp via CLI arg instead of stdin to workaround
      gcc 4.8 change (fdo#69439) 
    - Remove unixware / sco support
    - Bump required util-macros version to 1.19
    - Replace $RAWCPPFLAGS with $TRADITIONALCPPFLAGS when processing
      cpp files
    - Under Linux start X on the current VT (rh#806491)
    - startx; Pass vtX as long as the user did not specify one
    - configure: Drop AM_MAINTAINER_MODE
    - autogen.sh: Honor NOCONFIGURE=1
    - startx: Make the bugzilla reference in a comment survive cpp
      processing (fdo#83019)
    - Remove hardcoded path to OpenSSL for OpenBSD
  + Patches refactored/renamed for version change
  + Added:
    - xinit-client-session.patch
    - xinit-tolerant-hostname-changes.patch
    - xinit-suse.patch
    - xinit-1.3.4.tar.bz2
  + Modified:
    - xinit-client-session.patch
  + Dropped:
    - xinit-tolerant-hostname-changes.diff
    - xinit-suse.diff
    - xinit-1.3.3.tar.bz2

OBS-URL: https://build.opensuse.org/package/show/X11:XOrg/xinit?expand=0&rev=19
2015-01-21 09:42:12 +00:00