git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v5 00/18] Portability patches for git-1.7.1
@ 2010-05-14  9:31 Gary V. Vaughan
  2010-05-14  9:31 ` [PATCH v5 01/18] Makefile: pass CPPFLAGS through to fllow customization Gary V. Vaughan
                   ` (19 more replies)
  0 siblings, 20 replies; 34+ messages in thread
From: Gary V. Vaughan @ 2010-05-14  9:31 UTC (permalink / raw)
  To: git

Momentum appears to have stalled on this portability patch set, but
I received a lot of great feed back on restructuring and tweaking, the
results of which follow. If there's anything else I can do to help the
adoption of some or all of these patches into upstream please don't
hesitate to ask.  There are no new changes in this v5 patchset, and
the additional 2 patches in the series over the last submission is
purely an artifact of the restructuring based on feedback.

So, as I said before: Here are the portability patches we needed at
TWW to enable git-1.7.1 to compile and run on all of the wide range of
Unix machines we support.  These patches apply to the git-1.7.1
release,  and address all of the feedback from the previous four
times I posted them to this list.

With the exception of a hand-full of test failures outside of Linux
and Solaris8+, git now compiles and passes all tests on the following
architectures:

        Solaris 2.6/SPARC
        Solaris 7/SPARC
        Solaris 8/SPARC
        Solaris 9/SPARC
        Solaris 10/SPARC
        Solaris 10/Intel
        HP-UX 10.20/PA
        HP-UX 11.00/PA
        HP-UX 11.11/PA
        HP-UX 11.23/PA
        HP-UX 11.23/IA
        HP-UX 11.31/PA
        HP-UX 11.31/IA
        AIX 5.1
        AIX 5.2
        AIX 5.3
        AIX 6.1
        Tru64 UNIX 5.1
        IRIX 6.5
        RHEL 3/x86
        RHEL 3/amd64
        RHEL 4/x86
        RHEL 4/amd64
        RHEL 5/x86
        RHEL 5/amd64
        SLES 10/x86
        SLES 10/amd64

Cheers,
-- 
Gary V. Vaughan (gary@thewrittenword.com)

^ permalink raw reply	[flat|nested] 34+ messages in thread

end of thread, other threads:[~2010-06-11  4:30 UTC | newest]

Thread overview: 34+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-05-14  9:31 [PATCH v5 00/18] Portability patches for git-1.7.1 Gary V. Vaughan
2010-05-14  9:31 ` [PATCH v5 01/18] Makefile: pass CPPFLAGS through to fllow customization Gary V. Vaughan
2010-05-14  9:53   ` Robin H. Johnson
2010-05-14 10:58     ` Gary V. Vaughan
2010-05-14 11:04       ` Robin H. Johnson
2010-05-14 12:01         ` Gary V. Vaughan
2010-05-14  9:31 ` [PATCH v5 02/18] Rewrite dynamic structure initializations to runtime assignment Gary V. Vaughan
2010-06-02  4:39   ` Junio C Hamano
2010-05-14  9:31 ` [PATCH v5 03/18] Makefile: -lpthread may still be necessary when libc has only pthread stubs Gary V. Vaughan
2010-05-14  9:31 ` [PATCH v5 04/18] enums: omit trailing comma for portability Gary V. Vaughan
2010-05-14  9:31 ` [PATCH v5 05/18] Do not use "diff" found on PATH while building and installing Gary V. Vaughan
2010-06-02  4:39   ` Junio C Hamano
2010-05-14  9:31 ` [PATCH v5 06/18] tests: use "test_cmp", not "diff", when verifying the result Gary V. Vaughan
2010-06-02  4:39   ` Junio C Hamano
2010-05-14  9:31 ` [PATCH v5 07/18] test_cmp: do not use "diff -u" on platforms that lack one Gary V. Vaughan
2010-05-14  9:31 ` [PATCH v5 08/18] git-compat-util.h: some platforms with mmap() lack MAP_FAILED definition Gary V. Vaughan
2010-05-14  9:31 ` [PATCH v5 09/18] Makefile: some platforms do not have hstrerror anywhere Gary V. Vaughan
2010-05-14  9:31 ` [PATCH v5 10/18] Make NO_{INET_NTOP,INET_PTON} configured independently Gary V. Vaughan
2010-05-14  9:31 ` [PATCH v5 11/18] Some platforms lack socklen_t type Gary V. Vaughan
2010-05-14  9:31 ` [PATCH v5 12/18] Allow disabling "inline" Gary V. Vaughan
2010-05-14  9:31 ` [PATCH v5 13/18] inline declaration does not work on AIX Gary V. Vaughan
2010-05-14  9:31 ` [PATCH v5 14/18] Makefile: SunOS 5.6 portability fix Gary V. Vaughan
2010-05-14  9:31 ` [PATCH v5 15/18] git-compat-util.h: Irix 6.5 defines sgi but not __sgi Gary V. Vaughan
2010-06-02  1:55   ` [PATCH] git-compat-util.h: use apparently more common __sgi macro to detect SGI IRIX Brandon Casey
2010-06-02  8:43     ` Gary V. Vaughan
2010-06-02  9:56     ` Tor Arntsen
2010-05-14  9:31 ` [PATCH v5 16/18] Makefile: HPUX11 portability fixes Gary V. Vaughan
2010-05-14  9:31 ` [PATCH v5 17/18] Makefile: HP-UX 10.20 " Gary V. Vaughan
2010-05-14  9:31 ` [PATCH v5 18/18] Makefile: Tru64 portability fix Gary V. Vaughan
2010-05-26  5:56 ` [PATCH v5 00/18] Portability patches for git-1.7.1 Gary V. Vaughan
2010-06-07 15:45 ` Gary V. Vaughan
2010-06-07 18:07   ` Junio C Hamano
2010-06-09  9:37     ` Tor Arntsen
2010-06-11  4:30       ` Junio C Hamano

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).