Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-15 | Merge remote-tracking branch 'origin/master' into obsdobsd | Matthieu Herrb | |
2022-12-19 | xdriiinfo 1.0.7HEADxdriinfo-1.0.7master | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2022-05-01 | Merge remote-tracking branch 'origin/master' into obsd | Matthieu Herrb | |
2021-12-04 | Build xz tarballs instead of bzip2 | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2018-11-25 | Merge remote-tracking branch 'origin/master' into obsd | Matthieu Herrb | |
2018-11-21 | Update configure.ac bug URL for gitlab migration | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2018-03-06 | xdriinfo 1.0.6xdriinfo-1.0.6 | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2015-05-09 | Merge remote-tracking branch 'origin/master' into obsd | Matthieu Herrb | |
2015-04-16 | xdriinfo 1.0.5xdriinfo-1.0.5 | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2014-06-07 | Merge remote-tracking branch 'origin/master' into obsd | Matthieu Herrb | |
2014-06-02 | configure: Drop AM_MAINTAINER_MODE | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2011-02-13 | Merge remote branch 'origin/master' into obsd | Matthieu Herrb | |
2011-01-19 | config: move man pages into their own directory | Gaetan Nadon | |
Use services provided by XORG_MANPAGE_SECTIONS. Use standard Makefile for man pages. Signed-off-by: Gaetan Nadon <memsize@videotron.ca> | |||
2010-11-27 | Merge remote branch 'origin/master' into obsd | Matthieu Herrb | |
Conflicts: configure.ac | |||
2010-11-08 | xdriinfo 1.0.4xdriinfo-1.0.4 | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2010-11-08 | config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS | Alan Coopersmith | |
Regroup AC statements under the Autoconf initialization section. Regroup AM sttaements under the Automake initialization section. Add missing AC_CONFIG_SRCDIR Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2010-11-08 | config: Remove unnecessary calls from configure.ac | Alan Coopersmith | |
AC_PROG_CC & AC_PROG_INSTALL are provided by XORG_DEFAULT_OPTIONS now PKG_CONFIG_MODULES handles AC_SUBST of the CFLAGS & LIBS variables AC_TYPE_SIGNAL was not used in xdriinfo Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2010-11-07 | config: upgrade to util-macros 1.8 for additional man page support | Alan Coopersmith | |
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. Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com> | |||
2010-11-07 | config: update AC_PREREQ statement to 2.60 | Gaetan Nadon | |
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> | |||
2009-12-20 | Merge remote branch 'origin/master' into obsd | Matthieu Herrb | |
Conflicts: INSTALL | |||
2009-11-01 | Merge remote branch 'origin/master' into obsd | Matthieu Herrb | |
Conflicts: configure.ac | |||
2009-10-28 | INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206 | Gaetan Nadon | |
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. | |||
2009-10-16 | xdriinfo 1.0.3xdriinfo-1.0.3 | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2009-10-16 | Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONS | Alan Coopersmith | |
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com> | |||
2009-02-04 | Merge commit 'origin/master' into obsd | Matthieu Herrb | |
Conflicts: configure.ac | |||
2009-01-20 | Correct make distcheck failure and sparse warnings. | Paulo Cesar Pereira de Andrade | |
2007-09-15 | Makefile.am changes have made the LIBS redefinition useless | Matthieu Herrb | |
2007-08-17 | Version bump: 1.0.2xdriinfo-1.0.2 | Alan Coopersmith | |
2006-04-08 | Bump to 1.0.1.xdriinfo-1_0_1XORG-7_1XORG-7_0_99_901 | Adam Jackson | |
2006-01-13 | Using glXGetProcAddressARB instead of glXGetProcAddress. | Matthias Hopf | |
Casting to GLubyte* to remove warning. | |||
2005-12-15 | Update package version number for final X11R7 release candidate.XORG-7_0XORG-6_99_99_904 | Kevin E Martin | |
2005-12-03 | Update package version number for X11R7 RC3 release.XORG-6_99_99_903 | Kevin E Martin | |
2005-10-19 | Update package version number for RC1 release.XORG-6_99_99_902XORG-6_99_99_901 | Kevin E Martin | |
2005-10-18 | Remove check for gl/glx.h as that fails when installing Mesa in a | Kevin E Martin | |
non-standard directory and causes the build script to exit. | |||
2005-10-17 | Check for <GL/glx.h> & libGL in configure.ac instead of waiting for failure | Alan Coopersmith | |
at build time if neither Mesa nor vendor OpenGL is installed. | |||
2005-10-14 | Use sed to fill in variables in man page | Alan Coopersmith | |
2005-08-29 | Adding xdriinfo build system. | Daniel Stone | |