summaryrefslogtreecommitdiff
AgeCommit message (Collapse)AuthorFilesLines
2011-02-03config: comment, minor upgrade, quote and layout configure.acGaetan Nadon1-26/+30
Group statements per section as per Autoconf standard layout Quote statements where appropriate. Autoconf recommends not using dnl instead of # for comments Use AC_CONFIG_FILES to replace the deprecated AC_OUTPUT with parameters. Add AC_CONFIG_SRCDIR([Makefile.am]) This helps automated maintenance and release activities. Details can be found in http://wiki.x.org/wiki/NewModuleGuidelines
2010-12-16doc: Correct column count in transport configuration tableAlan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-11-08xtrans 1.2.6xtrans-1.2.6Alan Coopersmith1-1/+2
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-11-07Remove ISCFuncs, fix SCOFuncs inclusion (bug 23324)Jesse Adkins2-15/+7
ISCFuncs was removed by commit 339ddc413559d4cb117a72f87b2a70dae6911c32. SCOFuncs should be for SCO only, instead of !sun. Also, remove comments that suggest ISC support. Signed-off-by: Jesse Adkins <jesserayadkins@gmail.com> Reviewed-by: Alan Coopersmith <alan.coopersmith@oracle.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-11-06doc: Update for X11R7/modularizationAlan Coopersmith1-26/+79
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-11-06doc: Markup & typo cleanupsAlan Coopersmith1-138/+238
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-11-06doc: Correct legal noticesAlan Coopersmith2-13/+79
Restore both copyright/license notices from troff version Move implementation note out of legalnotice section Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-11-06doc: Use installed css stylesheet instead of making another copyAlan Coopersmith2-6/+3
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-11-06Xtransint.h: Add missing ' in commentAlan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-10-29Sun's copyrights now belong to OracleAlan Coopersmith3-5/+4
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-06-27Update README to reflect docs converted from nroff to DocBook XMLGaetan Nadon1-3/+3
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-06-27doc: remove trailing spaces in xtrans.xmlGaetan Nadon1-203/+202
Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-06-26doc: replace groff input format with docbook xml formatGaetan Nadon6-844/+1068
Initial version of xtrans docbook xml. Requires util-macros 1.10 Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-06-25config: XORG_WITH_GROFF: use HAVE_GROFF_HTML conditionalGaetan Nadon2-5/+8
Groff uses grohtml to generate html output format. This program, in turn, uses a number of pnm* commands from the netpbm package, psselect from the psutils package and the ghostscript package. These are independently installed, so they could be missing. Skip the HTML output format if one of the dependencies is missing. The version 1.9 of the util-macros package is required. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-05-21Update README to reflect docs moved here from xorg-docs moduleAlan Coopersmith1-3/+4
Signed-off-by: Alan Coopersmith <alan.coopersmith@oracle.com>
2010-03-29config: remove the pkgconfig pc.in file from EXTRA_DISTGaetan Nadon1-1/+1
Automake always includes it in the tarball. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-02-16doc: use HAVE_GROFF_MM to skip doc when 'm.tmac' macros missingGaetan Nadon1-2/+2
This conditional is defined in XORG_WITH_GROFF macro. Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-02-05doc: use new macros XORG_WITH_GROFF and PS2PDFGaetan Nadon3-22/+18
These control the usage of doc tools Also use XORG_ENABLE_DOCS to control generation of docs Signed-off-by: Gaetan Nadon <memsize@videotron.ca>
2010-01-14Update Sun license notices to current X.Org standard formAlan Coopersmith3-42/+57
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-12-17require autoconf 2.60 because of $(docdir) useRémi Cardona1-1/+1
Signed-off-by: Rémi Cardona <remi@gentoo.org> Reviewed-by: Gaetan Nadon <memsize@videotron.ca> Reviewed-by: Alan Coopersmith <alan.coopersmith@sun.com> Reviewed-by: Dan Nicholson <dbn.lists@gmail.com>
2009-11-27Makefile.am: add ChangeLog and INSTALL on MAINTAINERCLEANFILESGaetan Nadon1-0/+1
Now that the INSTALL file is generated. Allows running make maintainer-clean.
2009-10-28INSTALL, NEWS, README or AUTHORS files are missing/incorrect #24206Gaetan Nadon2-2/+5
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-26Makefile.am: ChangeLog not required: EXTRA_DIST or *CLEANFILES #24432Gaetan Nadon1-2/+1
ChangeLog filename is known to Automake and requires no further coding in the makefile.
2009-10-22.gitignore: use common defaults with custom section # 24239Gaetan Nadon1-6/+67
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-21This is not a GNU project, so declare it foreign.Jeremy Huddleston1-1/+1
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. Signed-off-by: Jeremy Huddleston <jeremyhu@freedesktop.org>
2009-10-19Bug 24612: Memory & fd leaks in local transportsEric Sesterhenn1-1/+8
X.Org bug #24612 <http://bugs.freedesktop.org/show_bug.cgi?id=24612> Patch #30548 <http://bugs.freedesktop.org/attachment.cgi?id=30548> Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-10-17xtrans 1.2.5xtrans-1.2.5Alan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-10-17Move Xtrans interface docs from xorg-docs moduleAlan Coopersmith3-1/+848
Only built/installed if --enable-docs is requested, since few people should be writing code using xtrans interfaces directly. Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-10-15Migrate to xorg macros 1.3 & XORG_DEFAULT_OPTIONSAlan Coopersmith1-6/+5
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-10-15Silence root ownership warnings on CygwinYaakov Selkowitz1-2/+2
XWin need not be run as root, nor do Administrators have uid of 0. Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
2009-10-15Don't use -lws2_32 on CygwinYaakov Selkowitz1-1/+3
On Cygwin, both the (builtin) *NIX socket API and WinSock (via w32api) are available, but they cannot be mixed. We use *NIX APIs for everything else, so we do not want to mix in WinSock here. Signed-off-by: Yaakov Selkowitz <yselkowitz@users.sourceforge.net>
2009-10-15Move xtrans.pc to /usr/share/pkg-configMikhail Gusarov1-1/+1
This fixes configuration in cross-compilation mode: pkg-config does not look for .pc in /usr/lib/pkg-config during cross-compilation to avoid picking up wrong libraries. Signed-off-by: Mikhail Gusarov <dottedmag@dottedmag.net> Acked-by: Julien Cristau <jcristau@debian.org>
2009-10-15Xtranssock: assume that we have getaddrinfo if ipv6 is enabledJulien Cristau1-58/+20
If IPv6 is enabled at build time, assume that the C library will have getaddrinfo at runtime. Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-07-31Version 1.2.4xtrans-1.2.4Alan Coopersmith1-1/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-07-30Fix ifdef checks for SVR4 to do the right thing on SolarisAlan Coopersmith4-7/+7
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-05-18xfs segfaults in _FontTransSocketReopen when cloning itselfAlan Coopersmith1-1/+8
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-04-24Constify path argument to trans_mkdir()Alan Coopersmith2-2/+2
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-02-09Update is_numeric base on the declaration change in ↵Benjamin Close1-1/+1
389e01fb51ba2d708015e27d8fc17c88a0e55802 Signed-off-by: Benjamin Close <Benjamin.Close@clearchain.com>
2009-02-09Revert "Fix "XXX declared 'static' but not defined""Benjamin Close2-1/+13
This reverts commit d192bac409fe5ef99fa9fb9b5a0d5f656f0f1412. When transport.c is directly include (as in the case of libICE:icetrans.c:32) Xtranssock.c must be included before Xtransutil.c in order for the socket structures to be included. Including Xtransutil.c after Xtranssock.c requires is_number and trans_mkdir to be defined. This reintroduces the warning until a cleaner solution can be found but fixes the build. Found by: Tinderbox Signed-off-by: Benjamin Close <Benjamin.Close@clearchain.com>
2009-02-06Constify string argument to is_numericAlan Coopersmith1-2/+1
Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-02-06Fix libICE build after code motion in d192bac409...Alan Coopersmith1-0/+8
The #ifdef ICE_t case in Xtransutil.c depended on some #includes that are done in files that transport.c previously included before Xtransutil.c but are now after Xtransutil.c is included. Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-02-05Fix "XXX declared 'static' but not defined"Tomas Carnecky2-13/+1
The functions are declared static in Xtransint.h but are defined in Xtransutil.c. So when someone (xserver/os/connection.c) incuded Xtransint.h, gcc would throw the warning. I removed the declarations from the header and rearranged includes in transport.c so that Xtransutil.c is included just after Xtransint.h. This way the functions are still defined for the files that need them (Xtranssock.c, Xtranstli.c). Signed-off-by: Tomas Carnecky <tom@dbservice.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-02-05Fix "warning: format not a string literal and no format arguments"Tomas Carnecky1-4/+4
Signed-off-by: Tomas Carnecky <tom@dbservice.com> Signed-off-by: Alan Coopersmith <alan.coopersmith@sun.com>
2009-01-30Janitor: Correct make distcheck and compiler warnings.Paulo Cesar Pereira de Andrade3-7/+10
Compiler warnings are spread on other packages, with a warning in the format: /usr/include/X11/Xtrans/Xtranssock.c:548: warning: 'ciptr' may be used uninitialized in this function so the code was slightly changed so that the compiler would not "think" it could be used without initialization.
2009-01-11Version 1.2.3xtrans-1.2.3Alan Coopersmith1-1/+1
2009-01-11Add bugzilla, mailing list & git repo pointers to READMEAlan Coopersmith1-14/+36
2008-12-01Switch ChangeLog generation to use XORG_CHANGELOG from xorg-macros 1.2Alan Coopersmith2-1/+6
2008-12-0118748: xtrans.m4 causes configure --help to list --enable-ipv6 in wrong case.Alan Coopersmith1-1/+1
X.Org Bug #18748 <http://bugs.freedesktop.org/show_bug.cgi?id=18748>
2008-10-15add winsock check for windows buildsAlan Hourihane1-0/+1
2008-10-07xtrans 1.2.2xtrans-1.2.2Adam Jackson1-1/+1