Ticket #27846: Portfile.diff

File Portfile.diff, 1.8 KB (added by hvdwolf@…, 13 years ago)

Corrected patch

  • Portfile

    old new  
    11# $Id: Portfile 64763 2010-03-15 16:31:33Z nox@macports.org $
    22
    33PortSystem 1.0
     4PortGroup cmake         1.0
    45
    5 name                    hugin-app
    6 svn.revision            2903
    7 version                 7.0-${svn.revision}
    8 revision                2
     6
     7name                    hugin
     8version                 2010.4.0
    99categories              graphics
    10 maintainers             auckland.ac.nz:p.schmiedeskamp
     10maintainers             auckland.ac.nz:p.schmiedeskamp \
     11                        gmail.com:hvdwolf
    1112description             Panorama photo stitcher
    1213long_description        An easy to use cross-platform panoramic imaging \
    1314                        toolchain based on Panorama Tools. With hugin you \
     
    1819homepage                http://hugin.sourceforge.net
    1920platforms               darwin
    2021
    21 fetch.type              svn
    22 svn.url                 http://hugin.svn.sourceforge.net/svnroot/hugin/hugin/trunk
    23 
    24 worksrcdir              trunk
     22master_sites            sourceforge:hugin
     23distname                ${name}-${version}
     24use_bzip2               yes
    2525
    26 depends_build           port:cmake
    2726
    2827depends_lib             port:boost \
    2928                        port:tiff \
     
    3231                        port:wxWidgets \
    3332                        port:openexr \
    3433                        port:exiv2 \
    35                         port:libpano13
     34                        port:libpano13 \
     35                        port:glew \
     36                        port:gettext \
     37                        port:libiconv \
     38                        port:expat
    3639
    37 depends_run             port:autopano-sift-c \
    38                         port:enblend \
     40depends_run             port:enblend \
    3941                        port:p5-image-exiftool
    4042
    41 configure.cmd           cmake
    42 configure.pre_args
    4343
    44 patchfiles              patch-src-hugin_base-algorithms-panorama_makefile-PanoramaMakefileExport.cpp.diff
    4544
    46 configure.args          -DCMAKE_INSTALL_PREFIX:PATH=${prefix} \
    47                         -DHUGIN_SHARED:BOOL=OFF
     45
     46checksums               md5 bfd716655461987312b2f2f00c90dcc5 \
     47                        sha1 47f25c0a8b97c27108e567bcd22203c87f268d07
     48
     49
     50# As we are dependent on wxWidgets we can't build universal even though hugin itself does
     51# allow it
     52universal_variant       no
     53use_parallel_build no
     54
     55supported_archs         i386 ppc
     56
     57