Skip to content

Commit

Permalink
hugin-app: update version 2019.0.0->2019.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusCalhoun-Lopez committed Jan 20, 2020
1 parent 7f4724d commit db809ae
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 31 deletions.
16 changes: 6 additions & 10 deletions graphics/hugin-app/Portfile
Expand Up @@ -8,7 +8,7 @@ PortGroup active_variants 1.1
PortGroup linear_algebra 1.0

name hugin-app
version 2019.0.0
version 2019.2.0
revision 0
set branch [join [lrange [split ${version} .] 0 1] .]
categories graphics
Expand All @@ -33,9 +33,9 @@ compiler.cxx_standard 2011
perl5.branches 5.28
wxWidgets.use wxWidgets-3.0-cxx11

checksums rmd160 6d1d7e14a862879e5ac9bc2d9b75c5e9e4d0e15a \
sha256 f94717c5035b776a552163bac5815916e0662008fabefafd790fa54b352e22d1 \
size 10297887
checksums rmd160 d16c364779a48451b3b222a0dd0efa46535e6ddc \
sha256 8ba6bdfea246313f142f17f42e066c6888f51b72e4f8814b5e1c84ff56a95a3e \
size 10335030

linalg.setup noveclibfort

Expand All @@ -45,10 +45,6 @@ patchfiles-append patch-no_default.diff
# in /usr/include/sys/termios.h, VT1 is defined as a number
patchfiles-append patch-terios.diff

# at some point, exiv2 restructured header files
# avoid "no type named 'Error' in namespace 'Exiv2'"
patchfiles-append patch-exiv2_error.diff

# change how we look for OpenMP
patchfiles-append patch-find_openmp.diff
post-patch {
Expand All @@ -58,7 +54,7 @@ post-patch {
}

# icon files are not installed
patchfiles-append patch-icns.diff
#patchfiles-append patch-icns.diff
post-extract {
# icon files are not found
ln -s ../hugin/Hugin.icns ${worksrcpath}/src/hugin1/stitch_project
Expand Down Expand Up @@ -119,7 +115,7 @@ pre-configure {
configure.args-append ${cmake_linalglib}
}

set pythons_suffixes {27 36 37}
set pythons_suffixes {36 37}

set pythons_ports {}
foreach s ${pythons_suffixes} {
Expand Down
20 changes: 0 additions & 20 deletions graphics/hugin-app/files/patch-exiv2_error.diff

This file was deleted.

2 changes: 1 addition & 1 deletion graphics/hugin-app/files/patch-no_default.diff
Expand Up @@ -9,7 +9,7 @@
if (MAC_SELF_CONTAINED_BUNDLE)
set(CMAKE_LIBRARY_PATH ${CMAKE_SOURCE_DIR}/mac/ExternalPrograms/repository/lib)
set(CMAKE_INCLUDE_PATH ${CMAKE_SOURCE_DIR}/mac/ExternalPrograms/repository/include ${CMAKE_SOURCE_DIR}/mac/ExternalPrograms/repository/bin)
@@ -579,21 +579,21 @@
@@ -541,21 +541,21 @@
SET(INSTALL_DATA_DIR ${CMAKE_INSTALL_PREFIX}/share/hugin/data)
SET(INSTALL_LOCALE_DIR ${CMAKE_INSTALL_PREFIX}/${LOCALEDIR})

Expand Down

0 comments on commit db809ae

Please sign in to comment.