Matt Turner
ee1cfb2f37
xf86-video-suncg6 1.1.2
xf86-video-suncg6-1.1.2
2013-01-21 22:46:03 -08:00
Adam Jackson
e21c7021fc
Remove mibstore.h
...
Signed-off-by: Adam Jackson <ajax@redhat.com >
2012-09-25 08:54:55 -04:00
Dave Airlie
d5206ab29d
cg6: port to new compat api.
...
Signed-off-by: Dave Airlie <airlied@redhat.com >
2012-06-06 11:35:41 +01:00
Jeremy Huddleston
9d6d59f7a3
Use malloc/calloc/realloc/free directly
...
Signed-off-by: Jeremy Huddleston <jeremyhu@apple.com >
2011-10-29 19:52:38 -07:00
Jesse Adkins
65463d54b2
Purge cvs tags.
...
Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com >
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com >
2010-10-06 20:49:36 -07:00
Gaetan Nadon
34ade544a3
config: add comments for main statements
2010-07-22 15:38:56 -04:00
Gaetan Nadon
fc94cccd78
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
6f2a1aa5ea
config: replace deprecated AC_HELP_STRING with AS_HELP_STRING
...
Signed-off-by: Gaetan Nadon <memsize@videotron.ca >
2010-07-21 14:37:41 -04:00
Gaetan Nadon
06d5c7fb6f
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
9ac3e4d009
config: complete AC_INIT m4 quoting
...
Signed-off-by: Gaetan Nadon <memsize@videotron.ca >
2010-07-21 09:27:42 -04:00
Gaetan Nadon
e7dceb8c94
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
8b36052f7d
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
c9e2ed0555
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
109a88bd98
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
cb5693a8e2
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
baafed1146
COPYING: replace stub file with actual Copyright notices.
...
Signed-off-by: Gaetan Nadon <memsize@videotron.ca >
2010-06-13 11:09:37 -04:00
Alan Coopersmith
c1c9d3696e
Update Sun license notices to current X.Org standard form
...
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com >
2010-01-15 15:47:05 -08:00
Gaetan Nadon
8492422f4f
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:00 -05:00
Gaetan Nadon
95d5b0b7b4
Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILES
...
Now that the INSTALL file is generated.
Allows running make maintainer-clean.
2009-11-23 09:25:05 -05:00
Gaetan Nadon
8cda2c1ede
INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206
...
Automake 'foreign' option is specified in configure.ac.
Remove from Makefile.am
2009-10-28 14:41:41 -04:00
Gaetan Nadon
29ad9f4182
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
e1c9b4d382
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
Gaetan Nadon
5eb19f18b6
.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.
2009-10-22 12:34:18 -04:00
Gaetan Nadon
345231051a
xf86-video-suncg6: Remove unused .cvsignore file #23776
...
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net >
2009-09-08 10:48:58 +10:00
Julien Cristau
4a5689b721
Bump to 1.1.1
xf86-video-suncg6-1.1.1
2009-05-04 15:06:17 +02:00
Alan Coopersmith
ab0df8b5e6
Add README with pointers to mailing list, bugzilla & git repos
2009-01-30 21:04:19 -08:00
David Nusinow
0ea4c5d257
Request 8bpp depth from the server
...
We only support 8bpp so might as well ask for it rather than demand that
the user configure this in their xorg.conf.
X.Org bug#13394 (http://bugs.freedesktop.org/show_bug.cgi?id=13394 )
Signed-off-by: Julien Cristau <jcristau@debian.org >
2009-01-20 13:34:12 +00:00
Alan Coopersmith
1d463282b8
Remove xorgconfig & xorgcfg from See Also list in man page
2009-01-09 16:35:42 -08:00
Adam Jackson
95890614d0
Uninclude xf86Version.h
2008-08-19 10:24:59 -04:00
Matthieu Herrb
b7cc50246e
Makefile.am: nuke RCS Id
2008-03-08 23:57:07 +01:00
Brice Goglin
accee0d1ce
Define CG6_*_VERSION using PACKAGE_VERSION*
2007-08-07 13:50:00 +02:00
Alan Coopersmith
109b59467c
renamed: .cvsignore -> .gitignore
2007-03-01 11:02:23 -08:00
Alan Coopersmith
62f44115b3
Replace references to XFree86/XF86Config in man page
2007-03-01 11:01:57 -08:00
Adam Jackson
612e84c6ba
Unlibcwrap. Bump server version requirement. Bump to 1.1.0.
suncg6-1_1_0
XORG-7_1
2006-04-07 21:24:15 +00:00
Kevin E Martin
b011bb947c
Update package version for X11R7 release.
XORG-7_0
2005-12-21 02:30:03 +00:00
Adam Jackson
37df9be4ef
Stub COPYING files
2005-12-19 16:25:55 +00:00
Kevin E Martin
1d9fcc4a61
Update package version number for final X11R7 release candidate.
XORG-6_99_99_904
2005-12-15 00:24:19 +00:00
Kevin E Martin
653b15ec99
Change *man_SOURCES ==> *man_PRE to fix autotools warnings.
MODULAR_COPY
2005-12-06 22:48:39 +00:00
Kevin E Martin
6d7f63f2d8
Update package version number for X11R7 RC3 release.
XORG-6_99_99_903
2005-12-03 05:49:35 +00:00
Kevin E Martin
729b1ee86f
Remove extraneous AC_MSG_RESULT.
2005-12-02 02:16:10 +00:00
Adam Jackson
03619fb71e
Only build dlloader modules by default.
2005-11-29 23:30:04 +00:00
Alan Coopersmith
9f370adc49
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)
2005-11-28 22:04:13 +00:00
Eric Anholt
baed8b2f08
Add .cvsignores for drivers.
2005-11-21 10:49:19 +00:00
Kevin E Martin
4e2a897a16
Update package version number for X11R7 RC2 release.
XORG-6_99_99_902
2005-11-09 21:15:21 +00:00
Kevin E Martin
26b032bc94
Update pkgcheck depedencies to work with separate build roots.
2005-11-01 15:08:55 +00:00
Kevin E Martin
5ec2a18f67
Update package version number for RC1 release.
XORG-6_99_99_901
2005-10-19 02:48:05 +00:00
Alan Coopersmith
4b66032de6
Use @DRIVER_MAN_SUFFIX@ instead of $(DRIVER_MAN_SUFFIX) in macro
...
substitutions to work better with BSD make
2005-10-18 00:01:54 +00:00
Adam Jackson
da8e03e0ae
More 1.7 braindamage: define EXTRA_DIST in terms of @DRIVER_NAME@ instead
...
of indirectly
2005-10-17 22:57:36 +00:00
Alan Coopersmith
887ede3ec6
Use sed & cpp to substitute variables in driver man pages
2005-10-17 00:09:06 +00:00
Daniel Stone
74d4333ac6
Update autogen.sh to one that does objdir != srcdir.
2005-08-18 09:03:50 +00:00