Changes between Initial Version and Version 2 of Ticket #1659


Ignore:
Timestamp:
Mar 24, 2016, 12:13:49 PM (9 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #1659

    • 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 #1659 – Description

    initial v2  
     1{{{
    12Index: Portfile
    2 ===============================================================
    3 ====
     3===================================================================
    44RCS file: /Volumes/src/cvs/od/proj/darwinports/dports/math/octave/Portfile,v
    55retrieving revision 1.2
     
    3131                CPPFLAGS="-no-cpp-precomp -I${prefix}/include"
    3232 
    33 -configure.args --enable-shared --enable-dl --disable-static --with-hdf5 --without-fftw --without-
    34 mpi --infodir=${prefix}/share/info --mandir=${prefix}/share/man
    35 +configure.args --enable-shared --enable-dl --disable-static --with-hdf5 --with-fftw --without-mpi
    36 --infodir=${prefix}/share/info --mandir=${prefix}/share/man
     33-configure.args --enable-shared --enable-dl --disable-static --with-hdf5 --without-fftw --without-mpi --infodir=${prefix}/share/info --mandir=${prefix}/share/man
     34+configure.args --enable-shared --enable-dl --disable-static --with-hdf5 --with-fftw --without-mpi --infodir=${prefix}/share/info --mandir=${prefix}/share/man
    3735 
    3836 destroot.destdir       prefix=${destroot}${prefix}
     37}}}