Ticket #34034: fuse4x_bump_0.10.0.diff

File fuse4x_bump_0.10.0.diff, 4.6 KB (added by anatol (Anatol Pomozov), 12 years ago)
  • fuse4x-kext/Portfile

     
    55PortGroup           xcode 1.0
    66
    77name                fuse4x-kext
    8 version             0.9.0
    9 revision            1
     8version             0.10.0
    109set tag             [string map {. _ } $version]
    1110categories          fuse devel
    1211platforms           macosx
     
    2726license             BSD
    2827master_sites        https://github.com/fuse4x/kext/tarball/fuse4x_${tag}
    2928
    30 checksums           sha256  8001a515945ab3ea72df788e89ef66ce608e06ba1444163bfbba928056d0fad5 \
    31                     rmd160  89578f947aa916e6435e011ea7964673e213ca3f
     29checksums           sha256  671896798b3e0380b529d3dfd3b73188a8c2093d8fdfb42b3bdeae46fbaaa62b \
     30                    rmd160  ceca2de87ef8cd1a56a644ca954663736bbd6837
    3231
    3332extract.mkdir       yes
    3433extract.post_args   "| tar --strip-components=1 -xf -"
     
    4746# kext destination: kext will be installed into ${kextdir}/fuse4x.kext.
    4847#
    4948# The kext is autoloaded by the library using load_fuse4x, so it
    50 # doesn't have to go into /System/Library/Extensions. It doesn't
     49# doesn't have to go into /Library/Extensions. It doesn't
    5150# matter where we put it, as long as it's kept in sync with the library.
    5251#
    5352# If updating the patchfile or ${kextdir}, must also update the
     
    6059
    6160xcode.configuration Release
    6261
    63 # Disable MacFUSE compatibility mode; not needed for the filesystems we build.
    64 xcode.build.settings GCC_PREPROCESSOR_DEFINITIONS='FUSE4X_DISABLE_MACFUSE_MODE'
    65 
    6662destroot.asroot     yes
    6763
    6864destroot {
     
    7672
    7773
    7874variant trace description {Enable debug logging: logs all filesystem operations} {
    79     # Note that this overrides the normal GCC_PREPROCESSOR_DEFINITIONS
    80     xcode.build.settings GCC_PREPROCESSOR_DEFINITIONS='FUSE4X_DISABLE_MACFUSE_MODE FUSE4X_DEBUG FUSE4X_TRACE FUSE4X_TRACE_LK FUSE4X_TRACE_MSLEEP FUSE4X_TRACE_OP FUSE4X_TRACE_VNCACHE FUSE4X_SERIALIZE_LOGGING'
     75    xcode.build.settings GCC_PREPROCESSOR_DEFINITIONS='FUSE4X_COUNT_MEMORY FUSE4X_DEBUG FUSE4X_TRACE_LK FUSE4X_TRACE_MSLEEP FUSE4X_TRACE_OP FUSE4X_TRACE_VNCACHE FUSE4X_SERIALIZE_LOGGING'
    8176}
    8277
    8378# We don't need to load the kext, because the fuse4x library will
  • fuse4x-framework/Portfile

     
    55PortGroup           xcode 1.0
    66
    77name                fuse4x-framework
    8 version             0.9.0
     8version             0.10.0
    99set tag             [string map {. _ } $version]
    1010categories          fuse devel
    1111platforms           macosx
     
    2626license             BSD
    2727master_sites        https://github.com/fuse4x/framework/tarball/fuse4x_${tag}
    2828
    29 checksums           sha256  f4a2a0861807c8877c4bdb68e1ef776f50265076ac893581897febcb04436a76 \
    30                     rmd160  4ae796f0d14af1435d02e9d20c0cead3b5ce8de9
     29checksums           sha256  2929f268a5d0b2ff6223ee6fafea66d3a39c13f382ab104ea2411eed9a56b01d \
     30                    rmd160  a0708bb6dacedf3c34c8eec2f9c4c839b35fe7c7
    3131
    3232extract.mkdir       yes
    3333extract.post_args   "| tar --strip-components=1 -xf -"
  • fuse4x/Portfile

     
    44PortSystem          1.0
    55
    66name                fuse4x
    7 version             0.9.0
    8 revision            1
     7version             0.10.0
    98set tag             [string map {. _ } $version]
    109categories          fuse devel
    1110platforms           macosx
     
    2726license             LGPL
    2827master_sites        https://github.com/fuse4x/fuse/tarball/fuse4x_${tag}
    2928
    30 checksums           sha256  fde8676cf5d30e167d18860d24843fcf03f64202dd648f0b833f02c12f726964 \
    31                     rmd160  c9cd0ceec85e4a4a3d27d302be7147a6e29c9b2a
     29checksums           sha256  d09634d7dcc3b5dcf4cf3308772777f74f8f822e0fdd50ac033af59cbbc3954d \
     30                    rmd160  172df95681e92e49fb6e83ca52b27a8e6f9df517
    3231
    3332extract.mkdir       yes
    3433extract.post_args   "| tar --strip-components=1 -xf -"
     
    3837# kext destination: kext will be installed into ${kextdir}/fuse4x.kext.
    3938#
    4039# The kext is autoloaded by the library using load_fuse4x, so it
    41 # doesn't have to go into /System/Library/Extensions. It doesn't
     40# doesn't have to go into /Library/Extensions. It doesn't
    4241# matter where we put it, as long as it's kept in sync with the library.
    4342#
    4443# If updating the patchfile or ${kextdir}, must also update the