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


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #5167, comment 2

    initial v1  
    11(In reply to comment #1)
    22> proposals:
    3 > *does cattdoc really require gettext and ibiconv? So we can most probably remove
     3>
     4> * does cattdoc really require gettext and ibiconv? So we can most probably remove
     5> {{{
    46> configure.env   LDFLAGS=-L${prefix}/lib CPPFLAGS=-I${prefix}/include
     7> }}}
    58> as none of the binaries will link against neither of the two
    69
     
    912Corrected all of the mentioned issues, here's the patch:
    1013
     14{{{
    1115--- Portfile    2005-09-28 14:19:28.000000000 +0200
    1216+++ Portfile.new        2005-09-28 21:18:48.000000000 +0200
     
    2529+destroot.destdir prefix=${destroot}${prefix} \
    2630+                mandir=${destroot}${prefix}/share/man/man1
     31}}}
    2732
    28