Edgewall Software

Changes between Version 21 and Version 22 of TracOnOpenBSD


Ignore:
Timestamp:
Dec 17, 2008, 8:22:20 AM (15 years ago)
Author:
Alex Holst
Comment:

Remove obsolete comments about expat in older OS releases

Legend:

Unmodified
Added
Removed
Modified
  • TracOnOpenBSD

    v21 v22  
    11= Installing Trac on OpenBSD =
    22
    3 Trac is in ports now, so simply install the package shipped with the OS as of OpenBSD 4.0:
     3Trac is in ports now, so simply install the package shipped with the OS:
    44
    55{{{
     
    1010This will also install all dependencies. Ports picks python-2.4 instead of python-2.3, and everything appears to work fine.
    1111
    12 OpenBSD 4.2 unfortunately has expat in xbase42.tgz and hence requires the installation of the X Server base packages as Trac depends on expat (note: this is fixed in 4.3, as expat is now in base43.tgz). If you did not install xbase42.tgz install set, download it from your favorite mirror and extract them at the root level while preserving permissions:
    13 
    14 {{{
    15 $ sudo tar xzvphf xbase42.tgz -C /
    16 }}}
    17 
    18 As of OpenBSD 4.1, Apache httpd 2.2 is also in the ports tree with a package available. If PKG_PATH is already set correctly, simply do:
     12Apache httpd 2.2 is also in the ports tree with a package available. If PKG_PATH is already set correctly, simply do:
    1913
    2014{{{
     
    2216}}}
    2317
    24 pkg_add automatically installs any dependencies.
     18[http://www.openbsd.org/cgi-bin/man.cgi?query=pkg_add pkg_add(1)] automatically installs any dependencies.
    2519
    2620== Manual Install Not Needed ==