Changes between Initial Version and Version 1 of Ticket #33004


Ignore:
Timestamp:
Jan 24, 2012, 5:42:57 PM (12 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

You cannot simply change the checksums. See wiki:PortfileRecipes#stealth-updates.

The modeline should not be removed; instead, the portfile's whitespace should be modified to conform to the modeline and our usual formatting guidelines, and these changes should be made separately from any functional changes.

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33004

    • Property Owner changed from macports-tickets@… to david@…
    • Property Keywords haspatch added
    • Property Cc david@… removed
  • Ticket #33004 – Description

    initial v1  
    11Attached is a diff to to audio/sox which       
    22
    3 - fixes checksums
    4 - changes the description to the author's original
    5 - fixes a hidden dependency on audio/opencore-amr   
    6 - fixes a hidden dependency on audio/lame
    7 - fixes a hidden dependency on audio/libogg 
    8 - fixes a hidden dependency on archivers/zlib
    9 - fixes a hidden dependency on textproc/libiconv
    10 - gives explicit ./configure args to prevent further hidden deps
    11 - drops needless dependency on libao (we use coreaudio of course)
    12 - drops dependency on libsamplerate which the build does not
    13   pick up, and doesn't have an explicit ./configure arg for
    14 - drops the dependency on ffmpeg, which in turn depends on the
    15   whole xorg-* world, thus turning a neat little audio app into
    16   a monstrous dependency hog; the ffmpeg build is left as a variant
     3 - fixes checksums
     4 - changes the description to the author's original
     5 - fixes a hidden dependency on audio/opencore-amr   
     6 - fixes a hidden dependency on audio/lame
     7 - fixes a hidden dependency on audio/libogg 
     8 - fixes a hidden dependency on archivers/zlib
     9 - fixes a hidden dependency on textproc/libiconv
     10 - gives explicit ./configure args to prevent further hidden deps
     11 - drops needless dependency on libao (we use coreaudio of course)
     12 - drops dependency on libsamplerate which the build does not pick up, and doesn't have an explicit ./configure arg for
     13 - drops the dependency on ffmpeg, which in turn depends on the whole xorg-* world, thus turning a neat little audio app into a monstrous dependency hog; the ffmpeg build is left as a variant