summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2023-02-09gitlab CI: stop requiring Signed-off-by in commitsHEADmasterAlan Coopersmith1-2/+2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-04-03rstart 1.0.6rstart-1.0.6Alan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-01-09Fix spelling/wording issuesAlan Coopersmith3-10/+10
Found by using: codespell --builtin clear,rare,usage,informal,code,names Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2021-12-07Build xz tarballs instead of bzip2Alan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2021-12-07gitlab CI: add a basic build testAlan Coopersmith1-0/+98
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2020-11-17Use system strdup() instead of hand-coded Strdup()Alan Coopersmith1-15/+2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2020-11-17rstartd.real: Avoid buffer overflow reading from config fileAlan Coopersmith1-0/+5
Fixes: 20978_58 from https://cyber-itl.org/2020/10/28/citl-7000-defects.html Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2018-11-21Update configure.ac bug URL for gitlab migrationAlan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2018-11-16Update README for gitlab migrationAlan Coopersmith2-13/+5
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2017-01-26autogen: add default patch prefixMihail Konev1-0/+3
Signed-off-by: Mihail Konev <k.mvc@ya.ru>
2017-01-26autogen.sh: use quoted string variablesEmil Velikov1-4/+4
Place quotes around the $srcdir, $ORIGDIR and $0 variables to prevent fall-outs, when they contain space. Signed-off-by: Emil Velikov <emil.l.velikov@gmail.com> Reviewed-by: Peter Hutterer <peter.hutterer@who-t.net> Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
2017-01-26autogen.sh: use exec instead of waiting for configure to finishPeter Hutterer1-1/+1
Syncs the invocation of configure with the one from the server. Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net> Reviewed-by: Emil Velikov <emil.velikov@collabora.com>
2014-06-02autogen.sh: Honor NOCONFIGURE=1Alan Coopersmith1-2/+3
See http://people.gnome.org/~walters/docs/build-api.txt Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2014-06-02configure: Drop AM_MAINTAINER_MODEAlan Coopersmith2-2/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-09-25error: couldn't open directory 'm4': No such file or directory #67196Gaetan Nadon1-1/+0
With later versions of Autotools, it is an error to have AC_CONFIG_MACRO_DIR([m4]) without having the m4 directory created. For rstart, there are no custom macros and it does not use libtool. This statement can then be deleted. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2013-09-23Fix ./configure error: "sysconfdir: command not found"Gaetan Nadon1-1/+1
There should be not brackets around sysconfdir. Note that the value is "${prefix}/etc" and can only be used later in Makefile.am. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2013-08-22The scripts in the commands subdir are missing execute permissionsGaetan Nadon1-3/+6
These were treated as _DATA and installed with -m 644 option on the /usr/bin/install program. Use _SCRIPTS Automake constructs for scripts. Reviewed-by: Julien Cristau <jcristau@debian.org> Tested-by: Julien Cristau <jcristau@debian.org> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2013-02-10rstart 1.0.5rstart-1.0.5Alan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-01-04man: Set correct config file location in man pageEgbert Eich2-1/+2
Change the config file location from a hard coded path to what is set during build. Signed-off-by: Egbert Eich <eich@freedesktop.org> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-01-04install: Use sysconfdir instead of libdir for config files.Egbert Eich2-2/+5
Most X packages today install their config files in sysconfigdir, only a few are left which still put their configuration in libdir. Fix and consolidate setting of the config dir in one place. Signed-off-by: Egbert Eich <eich@freedesktop.org> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2012-08-23Eliminate use of tab stops. Use real TBL markup.Eric S. Raymond1-3/+6
These changes enable structural translation to DocBook. Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
2011-03-11Make Makefile.am's compatible with Solaris makeAlan Coopersmith2-4/+4
Solaris make won't substitute $< in explicit rules, only implicit ones Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2011-01-28config: upgrade configure.acGaetan Nadon1-3/+10
No functional change, applying standard statements and commenting. http://wiki.x.org/wiki/NewModuleGuidelines Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2011-01-28config: rstartd.real does not require linking to any libraryGaetan Nadon1-2/+0
It depends on xproto which does not provide libraries. Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2011-01-28config: move scripts into their own directoryGaetan Nadon8-33/+38
Complete the pattern of having targets in subdirs Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2011-01-28config: add links from x and x11 from @AliasesGaetan Nadon3-6/+15
This was part of the FIXME code removed earlier. The information was read from the @Aliases file, but it has not changed for the past 8 years. If it does change, the makefile will need to be updated. The links are broken in 1.0.2 and restored in 1.0.3 Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Using Automake, these links are now properly removed when uninstalling. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2011-01-28config: let the specs directory handle the specs filesGaetan Nadon3-13/+13
For now, simply distribute the files, the troff docs will get converted to DocBook/XML. Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2011-01-28config: let the samples directory handle the samplesGaetan Nadon3-36/+35
In this case, simply distribute the samples, no installation Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2011-01-28config: install contexts files using AutomakeGaetan Nadon5-47/+27
This replaces the *FIXME* shell code which "generates in place" the contexts files rather than doing a proper installation using the $INSTALL automake specified program. Using Automake, we can now "uninstall" the commands. The links in @Aliases will be dealt with in following patches, in case in turns out they are not needed. Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2011-01-28config: install commands using AutomakeGaetan Nadon3-27/+12
This replaces the *FIXME* shell code which "generates in place" the commands rather than doing a proper installation using the $INSTALL automake specified program. Using Automake, we can now "uninstall" the commands. Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2011-01-28config: -DPACKAGEname and -DENVPREFIX not required in config.inGaetan Nadon4-13/+11
Their value is hard coded in the Makefile and cannot be changed at build time. The ENVPREFIX instance in install-data-hook will be handled later. Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2011-01-28config: use sed rather than cpp to substitute config valuesGaetan Nadon4-54/+40
A simple sed substitution will do for config values Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2011-01-28config: use sed rather than cpp to substitute rsh command valueGaetan Nadon3-128/+128
Use @RSH@ from autconf to obtain the rsh command value. Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2011-01-28config: use sed rather than cpp to substitute directory valuesGaetan Nadon3-34/+33
Use @rstartdir@ from autconf to obtain the $libdir/X11/rstart value. Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2011-01-28config: -DBINDIR not required in server.cppGaetan Nadon2-2/+2
The value of BINDIR and LIBDIR are always identical. There are no configure option to change it. These are not bindir and libdir from automake, the value is always $libdir/X11/rstart. Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2011-01-28config: -DSERVERNAME not required in client.cc and server.cppGaetan Nadon3-4/+4
The server name, rstartd, is hard coded in the makefile and there are no configure options to change it. Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2011-01-28config: use a single directory variable to represent $lib/X11/rstartGaetan Nadon2-20/+20
There are numerous places where the rstart lib directory is needed. One of the 4 strings is used, all have the same value: rstart_serverdir $(libdir)/X11/rstart configdir DATA_DIR There are no configure options to let user assign a different directory for one of the places where the value is needed. The patch assigns a new value called rstartdir to represent the root dir from where files and other directories are created. Because it ends with "dir" it can be used as a prefix to primary variables such as PROGRAMS or DATA. Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2011-01-13config: move man pages into their own directoryGaetan Nadon5-28/+21
Use services provided by XORG_MANPAGE_SECTIONS. Use standard Makefile for man pages. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2011-01-13man: remove trailing spaces and tabsGaetan Nadon2-5/+5
Using s/[ \t]*$// Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2011-01-12config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSGaetan Nadon1-1/+1
This silences an Autoconf warning
2010-10-30rstart 1.0.4rstart-1.0.4Alan Coopersmith1-1/+2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-30config: update AC_PREREQ statement to 2.60Gaetan Nadon1-1/+1
Unrelated to the previous patches, the new value simply reflects the reality that the minimum level for autoconf to configure all x.org modules is 2.60 dated June 2006. ftp://ftp.gnu.org/gnu/autoconf/autoconf-2.60.tar.gz Signed-off-by: Gaetan Nadon <memsize@videotron.ca> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-30config: Remove unnecessary calls from configure.acAlan Coopersmith1-13/+4
AC_PROG_CC, AC_PROG_SED & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-30Add note to readme explaining what this is, and to use ssh insteadAlan Coopersmith1-0/+6
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-08-06Fill in COPYING file with copyright notices from source codeAlan Coopersmith1-10/+19
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-07-09Change PKG_CHECK_MODULES to only use xproto not x11Alan Coopersmith1-1/+1
Doesn't call any libX11 functions, so don't need to link against it. Just has #include <X11/Xos.h> which is in xproto. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2009-11-26Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon1-0/+1
Now that the INSTALL file is generated. Allows running make maintainer-clean.
2009-10-28INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon5-3/+6
Add missing INSTALL file. Use standard GNU file on building tarball README may have been updated Remove AUTHORS file as it is empty and no content available yet. Remove NEWS file as it is empty and no content available yet.
2009-10-26Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432Gaetan Nadon1-2/+0
ChangeLog filename is known to Automake and requires no further coding in the makefile.
2009-10-22.gitignore: use common defaults with custom section # 24239Gaetan Nadon1-13/+67
Using common defaults will reduce errors and maintenance. Only the very small or inexistent custom section need periodic maintenance when the structure of the component changes. Do not edit defaults.