Changes between Initial Version and Version 1 of Ticket #23108


Ignore:
Timestamp:
Jan 3, 2010, 3:39:23 AM (14 years ago)
Author:
mf2k (Frank Schima)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23108

    • Property Owner changed from macports-tickets@… to mww@…
  • Ticket #23108 – Description

    initial v1  
    11If you try to do `port install man +universal`, the compiling step fails with:
    22
     3{{{
    34 Error: Target org.macports.configure returned: configure failure: shell command " cd "/opt/local/var/macports/build/_opt_local_var_macports_sources_rsync.macports.org_release_ports_sysutils_man/work/man-1.6f" && ./configure --prefix=/opt/local --disable-dependency-tracking --mandir=/opt/local/share/man -compatibility_mode_for_colored_groff -confdir=/opt/local/etc +fhs " returned error 1
    45 Command output: Usage: configure -ask
     
    67                  [+fhs|+fsstnd|+traditional] [+lang all|LANGUAGES]
    78        where LANGUAGES is a substring of bg,cs,da,de,el,en,es,fi,fr,hr,it,ja,ko,nl,pl,pt,ro,ru,sl.
    8  
     9 }}}
     10
    911 The default "configure -d" is equivalent to "configure +fhs +lang en".
    1012 The option +suid will make man suid to a user "man". Create this first.
     
    1618Adding
    1719
     20{{{
    1821 configure.universal_args-delete --disable-dependency-tracking
     22}}}
    1923
    2024to the portfile fixes this so that the port will install correctly.