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 sys-apps/texinfo/4.13a/1


Ignore:
Timestamp:
11/09/08 20:17:13 (7 years ago)
Author:
bonefish
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • sys-apps/texinfo/4.13a/1

    v1 v2  
    1   
     1==== Changes ([http://ports.haiku-files.org/browser/haikuports/trunk/sys-apps/texinfo/texinfo-4.13a-haiku.diff patch]) ==== 
     2 
     3{{{gnulib/lib/config.charset}}}: 
     4 - Haiku is UTF-8 (gnulib change). 
     5 
     6{{{system.h}}}: 
     7 - Haiku is not DOSish (O_BINARY/O_TEXT don't have any effect). 
     8 
     9==== Configuring/Building ==== 
     10 
     11{{{ 
     12automake --add-missing --force-missing 
     13./configure --prefix=/boot/common 
     14make 
     15}}} 
     16 
     17"automake" updates the obsolete config.guess. 
     18 
     19==== Tests ==== 
     20 
     21{{{ 
     22make check 
     23}}} 
     24 
     25Requires "mktemp". All tests pass. 

Trac Powered

Powered by Trac 0.13dev-r10686
By Edgewall Software.

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