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 1 and Version 2 of dev-util/git/1.6.0/2


Ignore:
Timestamp:
08/19/08 03:14:44 (7 years ago)
Author:
andreasf
Comment:

Instructions for 1.6.0 release

Legend:

Unmodified
Added
Removed
Modified
  • dev-util/git/1.6.0/2

    v1 v2  
    1   
     1Git 1.6.0 is released now, so that you can download a source tarball. 
     2 
     3On top you must apply the following [http://git.kernel.org/?p=git/git.git;a=commit;h=fdb2a2a600969598fd80f01b009fbbb020d596ab commit] and the following [http://marc.info/?l=git&m=121897106111619&w=2 patch] as well as change `ls` to `ls -1` in {{{templates/Makefile}}}. 
     4 
     5You can then build by using: 
     6{{{ 
     7make prefix=/boot/common \ 
     8NO_R_TO_GCC_LINKER=YesPlease NO_C99_FORMAT=YesPlease \ 
     9NO_ST_BLOCKS_IN_STRUCT_STAT=YesPlease NO_MEMMEM=YesPlease NO_MKDTEMP=YesPlease \ 
     10NO_IPV6=YesPlease NO_TCLTK=YesPlease CURLDIR=/boot/common PERL_PATH=/boot/home/config/bin/perl \ 
     11CFLAGS="-g -O2 -I/boot/common/include -I/boot/home/config/include" \ 
     12LDFLAGS="-L/boot/common/lib -L/boot/home/config/lib -lnetwork -lbsd" 
     13}}} 
     14Additional changes would be necessary for `configure` to work. 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

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