bugzilla-daemon at bugzilla.mindrot.org
2010-Mar-24 19:07 UTC
[Bug 1741] New: Patch to add support for building on Haiku
https://bugzilla.mindrot.org/show_bug.cgi?id=1741
Summary: Patch to add support for building on Haiku
Product: Portable OpenSSH
Version: 5.4p1
Platform: ix86
OS/Version: Other
Status: NEW
Severity: normal
Priority: P2
Component: Build system
AssignedTo: unassigned-bugs at mindrot.org
ReportedBy: scottmc2 at gmail.com
Created an attachment (id=1819)
--> (https://bugzilla.mindrot.org/attachment.cgi?id=1819)
configure.ac patch to allow for building on Haiku
Haiku has included openssh for some time now, but with every openssh
release we have to repatch it. Attached is our current patch for
5.4p1.
The patch was originally done by Ingo Weinhold (ingo_weinhold at gmx.de)
on 5.0p1
http://ports.haiku-files.org/browser/haikuports/trunk/net-misc/openssh/openssh-5.2p1-haiku.diff
-scottmc
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2010-Mar-25 02:04 UTC
[Bug 1741] Patch to add support for building on Haiku
https://bugzilla.mindrot.org/show_bug.cgi?id=1741
Darren Tucker <dtucker at zip.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #1819|application/octet-stream |text/plain
mime type| |
Attachment #1819|0 |1
is patch| |
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2010-Mar-25 02:06 UTC
[Bug 1741] Patch to add support for building on Haiku
https://bugzilla.mindrot.org/show_bug.cgi?id=1741
Darren Tucker <dtucker at zip.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
Attachment #1819| |ok?(djm at mindrot.org)
Flag| |
--- Comment #1 from Darren Tucker <dtucker at zip.com.au> 2010-03-25
13:06:39 EST ---
(From update of attachment 1819)
looks pretty safe, include for 5.5p1?
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2010-Mar-25 05:12 UTC
[Bug 1741] Patch to add support for building on Haiku
https://bugzilla.mindrot.org/show_bug.cgi?id=1741 --- Comment #2 from Damien Miller <djm at mindrot.org> 2010-03-25 16:12:31 EST --- (From update of attachment 1819)>+if test -z "$have_u_int64_t" ; then >+ AC_MSG_CHECKING([for u_int64_t type in posix/stdint.h]) >+ AC_TRY_COMPILE( >+ [ #include <posix/stdint.h> ], >+ [ u_int64_t a; a = 1],This looks OK, but we don't actually check for the posix/stdint.h header nor do we include it so we actually pick up the u_int64_t definition in a central place. -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2010-Mar-25 20:49 UTC
[Bug 1741] Patch to add support for building on Haiku
https://bugzilla.mindrot.org/show_bug.cgi?id=1741 --- Comment #3 from Scott McCreary <scottmc2 at gmail.com> 2010-03-26 07:49:13 EST --- So perhaps just add AC_DEFINE(HAVE_U_INT64_T) to that first section for the *-*-haiku*) case, and remove the second half of that patch? -- Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are watching the assignee of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2010-Mar-25 23:29 UTC
[Bug 1741] Patch to add support for building on Haiku
https://bugzilla.mindrot.org/show_bug.cgi?id=1741
Darren Tucker <dtucker at zip.com.au> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |dtucker at zip.com.au
Blocks| |1708
Status|NEW |RESOLVED
Resolution| |FIXED
--- Comment #4 from Darren Tucker <dtucker at zip.com.au> 2010-03-26
10:29:53 EST ---
(In reply to comment #3)> So perhaps just add
> AC_DEFINE(HAVE_U_INT64_T)
> to that first section for the *-*-haiku*) case, and remove the second
> half of that patch?
Sounds good, committed as suggested, it will be in 5.5p1.
Thanks.
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2010-Mar-25 23:43 UTC
[Bug 1741] Patch to add support for building on Haiku
https://bugzilla.mindrot.org/show_bug.cgi?id=1741
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
CC| |djm at mindrot.org
Blocks|1708 |1743
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
bugzilla-daemon at bugzilla.mindrot.org
2010-Apr-16 05:50 UTC
[Bug 1741] Patch to add support for building on Haiku
https://bugzilla.mindrot.org/show_bug.cgi?id=1741
Damien Miller <djm at mindrot.org> changed:
What |Removed |Added
----------------------------------------------------------------------------
Status|RESOLVED |CLOSED
--- Comment #5 from Damien Miller <djm at mindrot.org> 2010-04-16 15:50:52
EST ---
Mass move of bugs RESOLVED->CLOSED following the release of
openssh-5.5p1
--
Configure bugmail: https://bugzilla.mindrot.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are watching the assignee of the bug.
You are watching someone on the CC list of the bug.
Maybe Matching Threads
- [LLVMdev] A patch for refine the cmake system and also configure
- [LLVMdev] A patch for refine the cmake system and also configure
- [LLVMdev] A patch for refine the cmake system and also configure
- [fdo] Haiku - FreeDesktop.org cooperation proposal
- openssh directories on Haiku