41 Commits

Author SHA1 Message Date
Enrico Weigelt, metux IT consult
5f3891ab2a configure.ac: drop obsolete AM_MAINTAINER_MODE
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-12-30 16:20:51 +01:00
Enrico Weigelt, metux IT consult
359b18c5f1 configure.ac: increase minimum xserver version to 25.0.0
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-12-19 16:19:04 +01:00
Enrico Weigelt, metux IT consult
7881f6556e release 25.0.0
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-12-18 19:22:03 +01:00
Enrico Weigelt, metux IT consult
4c4ae4f48b configure.ac: tiny formatting cleanup
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-12-18 17:42:24 +01:00
Enrico Weigelt, metux IT consult
8d1e1cf285 configure.ac: replace DRIVER_NAME symbol by actual name
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-12-18 13:32:44 +01:00
Enrico Weigelt, metux IT consult
6c7e020746 configure.ac: drop obsolete checks for libc functions
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-12-18 12:24:32 +01:00
Enrico Weigelt, metux IT consult
1367594c3e configure.ac: fix package name and issue tracker URL
Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
2025-12-15 19:26:43 +01:00
b-aaz
38351d3aec configure: Automatically detect the default xorg-module-dir.
The module directory has changed to a per ABI folder in the xlibre-xserver.
Now the default value of `xorg-module-dir` will be detected from the `moduledir` variable in xorg-server.pc.

Signed-off-by: b-aaz <b-aazbsd.proton.me>
2025-07-29 18:41:01 +02:00
Enrico Weigelt, metux IT consult
1e9f91b165 bump minimal xorg version to 1.18
1.18 was released a decade ago, so it seems reasonable stop supporting
older ones.

Signed-off-by: Enrico Weigelt, metux IT consult <info@metux.net>
Part-of: <https://gitlab.freedesktop.org/xorg/driver/xf86-video-suntcx/-/merge_requests/6>
2024-05-14 16:12:25 +02:00
Alan Coopersmith
68f5afaf18 Quiet -Wredundant-decls from xorg/os.h fallbacks for new libc functions
The Xorg headers provide their own versions of strlcat, strlcpy, and
timingsafe_memcmp for platforms that don't have them in libc yet, but
rely on configure to set HAVE_* defines to determine if they should be
defined in the headers.

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2024-01-17 11:03:19 -08:00
Alan Coopersmith
db9587eeaa configure: Use LT_INIT from libtool 2 instead of deprecated AC_PROG_LIBTOOL
AC_PROG_LIBTOOL was replaced by LT_INIT in libtool 2 in 2008,
so it's time to rely on it.

Clears autoconf warnings:

configure.ac:45: warning: The macro 'AC_PROG_LIBTOOL' is obsolete.
configure.ac:45: You should run autoupdate.
aclocal.m4:3551: AC_PROG_LIBTOOL is expanded from...
configure.ac:45: the top level

Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2024-01-15 13:52:16 -08:00
Alan Coopersmith
66e3f631a5 xf86-video-suntcx 1.1.3
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-12-09 10:50:07 -08:00
Alan Coopersmith
6b810a3ab2 Build xz tarballs instead of bzip2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2022-01-29 11:36:41 -08:00
Alan Coopersmith
20cb365fd1 Update configure.ac bug URL for gitlab migration
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2018-12-07 19:13:10 -08:00
Matt Turner
b30b17be6e xf86-video-suntcx 1.1.2 2013-01-21 22:53:05 -08:00
Gaetan Nadon
2a7a8eca78 config: add comments for main statements 2010-07-22 20:24:42 -04:00
Gaetan Nadon
068846f7fe config: replace deprecated use of AC_OUTPUT with AC_CONFIG_FILES
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-21 16:07:00 -04:00
Gaetan Nadon
cbdbe0198a config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-21 14:37:42 -04:00
Gaetan Nadon
7a3f252092 config: replace deprecated AM_CONFIG_HEADER with AC_CONFIG_HEADERS
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-21 14:05:23 -04:00
Gaetan Nadon
8a286b483b config: complete AC_INIT m4 quoting
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-21 09:27:42 -04:00
Gaetan Nadon
e456fd843a config: remove unrequired AC_SUBST([XORG_CFLAGS])
This macro is called by PKG_CHECK_MODULES

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-20 21:44:58 -04:00
Gaetan Nadon
2b7a2b84c0 config: remove unrequired AC_HEADER_STDC
Autoconf says:
"This macro is obsolescent, as current systems have conforming
header files. New programs need not use this macro".

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-20 20:24:42 -04:00
Gaetan Nadon
c96de181d3 config: remove AC_PROG_CC as it overrides AC_PROG_C_C99
XORG_STRICT_OPTION from XORG_DEFAULT_OPTIONS calls
AC_PROG_C_C99. This sets gcc with -std=gnu99.
If AC_PROG_CC macro is called afterwards, it resets CC to gcc.

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-20 19:41:31 -04:00
Gaetan Nadon
576c17c19d 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

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-07-20 18:45:19 -04:00
Gaetan Nadon
5d6bcfc6a8 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.
2010-07-20 17:38:00 -04:00
Gaetan Nadon
69010149fe configure.ac: remove unused sdkdir=$(pkg-config...) statement
The sdkdir variable isn't use, so remove the statement.

Acked-by: Dan Nicholson <dbn.lists@gmail.com>

Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2009-12-30 15:13:01 -05:00
Gaetan Nadon
f36bcb933f 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.
2009-10-28 14:09:09 -04:00
Gaetan Nadon
def31cb27a Several driver modules do not have a ChangeLog target in Makefile.am #23814
The git generated ChangeLog replaces the hand written one.
Update configure.ac to xorg-macros level 1.3.
Use XORG_DEFAULT_OPTIONS which replaces four XORG_* macros
Update Makefile.am to add ChangeLog target if missing
Remove ChangeLog from EXTRA_DIST or *CLEAN variables
This is a pre-req for the INSTALL_CMD
2009-10-26 12:54:22 -04:00
Julien Cristau
2efd07e26c Bump to 1.1.1 2009-05-04 16:26:36 +02:00
Adam Jackson
41c0df572f Unlibcwrap. Bump server version requirement. Bump to 1.1.0. 2006-04-07 21:31:45 +00:00
Kevin E Martin
b23bc8a174 Update package version for X11R7 release. 2005-12-21 02:30:03 +00:00
Kevin E Martin
d0af2d2e80 Update package version number for final X11R7 release candidate. 2005-12-15 00:24:20 +00:00
Kevin E Martin
042e683c22 Update package version number for X11R7 RC3 release. 2005-12-03 05:49:36 +00:00
Kevin E Martin
9e88bf8c92 Remove extraneous AC_MSG_RESULT. 2005-12-02 02:16:11 +00:00
Adam Jackson
37a54d8d87 Only build dlloader modules by default. 2005-11-29 23:30:05 +00:00
Kevin E Martin
b550be51b9 Update package version number for X11R7 RC2 release. 2005-11-09 21:15:21 +00:00
Kevin E Martin
5b327f150c Update pkgcheck depedencies to work with separate build roots. 2005-11-01 15:08:55 +00:00
Kevin E Martin
21082b34bf Update package version number for RC1 release. 2005-10-19 02:48:05 +00:00
Alan Coopersmith
e6fccae540 Use sed & cpp to substitute variables in driver man pages 2005-10-17 00:09:07 +00:00
Kevin E Martin
7cce782fbb 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
2005-07-29 21:22:45 +00:00
Søren Sandmann Pedersen
52b9af8285 Build system for suntcx 2005-07-26 23:45:57 +00:00