platform/upstream/xwud.git
10 years agoINSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 89/9589/1
Gaetan Nadon [Wed, 28 Oct 2009 18:09:09 +0000 (14:09 -0400)]
INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206

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.

Change-Id: Ie2db4ad596c1c60e2d5ef9d7fd92864048bc8919

10 years agoMakefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432 88/9588/1
Gaetan Nadon [Tue, 27 Oct 2009 02:08:40 +0000 (22:08 -0400)]
Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432

ChangeLog filename is known to Automake and requires no further
coding in the makefile.

Change-Id: I1a1cde96b55b30b9a4fab20f68490930d41d6021

10 years ago.gitignore: use common defaults with custom section # 24239 87/9587/1
Gaetan Nadon [Thu, 22 Oct 2009 16:34:16 +0000 (12:34 -0400)]
.gitignore: use common defaults with custom section # 24239

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.

Change-Id: I99cec2327e2d9d0bd596ce98702d86f720802adb

10 years agoThis is not a GNU project, so declare it foreign. 86/9586/1
Jeremy Huddleston [Wed, 21 Oct 2009 19:47:22 +0000 (12:47 -0700)]
This is not a GNU project, so declare it foreign.

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.

Change-Id: Id226dd02e0cc8971019eab343b2e656c4acaf953
Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
10 years agoxwud 1.0.2 85/9585/1
Alan Coopersmith [Tue, 13 Oct 2009 04:41:45 +0000 (21:41 -0700)]
xwud 1.0.2

Change-Id: I7f77b3384eda56c17f787278609a8647e204b622
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
10 years agoFill in COPYING with copyright/license notices from code 84/9584/1
Alan Coopersmith [Tue, 13 Oct 2009 04:39:27 +0000 (21:39 -0700)]
Fill in COPYING with copyright/license notices from code

Change-Id: Idc8e8d91db4c89d589e32f946a820d9955b267e0
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
10 years agoMigrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS 83/9583/1
Alan Coopersmith [Tue, 13 Oct 2009 04:38:52 +0000 (21:38 -0700)]
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS

Change-Id: I58ac82a1ccabe552dd58353dfc143f202a9a6464
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
10 years agoAdd README with pointers to mailing lists, bugzilla, & git 82/9582/1
Alan Coopersmith [Thu, 1 Oct 2009 21:54:32 +0000 (14:54 -0700)]
Add README with pointers to mailing lists, bugzilla, & git

Change-Id: I219428a159f25aa83e3a7dc9fcdd2871316bc314
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
10 years agoPlug leaks of color conversion arrays in Do_Direct 81/9581/1
Alan Coopersmith [Sun, 3 May 2009 23:19:38 +0000 (16:19 -0700)]
Plug leaks of color conversion arrays in Do_Direct

[This bug was found by the Parfait bug checking tool.
 For more information see http://research.sun.com/projects/parfait ]

Change-Id: I753ab1fbb211966f9b5e45fa234fd53685233409
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
10 years agoAdd more input checks. From "nobody@example.com" through OpenBSD bug list. 80/9580/1
Matthieu Herrb [Fri, 30 Jan 2009 10:58:40 +0000 (11:58 +0100)]
Add more input checks. From "nobody@example.com" through OpenBSD bug list.

Change-Id: I056474a8ccc426369dea7b97c2765079dc2aac34

10 years agoAnsification and compile warning fixes. 79/9579/1
Paulo Cesar Pereira de Andrade [Thu, 15 Jan 2009 18:22:28 +0000 (16:22 -0200)]
Ansification and compile warning fixes.

  This also uses XORG_CHANGELOG and XORG_CWARNFLAGS, corrects
make distcheck and all gcc 4.3 and sparse warnings.

Change-Id: Ic2ab8aa52e0ddd92c45e4fc072a00d09d55c76ed

10 years agoReplace static ChangeLog with dist-hook to generate from git log 78/9578/1
James Cloos [Thu, 6 Dec 2007 21:37:35 +0000 (16:37 -0500)]
Replace static ChangeLog with dist-hook to generate from git log

Change-Id: I129a08bf1abe1da55c786bfaa14a26b0e2b78393

10 years agoAdd *~ to .gitignore to skip patch/emacs droppings 77/9577/1
James Cloos [Mon, 3 Sep 2007 09:51:57 +0000 (05:51 -0400)]
Add *~ to .gitignore to skip patch/emacs droppings

Change-Id: Id91a037f8c9c7d7fc779bbf8b15a95752a9c1f05

10 years agoRename .cvsignore to .gitignore 76/9576/1
James Cloos [Thu, 23 Aug 2007 23:25:18 +0000 (19:25 -0400)]
Rename .cvsignore to .gitignore

Change-Id: Ib8228569fc8710a25271bd619c4ea2a97aedbe3d

10 years agoUpdate package version for X11R7 release. 75/9575/1
Kevin E Martin [Wed, 21 Dec 2005 02:29:55 +0000 (02:29 +0000)]
Update package version for X11R7 release.

Change-Id: I4cc9f3b9f0fb08516dd192d386649c0f4dd9ae9f

10 years agoStub COPYING files 74/9574/1
Adam Jackson [Mon, 19 Dec 2005 16:22:48 +0000 (16:22 +0000)]
Stub COPYING files

Change-Id: Ia68445c86891fbe5bffd2a92f51bd67c11ebf1d7

10 years agoUpdate package version number for final X11R7 release candidate. 73/9573/1
Kevin E Martin [Thu, 15 Dec 2005 00:24:12 +0000 (00:24 +0000)]
Update package version number for final X11R7 release candidate.

Change-Id: I707f5f868984ef792557666a67da1f07125084ca

10 years agoChange *man_SOURCES ==> *man_PRE to fix autotools warnings. 72/9572/1
Kevin E Martin [Tue, 6 Dec 2005 22:48:27 +0000 (22:48 +0000)]
Change *man_SOURCES ==> *man_PRE to fix autotools warnings.

Change-Id: Ice80a3d535563043fd6148ad5e12ad1e8ec01a0c

10 years agoUpdate package version number for X11R7 RC3 release. 71/9571/1
Kevin E Martin [Sat, 3 Dec 2005 05:49:29 +0000 (05:49 +0000)]
Update package version number for X11R7 RC3 release.

Change-Id: Icde6d6d0f3a9fe6e27f14734f44a1308f5c7a736

10 years agoChange *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4 update... 70/9570/1
Alan Coopersmith [Mon, 28 Nov 2005 22:01:48 +0000 (22:01 +0000)]
Change *mandir targets to use new *_MAN_DIR variables set by xorg-macros.m4 update to fix bug #5167 (Linux prefers *.1x man pages in man1 subdir)

Change-Id: I5bcbfbfb6b64e4645626e05405d12d0071437c06

10 years agoAnother pass at .cvsignores for apps. 69/9569/1
Eric Anholt [Mon, 21 Nov 2005 10:35:09 +0000 (10:35 +0000)]
Another pass at .cvsignores for apps.

Change-Id: I84f1e2160547fe5b741a2614d8bd4c957e395cda

10 years agoAdd/improve .cvsignore files for apps. 68/9568/1
Eric Anholt [Sun, 20 Nov 2005 22:08:56 +0000 (22:08 +0000)]
Add/improve .cvsignore files for apps.

Change-Id: I7f074a7f53c9c4205c2a80798b0bab5a60b209c4

10 years agoUpdate package version number for RC1 release. 67/9567/1
Kevin E Martin [Wed, 19 Oct 2005 02:47:58 +0000 (02:47 +0000)]
Update package version number for RC1 release.

Change-Id: I3bd4e0a3e53ca4db89ce53b3c9a4d9b535242465

10 years agoUse @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to work... 66/9566/1
Alan Coopersmith [Mon, 17 Oct 2005 23:56:25 +0000 (23:56 +0000)]
Use @APP_MAN_SUFFIX@ instead of $(APP_MAN_SUFFIX) in macro substitutions to work better with BSD make

Change-Id: Ifc0013fd0494e16d0399190d72f542ef85b60099

10 years agoUse sed to fill in variables in man page 65/9565/1
Alan Coopersmith [Fri, 14 Oct 2005 00:25:48 +0000 (00:25 +0000)]
Use sed to fill in variables in man page

Change-Id: I49239cc4a5e9611ff75753d5f0c0ad5d8344996c

10 years agoInstall man pages to section 1 instead of section m (Patch from Donnie Berkholz) 64/9564/1
Alan Coopersmith [Mon, 1 Aug 2005 20:25:33 +0000 (20:25 +0000)]
Install man pages to section 1 instead of section m (Patch from Donnie Berkholz)

Change-Id: I79ff0d50b7bb883c6b848dd0d9d5478e6afbcd40

10 years agoVarious changes preparing packages for RC0: - Verify and update package version numbe... 63/9563/1
Kevin E Martin [Fri, 29 Jul 2005 21:22:39 +0000 (21:22 +0000)]
Various changes preparing packages for RC0: - 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

Change-Id: I39e65d45015a555d17cb39dfd93018076ad04681

10 years agoUse a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global configure... 62/9562/1
Adam Jackson [Wed, 20 Jul 2005 19:32:05 +0000 (19:32 +0000)]
Use a unique token for PKG_CHECK_MODULES. Otherwise, if you use a global configure cache, you cache it, and the cached value is probably wrong.

Change-Id: I369883a84a7a5ae55cc0f059b4116181a2d6fb0d

10 years agoBuild system for xwud 61/9561/1
Søren Sandmann Pedersen [Fri, 1 Jul 2005 20:16:57 +0000 (20:16 +0000)]
Build system for xwud

Change-Id: Id73ee1e6fc5b1f887fc784477b56972835d3281f

10 years agoMerging XORG-CURRENT into trunk 60/9560/1
Egbert Eich [Fri, 23 Apr 2004 19:55:10 +0000 (19:55 +0000)]
Merging XORG-CURRENT into trunk

Change-Id: I0a6fa69cff6fb455acffd77bf5b91e16e2eb6ec7

10 years agoImporting vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004 59/9559/1
Egbert Eich [Sun, 14 Mar 2004 08:35:54 +0000 (08:35 +0000)]
Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004

Change-Id: If60f46cc637702beee91ffc8a1949c84f99269d6

10 years agoImporting vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004 58/9558/1
Egbert Eich [Wed, 3 Mar 2004 12:13:20 +0000 (12:13 +0000)]
Importing vendor version xf86-4_4_0 on Wed Mar 3 04:09:24 PST 2004

Change-Id: I243752240d7776f39683f6b5f808727ef09ce44d

10 years agoreadding XFree86's cvs IDs 57/9557/1
Egbert Eich [Thu, 26 Feb 2004 13:36:32 +0000 (13:36 +0000)]
readding XFree86's cvs IDs

Change-Id: I003cdddf0261efd167b8ec125fefdc47e12ed940

10 years agoImporting vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004 56/9556/1
Egbert Eich [Thu, 26 Feb 2004 09:24:18 +0000 (09:24 +0000)]
Importing vendor version xf86-4_3_99_903 on Wed Feb 26 01:21:00 PST 2004

Change-Id: I1dc416e6ee525596fd3b8a3daf332b22a8491fd9

10 years agoXFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks 55/9555/1
Kaleb Keithley [Tue, 25 Nov 2003 19:29:23 +0000 (19:29 +0000)]
XFree86 4.3.99.16 Bring the tree up to date for the Cygwin folks

Change-Id: I45db1b5392bb6fa0e68b66260555b305abb86cea

10 years agoXFree86 4.3.0.1 54/9554/1
Kaleb Keithley [Fri, 14 Nov 2003 16:49:24 +0000 (16:49 +0000)]
XFree86 4.3.0.1

Change-Id: I5eb02fbc34bfdff99a12d758cb36034327ca0e1b

10 years agoR6.6 is the Xorg base-line 53/9553/1
Kaleb Keithley [Fri, 14 Nov 2003 15:54:55 +0000 (15:54 +0000)]
R6.6 is the Xorg base-line

Change-Id: I19f8e5635fa98321434b44c8178a0fbedb8610c9

10 years agoInitial empty repository master
Sehong Na [Fri, 30 Aug 2013 07:00:35 +0000 (00:00 -0700)]
Initial empty repository