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 2 and Version 3 of dev-util/subversion/1.6.1/1


Ignore:
Timestamp:
05/10/09 10:01:25 (6 years ago)
Author:
scottmc
Comment:

added build notes

Legend:

Unmodified
Added
Removed
Modified
  • dev-util/subversion/1.6.1/1

    v2 v3  
    1  Build steps coming soon 
     1{{{ 
     2cp /boot/common/share/libtool/config/config.sub build 
     3cp /boot/common/share/libtool/config/config.guess build 
     4libtoolize --force --copy 
     5aclocal -I build -I build/ac-macros 
     6(this gives underquoted macro warnings, so perhaps adding a patch to clean those up wouldn't be a bad idea) 
     7If you get python error here it could mean you don't have python installed yet. 
     8autoconf (may not be needed, need to recheck) 
     9autoreconf (may not be needed, need to recheck) 
     10autogen.sh 
     11./configure --prefix=/boot/common --with-apr=/boot/common/bin/apr-1-config --with-apr-util=/boot/common/bin/apu-1-config --with-neon=/boot/common --with-editor=lpe --with-zlib=/boot/common 
     12make 
     13make install 
     14 
     15It does check and finds sqlite3.  It's also checking for Berkeley DB which I don't yet have installed.   
     16TODO: try building again once Berkeley DB is installed. 
     17No patches are needed as libtoolize and friends seem to have inserted the -lnetwork where it's needed. 
     18 
     19Lot's of dependency libs were needed to build this: apr-1.3.3, apr-util-1.3.4, sqlite-3.6.14, libiconv-1.12, python-2.5.4, neon-0.28.4, libxml2-2.7.3 and gettext-0.17 
    220 
    321{{{ 
    … …  
    135153~/subversion-1.6.1>  
    136154}}} 
     155 
     156TODO: Investigate and fix failed/skipped tests[[BR]] 
     157TODO: Double check build commands 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

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