#54249 closed update (fixed)
poppler @0.52.0: update to 0.55.0
Reported by: | l2dy (Zero King) | Owned by: | dbevans (David B. Evans) |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | ports | Version: | |
Keywords: | Cc: | mojca (Mojca Miklavec) | |
Port: | poppler |
Description
Change History (7)
comment:1 Changed 7 years ago by Schamschula (Marius Schamschula)
Resolution: | → fixed |
---|---|
Status: | new → closed |
comment:2 Changed 7 years ago by Schamschula (Marius Schamschula)
Resolution: | fixed |
---|---|
Status: | closed → reopened |
Build fails on older systems due to error: unrecognized command line option "-std=c++11"
comment:3 Changed 7 years ago by herzog-bernd
Machine: MacBook Pro, 15" MacBookPro10,1 Processor Name: Intel Core i7 Number of Processors: 1 Total Number of Cores: 4 OS Version: 10.8.5 Xcode verson: 5.1 MacPorts version: 2.4.1 There is a fix at least for the above machine: one should cause the build system to use 'macports-gcc-6' instead of the default compiler. One way to do so (maybe not the best) is do replace the original Portfile line compiler.blacklist {gcc-4.0 < 5493} with the lines compiler.blacklist {gcc-4.0 < 5493} compiler.whitelist macports-gcc-6
comment:4 Changed 7 years ago by mojca (Mojca Miklavec)
Cc: | mojca added |
---|
comment:5 follow-up: 7 Changed 7 years ago by mojca (Mojca Miklavec)
comment:6 Changed 7 years ago by Schamschula (Marius Schamschula)
Resolution: | → fixed |
---|---|
Status: | reopened → closed |
For the error: unrecognized command line option "-std=c++11"
issue see #54282
comment:7 Changed 7 years ago by ballapete (Peter "Pete" Dyballa)
Replying to mojca:
The additional statement somewhere at the beginning og poppler's Portfile (port file poppler
) is:
PortGroup cxx11 1.1
Note: See
TracTickets for help on using
tickets.
In 3db36595a67fc21c3dd464c7baf3520a68cafae3/macports-ports: