HaikuPorts
  • Login
  • Preferences
  • Help/Guide
  • Wiki
  • Timeline
  • Roadmap
  • View Tickets
  • Search
  • Port Log
  • Blog

Context Navigation

  • ← Previous Change
  • Wiki History
  • Next Change →

Changes between Version 20 and Version 21 of dev-util/git


Ignore:
Timestamp:
04/19/08 05:41:41 (7 years ago)
Author:
andreasf
Comment:

Updated status

Legend:

Unmodified
Added
Removed
Modified
  • dev-util/git

    v20 v21  
    33= [wiki:dev-util]/git = 
    44 
    5 == version 1.5.5 == 
     5== version 1.5.5 / git master == 
    66 
    77||R5||untested|| 
    … …  
    1414 * [wiki:dev-libs/openssl] (optional) 
    1515 * [wiki:dev-lang/tk] (optional) 
     16 * [wiki:sys-devel/sparse] (for testing) 
    1617 
    1718=== work-in-progress (andreasf) - [Haiku] === 
    … …  
    3536(*loose_size) += ceil(st.st_size / 512.0); 
    3637}}} 
    37 In a [http://ussg.iu.edu/hypermail/linux/kernel/0310.1/1125.html Linux kernel ML post] I read the unit of {{{st_blocks}}} were 512 byte. 
     38(In a [http://ussg.iu.edu/hypermail/linux/kernel/0310.1/1125.html Linux kernel ML post] I read the unit of {{{st_blocks}}} were 512 byte.) 
    3839 
    3940Next, for {{{git-fetch-pack}}} a hardlink is being created, which fails on Haiku. Changing the {{{$(BUILT_INS)}}} target to use {{{ln -s}}} resolves this. 
    … …  
    4142Next, {{{git-imap-send}}} fails to link due to an undefined reference to {{{getpass}}}. {{{getpass}}} is only defined in the BSD compatibility headers. Adding a prototype to {{{imap-send.c}}} resolves an assignment warning. Compiling with {{{make LDFLAGS=-lbsd}}} resolves the linker error. 
    4243 
    43 Next, build fails due to {{{/usr/bin/perl}}}. Use {{{make PERL_PATH=/boot/home/config/bin/perl}}} to continue. 
     44Next, build fails due to {{{/usr/bin/perl}}}. Use {{{make PERL_PATH=/boot/home/config/bin/perl}}} to continue. (Or configure with {{{--with-perl=/boot/home/config/bin/perl}}}.) 
    4445 
    4546To get git to prepare the templates, in {{{templates/Makefile}}} change {{{ls}}} to {{{ls -1}}}. 
    … …  
    4748In {{{Makefile}}} for the {{{install}}} target change another instance of {{{ln}}} to {{{ln -s}}}. 
    4849 
    49 {{{make check}}} fails due to lack of [wiki:sys-devel/sparse sparse]. 
    50  
    51 Checking out cairo works! 
     50Checking out multiple repositories works. {{{make check}}} fails due to lack of [wiki:sys-devel/sparse sparse]. 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

Visit the Trac open source project at
http://trac.edgewall.org/