summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
Alan Coopersmith [Sun, 13 Jan 2013 22:32:30 +0000 (14:32 -0800)]
Convert from haphazard indenting to X.Org common style
Change-Id: Ifa574a78994c36bc84b088634f859aba52990175
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Alan Coopersmith [Sun, 13 Jan 2013 22:29:28 +0000 (14:29 -0800)]
Add _X_NORETURN to PrintUsage to clear gcc/clang warnings
Change-Id: Id0b76f7fae2396dfaf5d3343c2570dc983833eb7
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Alan Coopersmith [Sun, 13 Jan 2013 22:26:50 +0000 (14:26 -0800)]
config: Add missing AC_CONFIG_SRCDIR
Regroup AC statements under the Autoconf initialization section.
Regroup AM statements under the Automake initialization section.
Change-Id: Iae4dc696ad5a3498844fa4055e5a910180d8a33d
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Gaetan Nadon [Wed, 19 Jan 2011 15:06:57 +0000 (10:06 -0500)]
config: move man pages into their own directory
Use services provided by XORG_MANPAGE_SECTIONS.
Use standard Makefile for man pages.
Change-Id: I75f9172f50fd57016dff9b426ed92467ccad55f8
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Gaetan Nadon [Thu, 13 Jan 2011 16:15:48 +0000 (11:15 -0500)]
man: remove trailing spaces and tabs
Using s/[ \t]*$//
Change-Id: I10bcb556200299489049e290428b394f65a64f3c
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Gaetan Nadon [Wed, 12 Jan 2011 21:28:02 +0000 (16:28 -0500)]
config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
This silences an Autoconf warning
Change-Id: I0c3fa7b0bfa7a06c3042fdebc2ce92bd1c24aa4e
Alan Coopersmith [Sat, 6 Nov 2010 15:59:31 +0000 (08:59 -0700)]
xvinfo 1.1.1
Change-Id: I16ce27fd5d268524c1083fcd7d46b3d28358e33d
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Jesse Adkins [Tue, 28 Sep 2010 20:29:50 +0000 (13:29 -0700)]
Purge cvs tags.
Change-Id: I5b603c412d8718ce50f6356b4c9db4ed4115564a
Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com>
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Alan Coopersmith [Mon, 27 Sep 2010 01:26:41 +0000 (18:26 -0700)]
config: Remove unnecessary calls from configure.ac
AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now
PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables
Change-Id: I5efb87527019b1d4ca8f3e8c03a772eb40f3d89e
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Alan Coopersmith [Mon, 27 Sep 2010 01:25:57 +0000 (18:25 -0700)]
config: upgrade to util-macros 1.8 for additional man page support
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
Enables use of platform appropriate version of sed.
Change-Id: I8912f556aded2807e89225578630d104f53a2a1b
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
Gaetan Nadon [Tue, 20 Jul 2010 22:45:18 +0000 (18:45 -0400)]
config: update AC_PREREQ statement to 2.60
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
Change-Id: Iee5e047c1b5a14be9f0af8c31204e0c36e0fbb45
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
Gaetan Nadon [Thu, 26 Nov 2009 14:19:55 +0000 (09:19 -0500)]
Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
Now that the INSTALL file is generated.
Allows running make maintainer-clean.
Change-Id: I88f706eabf8931141ef5a486ca51fdf5ab59f68f
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: I81f11d0375df042125e8642c4cdcc5947c89988b
Gaetan Nadon [Tue, 27 Oct 2009 02:08:39 +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: I3805c43a15e487da2d7736be8f4bdbee18fc6bce
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: I45a3abccbb087eec1bb8e3ca0ab7c5e081e4fbe8
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: Idd5652ec82c8928e069a15ef80055aeaa4eb9229
Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
Alan Coopersmith [Sat, 17 Oct 2009 02:46:04 +0000 (19:46 -0700)]
xvinfo 1.1.0
Change-Id: Ib7adfa21b2f91e66a78401f71a08652fd8f17083
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Alan Coopersmith [Sat, 17 Oct 2009 02:45:06 +0000 (19:45 -0700)]
Add XFree86 generic copyright/license notice to COPYING
Change-Id: I1bcd71aebfb3e843c1b98aeaab2194586ba335f5
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Alan Coopersmith [Sat, 17 Oct 2009 02:42:32 +0000 (19:42 -0700)]
Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS
Change-Id: Iee6a75d4fee41e379b406005e82365e505d7becb
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Alan Coopersmith [Thu, 1 Oct 2009 21:54:32 +0000 (14:54 -0700)]
Add README with pointers to mailing lists, bugzilla, & git
Change-Id: I31b3bad672db81bd264aac8f9523fbc706468716
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
Arthur HUILLET [Thu, 10 Jan 2008 10:18:32 +0000 (11:18 +0100)]
added -short option
Change-Id: I34d59984cfefa4b016d45e89f006b8b1a1debd10
Paulo Cesar Pereira de Andrade [Mon, 26 Jan 2009 21:32:20 +0000 (19:32 -0200)]
Correct make distcheck.
Change-Id: Ic86618b6de8515285a0117bf31efd5faed1d64ad
Alan Coopersmith [Thu, 16 Aug 2007 23:26:16 +0000 (16:26 -0700)]
Version bump: 1.0.2
Change-Id: Iefa4e22ea09b50c3916a2861549a67c24c895663
Alan Coopersmith [Thu, 16 Aug 2007 23:23:32 +0000 (16:23 -0700)]
Replace static ChangeLog with dist-hook to generate from git log
Change-Id: Ic5735c8ccf372a75f5ee33c2faea57bde6722c71
Alan Coopersmith [Thu, 16 Aug 2007 23:21:30 +0000 (16:21 -0700)]
Change xvinfo_CFLAGS to AM_CFLAGS to make automake-1.10 happier
Makefile.am:27: compiling `xvinfo.c' with per-target flags requires `AM_PROG_CC_C_O' in `configure.ac'
Change-Id: I1f0d5b75142edbac354d7fd39e70bf4e05fa4caf
Alan Coopersmith [Fri, 25 May 2007 01:06:34 +0000 (18:06 -0700)]
Fix typo in man page (accesible)
Change-Id: I9adc8416b072d521e04ac99c5cb9d63b34b64392
Alan Coopersmith [Fri, 25 May 2007 01:05:52 +0000 (18:05 -0700)]
X.Org bug #10616: Add all the X info commands to See Also in man page
X.Org Bugzilla #10616: <https://bugs.freedesktop.org/show_bug.cgi?id=10616>
Reported upstream from
Debian bug #350313 <http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=350313>
Change-Id: Ia55240d0a41cbf6f45e080d40598c2c69ed4cd6c
Michel Dänzer [Mon, 15 Jan 2007 16:14:56 +0000 (17:14 +0100)]
Fix FourCC name output on big endian platforms.
Fixes https://bugs.freedesktop.org/show_bug.cgi?id=9665 .
Change-Id: Ie4673dd86c7b9350c059c9862ab7db1d320ee713
Michel Dänzer [Mon, 15 Jan 2007 16:13:51 +0000 (17:13 +0100)]
Make git ignore object files and Emacs style backup files.
Change-Id: Ia821497367a12434df1410771ae1ca5a44034942
Michel Dänzer [Mon, 15 Jan 2007 16:12:57 +0000 (17:12 +0100)]
Rename .cvsignore to .gitignore.
Change-Id: I145b8194c6540d0a1cc30112abad7899572c7fc5
Kevin E Martin [Wed, 21 Dec 2005 02:29:54 +0000 (02:29 +0000)]
Update package version for X11R7 release.
Change-Id: I1a939a9d66ecbc98474e6152a532532411b278bc
Adam Jackson [Mon, 19 Dec 2005 16:22:47 +0000 (16:22 +0000)]
Stub COPYING files
Change-Id: I5af393921045064d6426fd259fac57c4f785e2cf
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: Ia3f265c89aa8b64a7e5f44e71414919a0fc1af2d
Kevin E Martin [Tue, 6 Dec 2005 22:48:26 +0000 (22:48 +0000)]
Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
Change-Id: Ic68eae687c5877307ff0b51422cf324490c7317b
Kevin E Martin [Sat, 3 Dec 2005 05:49:28 +0000 (05:49 +0000)]
Update package version number for X11R7 RC3 release.
Change-Id: I920b2af6a4479014c7e88069467f615c6dd3ea04
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: Id2d869018ac912308e57b6515df6c319c5b4aff1
Eric Anholt [Mon, 21 Nov 2005 10:35:09 +0000 (10:35 +0000)]
Another pass at .cvsignores for apps.
Change-Id: Ied2a8468743a28eea3b573fe6f5fb3b202d9f0b7
Eric Anholt [Sun, 20 Nov 2005 22:08:56 +0000 (22:08 +0000)]
Add/improve .cvsignore files for apps.
Change-Id: I025a58717c7eebbca8d5895df5d9ea092122687c
Kevin E Martin [Wed, 19 Oct 2005 02:47:58 +0000 (02:47 +0000)]
Update package version number for RC1 release.
Change-Id: Id687538e8a950e4d5a5a97ab457bc4c9d4dcffa0
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: Ia36b7a527776233d5bf22cb0bba645762abc9185
Alan Coopersmith [Fri, 14 Oct 2005 00:25:48 +0000 (00:25 +0000)]
Use sed to fill in variables in man page
Change-Id: Ib14c98d33bc25d26a660536eeefc2832ee759a6c
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: I3609764a2fe96e3b2843b553c6f86e521f4ca145
Kevin E Martin [Fri, 29 Jul 2005 21:22:38 +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: I869c4226debe38aa581e45775843f108e7aac2ad
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: I59a9189e534ee325481eb42107f9d35c40d0f95d
Søren Sandmann Pedersen [Fri, 1 Jul 2005 20:09:10 +0000 (20:09 +0000)]
xtrap.pc.in: s/Xfixes/XTrap/ xi.pc.in: s/Xt/Xi/ Xv/src/Makefile.am: remove whitespace after backslash modularizeapp.sh: s/destkop/desktop/ modular/symlink.sh: Add bitmaps for xeyes, system.xsm for xsm, and Xvidtune.cpp for xvidtune. Also comment out non-existing mga_bios.h Check in buildsystems for xsetroot, xsm, xstdcmap, xtrap, and xvinfo
Change-Id: I7bdeccd218fa6c9dbc637746debac1a50f92b7ef
Alan Coopersmith [Mon, 28 Mar 2005 23:09:19 +0000 (23:09 +0000)]
Change hardcoded "1" to __appmansuffix__ and remove initial blank line that confused Solaris nroff.
Change-Id: I1112e57a8953c377e3003ba64ea4578c986a2ac4
Egbert Eich [Fri, 23 Apr 2004 19:55:08 +0000 (19:55 +0000)]
Merging XORG-CURRENT into trunk
Change-Id: Iee23f176a4be0a2515b42063449cc3c8fc1f2e94
Egbert Eich [Sun, 14 Mar 2004 08:35:52 +0000 (08:35 +0000)]
Importing vendor version xf86-4_4_99_1 on Sun Mar 14 00:26:39 PST 2004
Change-Id: Idf1a5e2cab25a77058c941bf12e68a890a7f4ace
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: Ia3f9538d8aa466a0d126f409aeed13bab89308a2
Egbert Eich [Thu, 26 Feb 2004 13:36:32 +0000 (13:36 +0000)]
readding XFree86's cvs IDs
Change-Id: I38e0b928c4c7797365c5b033abd69abf94947b40
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: I41155bba5245ee343a0352a2c72cdbcc483d7714
Kaleb Keithley [Fri, 14 Nov 2003 16:49:24 +0000 (16:49 +0000)]
Initial revision
Change-Id: I640330bffdb7a8d4eb684e4028bf2e907a8beddb
Sehong Na [Fri, 30 Aug 2013 07:00:50 +0000 (00:00 -0700)]
Initial empty repository