Skip to content

Commit

Permalink
update MacPorts
Browse files Browse the repository at this point in the history
  • Loading branch information
devernay committed Sep 29, 2021
1 parent 7eabdc1 commit b52506d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
5 changes: 2 additions & 3 deletions tools/MacPorts/graphics/libraw/Portfile.orig
Original file line number Diff line number Diff line change
Expand Up @@ -31,9 +31,8 @@ depends_lib port:jasper \

use_autoreconf yes

# src/metadata/tiff.cpp:244: error: integer constant is too large for 'long' type
# https://trac.macports.org/ticket/60906
compiler.blacklist-append *gcc-4.0 *gcc-4.2
# libraw_datastream.h:125:8: error: no template named 'unique_ptr' in namespace 'std'
compiler.cxx_standard 2011

# disable openmp as it is not consistently applicable in MacPorts at present
configure.args-append --disable-openmp
Expand Down
11 changes: 5 additions & 6 deletions tools/MacPorts/graphics/libraw/Portfile.patch
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
--- Portfile.orig 2021-02-13 12:00:15.000000000 -0800
+++ Portfile 2021-02-13 12:01:10.000000000 -0800
--- Portfile.orig 2021-09-28 08:47:56.000000000 -0700
+++ Portfile 2021-04-08 19:00:55.000000000 -0700
@@ -3,8 +3,8 @@
PortSystem 1.0

Expand Down Expand Up @@ -44,15 +44,14 @@

depends_build port:pkgconfig

@@ -29,22 +41,29 @@
@@ -29,21 +41,29 @@
path:include/turbojpeg.h:libjpeg-turbo \
port:lcms2

-use_autoreconf yes
-
-# src/metadata/tiff.cpp:244: error: integer constant is too large for 'long' type
-# https://trac.macports.org/ticket/60906
-compiler.blacklist-append *gcc-4.0 *gcc-4.2
-# libraw_datastream.h:125:8: error: no template named 'unique_ptr' in namespace 'std'
-compiler.cxx_standard 2011
-
-# disable openmp as it is not consistently applicable in MacPorts at present
-configure.args-append --disable-openmp
Expand Down

0 comments on commit b52506d

Please sign in to comment.