summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Replace deprecated Automake INCLUDES variable with AM_CPPFLAGSbaserock/morphAlan Coopersmith2013-01-181-1/+1
| | | | | | | | | | | | | Excerpt https://lists.gnu.org/archive/html/automake/2012-12/msg00038.html - Support for the long-deprecated INCLUDES variable will be removed altogether in Automake 1.14. The AM_CPPFLAGS variable should be used instead. This variable was deprecated in Automake releases prior to 1.10, which is the current minimum level required to build X. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Add const qualifiers to silence gcc -Wwrite-strings warningsAlan Coopersmith2012-05-233-7/+7
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Fix XpEventToWire arguments to match what libXext expectsAlan Coopersmith2012-05-231-4/+3
| | | | | | | Not that it appears to have ever been used, but this shuts up several gcc warnings. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Stop trying to use NULL for Status valuesAlan Coopersmith2012-05-231-3/+3
| | | | | | | | | | Fixes gcc errors in 64-bit builds: XpNotifyPdm.c: In function 'XpGetPdmStartParams': XpNotifyPdm.c:234:10: error: cast from pointer to integer of different size XpNotifyPdm.c:271:10: error: cast from pointer to integer of different size XpNotifyPdm.c:286:10: error: cast from pointer to integer of different size Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Strip trailing whitespaceAlan Coopersmith2011-09-1653-1014/+1014
| | | | | | | Performed with: find * -type f | xargs perl -i -p -e 's{[ \t]+$}{}' git diff -w & git diff -b show no diffs from this change Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* libXp 1.0.1libXp-1.0.1Alan Coopersmith2011-01-131-1/+1
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Remove old INSTALL file stub so we use the one from xorg-macrosAlan Coopersmith2011-01-121-8/+0
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* This is not a GNU project, so declare it foreignAlan Coopersmith2011-01-121-1/+1
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* config: Remove unnecessary calls from configure.acAlan Coopersmith2011-01-111-3/+0
| | | | | | | AC_PROG_CC & 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>
* config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERSAlan Coopersmith2011-01-111-7/+12
| | | | | | | | | Regroup AC statements under the Autoconf initialization section. Regroup AM statements under the Automake initialization section. Add missing AC_CONFIG_SRCDIR Replace deprecated arguments to AC_OUTPUT with AC_CONFIG_FILES Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* config: upgrade to util-macros 1.8 for additional man page supportAlan Coopersmith2011-01-112-12/+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>
* config: Update to XORG_DEFAULT_OPTIONS from xorg-macros 1.3Alan Coopersmith2011-01-112-11/+7
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* config: update AC_PREREQ statement to 2.60Gaetan Nadon2011-01-111-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>
* Sun's copyrights belong to Oracle nowAlan Coopersmith2010-11-2152-52/+52
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
* Fill in COPYING with licenses from source filesAlan Coopersmith2010-01-142-20/+56
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Purge CVS/RCS id tagsAlan Coopersmith2010-01-1451-67/+0
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Update Sun license notices to current X.Org standard formAlan Coopersmith2010-01-141-22/+19
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Add README with pointers to mailing list, bugzilla & git reposAlan Coopersmith2009-02-021-0/+25
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Janitor: make distcheck, compiler warnings, .gitignore.Paulo Cesar Pereira de Andrade2009-01-3012-49/+52
|
* build fix on systems with getpwuid_r()Matthieu Herrb2008-06-211-0/+3
|
* nuke RCS IdsMatthieu Herrb2008-03-094-6/+0
|
* Replace static ChangeLog with dist-hook to generate from git logJames Cloos2007-12-062-78/+10
|
* Add *~ to .gitignore to skip patch/emacs droppingsJames Cloos2007-09-031-0/+1
|
* renamed: .cvsignore -> .gitignoreAlan Coopersmith2006-07-133-0/+0
|
* Update package version number for final X11R7 release candidate.libXp-1.0.0XORG-7_1XORG-7_0_99_901XORG-7_0XORG-6_99_99_904Kevin E Martin2005-12-152-1/+6
|
* Change *man_SOURCES ==> *man_PRE to fix autotools warnings.MODULAR_COPYKevin E Martin2005-12-062-3/+8
|
* Update package version number for X11R7 RC3 release.XORG-6_99_99_903Kevin E Martin2005-12-032-1/+6
|
* Add check and cflags for malloc(0) returning NULL.Kevin E Martin2005-12-033-1/+8
|
* Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4Alan Coopersmith2005-11-281-1/+1
| | | | update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)
* Update pkgconfig files to separate library build-time dependencies fromKevin E Martin2005-11-193-3/+13
| | | | | application build-time dependencies, and update package deps to work with separate build roots.
* Update package version number for RC1 release.XORG-6_99_99_902XORG-6_99_99_901Kevin E Martin2005-10-192-1/+6
|
* Change XCOMM to \&# to allow both cpp & sed to translate correctly.XORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901Alan Coopersmith2005-10-181-5/+5
| | | | | Use XDMPIDDIR instead of XDMDIR when showing location of xdm-pid file in man page.
* Use @LIB_MAN_SUFFIX@ instead of $(LIB_MAN_SUFFIX) in macro substitutions toAlan Coopersmith2005-10-181-1/+1
| | | | work better with BSD make
* Add generated man pages to .cvsignoresAlan Coopersmith2005-10-131-0/+1
|
* Fix filenames in Makefile.amAlan Coopersmith2005-10-131-34/+34
|
* Use sed to fill in variables in man pagesAlan Coopersmith2005-10-133-2/+57
|
* Use troff macros to prevent cpp eating C comments & #defines that areAlan Coopersmith2005-10-131-3/+3
| | | | supposed to appear in man page output.
* Use troff macros to prevent cpp eating C comments & #defines that areAlan Coopersmith2005-10-126-24/+24
| | | | supposed to appear in man page output.
* Various changes preparing packages for RC0:XORG-6_99_99_900Kevin E Martin2005-07-291-1/+3
| | | | | | | | | | | - Verify and update package version numbers as needed - Implement versioning scheme - Change bug address to point to bugzilla bug entry form - Disable loadable i18n in libX11 by default (use --enable-loadable-i18n to reenable it) - Fix makedepend to use pkgconfig and pass distcheck - Update build script to build macros first - Update modular Xorg version
* Fix .so version number. Change to -version-number form for libtool toKeith Packard2005-07-142-9/+13
| | | | | ensure version numbers are consistent with monolithic tree on all platforms.
* Add .cvsignore files Switch _la_CFLAGS for AM_CFLAGS to clean up directoryKeith Packard2005-07-095-1/+39
|
* Use XPointer instead of caddr_t as info->data is declared as XPointerXORG-6_8_99_900XORG-6_8_99_16XORG-6_8_99_15XORG-6_8_99_14Keith Packard2005-07-011-1/+1
|
* - Remove fontenc from XfontSøren Sandmann Pedersen2005-06-271-2/+2
| | | | | | | | | - Add a dependency from Xfont on libfontenc - Add build system for lib/fontenc - xc/lib/font: Change #include "fontenc.h" to #include <X11/fonts/fontenc.h> in some places. - Remove dpsinfo and dpsexec from the app section of symlink.sh - Fix xp.pc.in to add XPRINT_LIBS/CFLAGS instead of X_LIBS/CFLAGS
* fix typoAlexander Gottwald2005-05-261-1/+1
|
* Add libXau to required modulesAlexander Gottwald2005-05-242-1/+6
|
* Add libXext to required modules Fix CFLAGS & LIBS to pass through correctlyAlan Coopersmith2005-05-223-4/+13
|
* revert last change, didn't do right thing at all, sorry for the noiseAdam Jackson2005-05-191-1/+1
|
* Require automake 1.7 in AM_INIT_AUTOMAKEAdam Jackson2005-05-191-1/+1
|
* Add Xp build systemSøren Sandmann Pedersen2005-05-1812-0/+215
|
* - Conditionally include config.h in xc/lib/XpXORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_13XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10Søren Sandmann Pedersen2005-05-1816-0/+48
|