Changes between Initial Version and Version 2 of Ticket #1581


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

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1581

    • Property Status changed from new to closed
    • Property Type changed from defect to update
    • Property Resolution changed from to fixed
    • Property Port octave added
  • Ticket #1581 – Description

    initial v2  
    55================INLINE CONTENT================
    66
     7{{{
    78Index: Portfile
    8 ===============================================================
    9 ====
     9===================================================================
    1010RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/math/octave/Portfile,v
    1111retrieving revision 1.1
     
    4141-
    4242-post-configure {
    43 -               reinplace "s|/\\* #undef HAVE_DYLD_API \\*/|#define HAVE_DYLD_API 1|g" "${worksrcpath}/
    44 config.h"
     43-               reinplace "s|/\\* #undef HAVE_DYLD_API \\*/|#define HAVE_DYLD_API 1|g" "${worksrcpath}/config.h"
    4544-
    46 -               reinplace "s|#include <Mach-O/dyld.h>|#include <mach-o/dyld.h>|g" "${worksrcpath}/
    47 liboctave/oct-shlib.cc"
     45-               reinplace "s|#include <Mach-O/dyld.h>|#include <mach-o/dyld.h>|g" "${worksrcpath}/liboctave/oct-shlib.cc"
    4846-               }
    49 +configure.args --enable-shared --enable-dl --disable-static --with-hdf5 --without-fftw --without-
    50 mpi --infodir=${prefix}/share/info --mandir=${prefix}/share/man
     47+configure.args --enable-shared --enable-dl --disable-static --with-hdf5 --without-fftw --without-mpi --infodir=${prefix}/share/info --mandir=${prefix}/share/man
    5148 
    5249 destroot.destdir       prefix=${destroot}${prefix}
     
    5754-               }
    5855-
     56}}}