Ticket #68144: Portfile.diff

File Portfile.diff, 1.3 KB (added by ryandesign (Ryan Carsten Schmidt), 9 months ago)
  • devel/libextractor/Portfile

    diff --git a/devel/libextractor/Portfile b/devel/libextractor/Portfile
    index 9ad33d1a16f..1cfb45510c2 100644
    a b legacysupport.newest_darwin_requires_legacy 10 
    88
    99name                libextractor
    1010version             1.11
    11 revision            2
     11revision            3
    1212checksums           rmd160  686d66f510caa295f3b7c3de68f307c026bf142e \
    1313                    sha256  16f633ab8746a38547c4a1da3f4591192b0825ad83c4336f0575b85843d8bd8f \
    1414                    size    8367637
    depends_lib port:bzip2 \ 
    4040                    path:lib/pkgconfig/gtk+-2.0.pc:gtk2 \
    4141                    port:gstreamer1 \
    4242                    port:gstreamer1-gst-plugins-base \
     43                    port:iso-codes \
    4344                    path:include/turbojpeg.h:libjpeg-turbo \
    4445                    port:libarchive \
    4546                    port:libgsf \
    depends_lib port:bzip2 \ 
    5455                    port:tiff \
    5556                    port:zlib
    5657
    57 patchfiles          tidy-5.patch
     58post-extract {
     59    # DOS to UNIX line endings so we can patch.
     60    reinplace "s|\r||g" ${worksrcpath}/src/common/le_architecture.h
     61}
     62
     63patchfiles          endian.patch \
     64                    tidy-5.patch
    5865
    5966configure.args      --enable-ffmpeg \
    6067                    --enable-glib \