Changes between Initial Version and Version 1 of Ticket #5167, comment 1


Ignore:
Timestamp:
Mar 24, 2016, 4:44:36 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5167, comment 1

    initial v1  
    11proposals:
    2 *does cattdoc really require gettext and ibiconv? So we can most probably remove
     2
     3* does cattdoc really require gettext and ibiconv? So we can most probably remove
     4{{{
    35configure.env   LDFLAGS=-L${prefix}/lib CPPFLAGS=-I${prefix}/include
    4 as none of the binaries will link against neither of the two
     6}}}
     7  as none of the binaries will link against neither of the two
    58
    6 *wish popping up is distractin, disable this test
     9* wish popping up is distractin, disable this test
     10{{{
    711configure.args  --without-wish
    8 --prefix=${prefix} is set automatically via configure.pre_args, --mandir has no effect here
     12}}}
     13  `--prefix=${prefix}` is set automatically via `configure.pre_args`, `--mandir` has no effect here
    914
    10 *instead of dependening on the gnumake port (which is never called here since it supplies "gmake")
    11 use:
     15* instead of dependening on the gnumake port (which is never called here since it supplies "gmake") use:
     16{{{
    1217build.type  gnu
     18}}}
    1319
    14 *to get the mandir right, we can cheat it in at destroot phase still:
     20* to get the mandir right, we can cheat it in at destroot phase still:
     21{{{
    1522destroot.destdir prefix=${destroot}${prefix} \
    1623        mandir=${destroot}${prefix}/share/man/man1
     24}}}