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-06-18Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parametersAlan Coopersmith1-2/+2
configure.ac:44: warning: AC_OUTPUT should be used without arguments. configure.ac:44: You should run autoupdate. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2021-12-06Build xz tarballs instead of bzip2Alan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2021-12-06gitlab CI: add a basic build testAlan Coopersmith1-0/+118
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>
2015-04-16xfindproxy 1.0.4xfindproxy-1.0.4Alan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.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>
2014-06-02This is not a GNU project, so declare it foreign.Alan Coopersmith4-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2014-05-23Add -version option to print program versionAlan Coopersmith2-2/+14
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2014-05-23Print which option was in error along with usage messageAlan Coopersmith1-5/+27
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-09-07xfindproxy 1.0.3xfindproxy-1.0.3Alan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-09-05Fix some clang integer conversion warnings in cvthexkey()Alan Coopersmith1-4/+4
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-09-05Mark input string to cvthexkey() as constAlan Coopersmith1-2/+3
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-09-05Move global appContext into main() to avoid shadow warningsAlan Coopersmith1-2/+1
All other uses of appContext rely on the arguments passed to functions, so move this one to the only scope it's needed in. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-08-02Stop casting malloc return valuesAlan Coopersmith2-2/+2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2013-01-16Fix some clang warnings about implicit integer size/sign conversionsAlan Coopersmith2-8/+9
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2012-08-24Convert STRING_BYTES & STORE_STRING from macros to inline functionsAlan Coopersmith1-13/+18
Solves gcc errors from passing an auto-allocated array in some of the calls: xfindproxy.c:288:20: error: the address of ‘authName’ will always evaluate as ‘true’ xfindproxy.c:288:20: error: the address of ‘authName’ will always evaluate as ‘true’ xfindproxy.c:302:2: error: the address of ‘authName’ will always evaluate as ‘true’ Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2011-08-19xfindproxy only depends on xproto, not x11Alan Coopersmith1-1/+1
It includes <X11/Xos.h>, <X11/Xmd.h>, and <X11/Xfuncs.h>, but does not include any headers or call any functions from libX11. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> Reviewed-by; Jeremy Huddleston <jeremyhu@apple.com>
2011-01-07xfindproxy 1.0.2xfindproxy-1.0.2Alan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2011-01-05config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSAlan Coopersmith1-5/+8
Regroup AC statements under the Autoconf initialization section. Regroup AM statements under the Automake initialization section. Add missing AC_CONFIG_SRCDIR Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2011-01-05config: 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>
2011-01-05config: upgrade to util-macros 1.8 for additional man page supportAlan Coopersmith2-23/+5
Use MAN_SUBST now supplied in XORG_MANPAGE_SECTIONS The value of MAN_SUBST is the same for all X.Org packages. Use AC_PROG_SED now supplied by XORG_DEFAULT_OPTIONS The existing statement can now be removed from the configuration file. Use automake provided $(AM_V_GEN) and XORG_DEFAULT_OPTIONS provided $(SED) Enables silent rule and use platform appropriate version of sed. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2011-01-05Migrate to XORG_DEFAULT_OPTIONS from xorg-macros 1.3Alan Coopersmith2-16/+6
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-08-06Fill in COPYING file with copyright notices from source codeAlan Coopersmith1-8/+19
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-04-26Set bug reporting address in configure.ac to freedesktop bugzillaAlan Coopersmith1-1/+3
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2009-10-01Add README with pointers to mailing lists, bugzilla, & gitAlan Coopersmith1-0/+30
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-01-21Correct make distcheck and some sparse/gcc warnings.Paulo Cesar Pereira de Andrade4-10/+22
Most remaining warnings are due to a macro that checks if it's argument is not NULL, but arguments are strings in the stack.
2007-12-06Replace static ChangeLog with dist-hook to generate from git logJames Cloos2-35/+10
2007-09-03Add *~ to .gitignore to skip patch/emacs droppingsJames Cloos1-0/+1
2007-08-23Rename .cvsignore to .gitignoreJames Cloos1-0/+0
2005-12-21Update package version for X11R7 release.xfindproxy-1.0.1XORG-7_1XORG-7_0_99_901XORG-7_0Kevin E Martin2-1/+6
2005-12-19Stub COPYING filesAdam Jackson1-0/+12
2005-12-15Update package version number for final X11R7 release candidate.xfindproxy-1.0.0XORG-6_99_99_904Kevin E Martin2-1/+6
2005-12-06Change *man_SOURCES ==> *man_PRE to fix autotools warnings.MODULAR_COPYKevin E Martin2-3/+8
2005-12-03Update package version number for X11R7 RC3 release.XORG-6_99_99_903Kevin E Martin2-1/+6
2005-11-28Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4Alan Coopersmith1-1/+1
update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
2005-11-21Another pass at .cvsignores for apps.Eric Anholt1-0/+4
2005-11-20Add/improve .cvsignore files for apps.Eric Anholt1-0/+15
2005-11-09Update package version number for X11R7 RC2 release.XORG-6_99_99_902Kevin E Martin2-1/+6
2005-11-01Update pkgcheck depedencies to work with separate build roots.Kevin E Martin2-1/+6
2005-10-19Update package version number for RC1 release.XORG-6_99_99_901Kevin E Martin2-1/+6
2005-10-17Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions toAlan Coopersmith1-1/+1
work better with BSD make
2005-10-14Add XORG_MANPAGE_SECTIONS & XORG_RELEASE_VERSIONAlan Coopersmith1-0/+3
2005-10-14Use sed to fill in variables in man pageAlan Coopersmith1-1/+32
2005-10-06Fix typo (man_MANS -> man1_MANS) so man page is installed correctly.Alan Coopersmith1-1/+1
2005-09-27Add build system for xfindproxySøren Sandmann Pedersen9-0/+85
2004-04-23Merging XORG-CURRENT into trunksco_port_update-baserel-0-6-1lg3d-rel-0-7-0lg3d-rel-0-6-2lg3d-baseXORG-6_99_99_900XORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901XORG-6_8_99_900XORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_7XORG-6_8_99_6XORG-6_8_99_5XORG-6_8_99_4XORG-6_8_99_3XORG-6_8_99_2XORG-6_8_99_16XORG-6_8_99_15XORG-6_8_99_14XORG-6_8_99_13XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10XORG-6_8_99_1XORG-6_8_2XORG-6_8_1_904XORG-6_8_1_903XORG-6_8_1_902XORG-6_8_1_901XORG-6_8_1XORG-6_8_0XORG-6_7_99_904XORG-6_7_99_903XORG-6_7_99_902XORG-6_7_99_901XORG-6_7_99_2XORG-6_7_99_1XACE-SELINUX-MERGEXORG-6_8-branchEgbert Eich2-2/+2
2004-03-14Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004xf86-4_4_99_1Egbert Eich2-2/+2