2018-11-29 18:09:12 by Joerg Sonnenberger | Files touched by this commit (2) |
Log message:
Given that the launchd support is useless in the given form anyway, just
drop it. Bump revision.
|
2018-11-29 17:59:16 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
Revert last, which is rather obviously wrong from the context of the
package.
|
2018-11-27 17:29:46 by Maya Rashish | Files touched by this commit (1) |
Log message:
xinit: correct outdated PLIST.Darwin entries.
From Louis Guillaume in PR pkg/53747
|
2018-03-10 09:04:22 by Thomas Klausner | Files touched by this commit (3) | |
Log message:
xinit: update to 1.4.0.
Alan Coopersmith (1):
xinit 1.4.0
Emil Velikov (1):
autogen.sh: use quoted string variables
Gaetan Nadon (3):
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
Hans de Goede (2):
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
Ingo Schwarze (1):
remove bogus \/ escapes
Jeremy Huddleston Sequoia (3):
launchd: Install binaries into libexecdir
startx: Add -listen tcp if nolisten_tcp is disabled for XQuartz
startx: Add support for enabling IGLX for XQuartz
Mark Kettenis (1):
startx: Don't use GNU expr extensions
Mihail Konev (1):
autogen: add default patch prefix
Peter Hutterer (3):
startx: fix comment typo
startx: don't init defaultdisplay to :0
autogen.sh: use exec instead of waiting for configure to finish
Tobias Stoeckmann (1):
xinit: check for correct fork error code
|
2017-05-31 07:29:34 by Maya Rashish | Files touched by this commit (3) |
Log message:
xinit: don't use GNU expr extensions
Already committed upstream and in NetBSD
From John Vogel
|
2017-02-23 07:20:07 by Tobias Nygren | Files touched by this commit (1) |
Log message:
Don't pick up pkgsrc openssl if it happens to be installed.
Also, since native openssl may or may not include openssl(1),
switch to x11/mcookie for cookie generation instead.
Bump rev.
|
2015-11-04 04:29:14 by Alistair G. Crooks | Files touched by this commit (670) |
Log message:
Add SHA512 digests for distfiles for x11 category
Problems found locating distfiles:
Package modular-xorg-server: missing distfile xorg-server-1.17.4.tar.bz2
Package py-qt4: missing distfile PyQt-mac-gpl-4.11.1.tar.gz
Package xservers: missing distfile xservers-3.3.6.5.tar.bz2
Package xview-clients: missing distfile xview3.2p1-X11R6.tar.gz
Package xview-lib: missing distfile xview3.2p1-X11R6.tar.gz
Otherwise, existing SHA1 digests verified and found to be the same on
the machine holding the existing distfiles (morden). All existing
SHA1 digests retained for now as an audit trail.
|
2015-10-01 14:32:22 by Tobias Nygren | Files touched by this commit (2) |
Log message:
fix build on Darwin with X11_TYPE=modular
|
2014-09-11 23:35:24 by Thomas Klausner | Files touched by this commit (2) |
Log message:
Update to 1.3.4:
Alan Coopersmith (4):
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
configure: Drop AM_MAINTAINER_MODE
autogen.sh: Honor NOCONFIGURE=1
Brad Smith (1):
Remove hardcoded path to OpenSSL for OpenBSD
Hans de Goede (7):
Remove unixware / sco support
Bump required util-macros version to 1.19
Replace $RAWCPPFLAGS with $TRADITIONALCPPFLAGS when processing cpp files
startx: Under Linux start X on the current VT
startx: Pass vtX as long as the user did not specify one
startx: Make the bugzilla reference in a comment survive cpp
processing
xinit 1.3.4
|
2013-09-09 11:19:39 by Thomas Klausner | Files touched by this commit (3) |
Log message:
Update to 1.3.3:
This release contains a number of fixes for the integration with launchd
on MacOS/darwin, some general code cleanups, and build configuration
improvements.
Packagers should note that this release expands the use of the openssl
program for xauth cookie generation to any platform which has openssl
but not mcookie discoverable by configure. It assumes the presence of
the rand -hex flag originally added for OpenBSD, but now carried in the
upstream OpenSSL. The configure script will output a notice such as:
configure: startx will depend on "/usr/bin/openssl rand -hex 16" to
generate xauth cookies
in order to inform you which was chosen so you may set your package
dependencies appropriately.
Alan Coopersmith (7):
Add printf attributes suggested by gcc
If we have to forcibly kill the Xserver on Solaris, reset kbd_mode
Declare processTimeout() as taking a const string arg
Check for openssl as mkcookie fallback on all platforms, not just OpenBSD
Use pid_t instead of int for type of pids
Add Apple copyright/license notice from launchd files to COPYING
xinit 1.3.3
Egbert Eich (2):
man: Set correct config file location in man page
install: Use sysconfdir instead of libdir for config files.
Jeremy Huddleston (9):
launchd/privileged_startx: Improved error resolution
launchd: Don't provide the LaunchAgent on Tiger
launchd: Provide more verbose error reporting for launchd checkin failures
launchd: Load privileged_startx properly on Tiger
launchd: Fix the destination of moved-aside directories in privileged_startx
darwin: Silence a syslog message from defaults
laucnhd: Silence some syslog spam
Annotate Fatal and Fatalx as _X_NORETURN
XQuartz: Fix an issue where -dpi was not being passed to the server \
despite being set
Jeremy Huddleston Sequoia (1):
privileged_startx: use root:wheel instead of 0:0
Thomas Klausner (1):
Use xinitrc.d/?*.sh as the matching pattern instead of needing
a fragile sed substitution XSLASHGLOB to produce xinitrc.d/*.sh.
(If that were used literally the slash-star would confuse
cpp.)
|