summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* config: update AC_PREREQ statement to 2.60Gaetan Nadon2010-04-051-3/+3
| | | | | | | | | | 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>
* config: remove the pkgconfig pc.in file from EXTRA_DISTGaetan Nadon2010-03-291-4/+1
| | | | | | Automake always includes it in the tarball. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* config: remove execute permission on source C fileGaetan Nadon2010-03-272-0/+0
| | | | | | | Introduced in 85f77401635dfa57d40de89aa2c9f39a344a8d3b "Fix build problems on WIN32 platforms" Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
* Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon2009-11-271-2/+2
| | | | | Now that the INSTALL file is generated. Allows running make maintainer-clean.
* INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon2009-10-284-231/+5
| | | | | | | 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.
* Deploy the new XORG_DEFAULT_OPTIONS #24242Gaetan Nadon2009-10-271-3/+4
| | | | | | This macro aggregate a number of existing macros that sets commmon X.Org components configuration options. It shields the configuration file from future changes.
* Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432Gaetan Nadon2009-10-261-1/+0
| | | | | ChangeLog filename is known to Automake and requires no further coding in the makefile.
* .gitignore: use common defaults with custom section # 24239Gaetan Nadon2009-10-221-12/+61
| | | | | | 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.
* This is not a GNU project, so declare it foreign.Jeremy Huddleston2009-10-211-1/+1
| | | | | | | | | | | | | | | | | | On Wed, 2009-10-21 at 13:36 +1000, Peter Hutterer wrote: > On Tue, Oct 20, 2009 at 08:23:55PM -0700, Jeremy Huddleston wrote: > > I noticed an INSTALL file in xlsclients and libXvMC today, and it > > was quite annoying to work around since 'autoreconf -fvi' replaces > > it and git wants to commit it. Should these files even be in git? > > Can I nuke them for the betterment of humanity and since they get > > created by autoreconf anyways? > > See https://bugs.freedesktop.org/show_bug.cgi?id=24206 As an interim measure, replace AM_INIT_AUTOMAKE([dist-bzip2]) with AM_INIT_AUTOMAKE([foreign dist-bzip2]). This will prevent the generation of the INSTALL file. It is also part of the 24206 solution. Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
* libXmu 1.0.5libXmu-1.0.5Alan Coopersmith2009-09-231-1/+1
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONSAlan Coopersmith2009-09-232-9/+5
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Add pointer to API docs in xorg-docs to READMEAlan Coopersmith2009-09-231-0/+3
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* libXmu: check for LONG64, not LONG_64Julien Cristau2009-03-311-3/+3
| | | | | | | | | | | The latter isn't defined anywhere, so editres hasn't been able to read a pointer on 64bit since about 10 years. Admittedly, this should be using stdint types, but... Debian bug#521887 <http://bugs.debian.org/521887> Reported-by: Samuel Thibault <samuel.thibault@ens-lyon.org> Signed-off-by: Julien Cristau <jcristau@debian.org>
* Add README with pointers to mailing list, bugzilla & git reposAlan Coopersmith2009-02-021-1/+25
| | | | Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
* Janitor: make distcheck, compiler warnings, .gitignore.Paulo Cesar Pereira de Andrade2009-01-296-25/+18
|
* Add libX11 to libXmu dependenciesAlan Coopersmith2008-08-041-1/+1
|
* Fix build problems on WIN32 platformsColin Harrison2008-04-292-0/+4
|
* Switch to winsock2Colin Harrison2008-04-261-1/+1
|
* nuke RCS IdsMatthieu Herrb2008-03-091-2/+0
|
* Compile warning fix by using Cardinal instead of int.Paulo Cesar Pereira de Andrade2008-02-281-1/+1
| | | | This also matches the function prototype.
* Version bump: 1.0.4libXmu-1.0.4Alan Coopersmith2008-01-141-1/+1
|
* Coverity #52: Dead code in get_os_name()Alan Coopersmith2008-01-141-0/+4
|
* Clear sparse warnings: Using plain integer as NULL pointerAlan Coopersmith2008-01-133-5/+8
|
* Add hooks for checking sources with tools like lint & sparseAlan Coopersmith2008-01-113-2/+48
|
* Replace static ChangeLog with dist-hook to generate from git logJames Cloos2007-12-062-187/+10
|
* Add *~ to .gitignore to skip patch/emacs droppingsJames Cloos2007-09-031-0/+1
|
* bump to 1.0.3libXmu-1.0.3Daniel Stone2006-11-081-1/+1
|
* Bump to 1.0.2libXmu-1.0.2Adam Jackson2006-10-131-1/+1
|
* renamed: .cvsignore -> .gitignoreAlan Coopersmith2006-07-133-0/+0
|
* Added README missing from CVS conversion.Matthias Hopf2006-07-031-0/+8
|
* Define BITMAPDIR for the case where ${prefix} != /usrlibXmu-1_0_2XORG-7_1Matthieu Herrb2006-04-302-1/+8
|
* Bump to 1.0.1libXmu-1_0_1Adam Jackson2006-04-272-1/+6
|
* Bug #6276: Fix build on Cygwin. (Yaakov Selkowitz)XORG-7_0_99_901Adam Jackson2006-03-202-2/+7
|
* Update package version number for final X11R7 release candidate.XORG-7_0XORG-6_99_99_904Kevin E Martin2005-12-152-1/+6
|
* Update package version number for X11R7 RC3 release.XORG-6_99_99_903MODULAR_COPYKevin E Martin2005-12-032-1/+6
|
* Update pkgconfig files to separate library build-time dependencies fromKevin E Martin2005-11-194-5/+18
| | | | | 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
|
* Add missing file to EXTRA_DISTKevin E Martin2005-10-052-1/+7
|
* Remvoe README file that is symlinked from monolithSøren Sandmann Pedersen2005-10-031-12/+0
|
* Add -D flags to clear various warnings (Stefan Dirsch)XORG-6_99_99_900Alan Coopersmith2005-07-301-1/+1
|
* Various changes preparing packages for RC0:Kevin E Martin2005-07-291-3/+4
| | | | | | | | | | | - 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
* Set soversions to 6.2.0 and 1.0.0 with -version-number.Daniel Stone2005-07-161-2/+2
|
* Add .cvsignore filesKeith Packard2005-07-094-0/+36
|
* Add Xtrans definitions (FONT_t, TRANS_CLIENT) to clean up warnings.XORG-6_8_99_903XORG-6_8_99_902XORG-6_8_99_901XORG-6_8_99_900XORG-6_8_99_16XORG-6_8_99_15XORG-6_8_99_14Daniel Stone2005-07-031-1/+1
| | | | | | | | Add XSERV_t, TRANS_SERVER, TRANS_REOPEN to quash warnings. Add #include <dix-config.h> or <xorg-config.h>, as appropriate, to all source files in the xserver/xorg tree, predicated on defines of HAVE_{DIX,XORG}_CONFIG_H. Change all Xfont includes to <X11/fonts/foo.h>.
* Add XTRANS_CONNECTION_FLAGS to get network transport #defines forAlan Coopersmith2005-05-223-0/+13
| | | | | CvdStdSel.c Add libXmuu_la_LIBADD
* Move #ifdef HAVE_CONFIG_H outside of #ifdef SYSVNETXORG-6_8_99_9XORG-6_8_99_8XORG-6_8_99_13XORG-6_8_99_12XORG-6_8_99_11XORG-6_8_99_10Alan Coopersmith2005-05-221-1/+3
|
* 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 Xmu build systemSøren Sandmann Pedersen2005-05-1813-5/+623
|
* - Add Xmu to symlink.shSøren Sandmann Pedersen2005-05-1845-0/+135
| | | | - Conditionally include config.h in Xmu sources