Opened 7 years ago

Closed 7 years ago

Last modified 7 years ago

#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: newclosed

In 3db36595a67fc21c3dd464c7baf3520a68cafae3/macports-ports:

poppler: update to version 0.55.0

Closes: #54249

comment:2 Changed 7 years ago by Schamschula (Marius Schamschula)

Resolution: fixed
Status: closedreopened

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 Changed 7 years ago by mojca (Mojca Miklavec)

In 19cad5a050d2bf6b5167f94571c57c345a13bea4/macports-ports:

poppler: use the cxx11 1.1 PortGroup

Poppler now requires C++11 and is broken on libstdc++ systems
without the cxx11 PortGroup hack.

See: #54249

comment:6 Changed 7 years ago by Schamschula (Marius Schamschula)

Resolution: fixed
Status: reopenedclosed

For the error: unrecognized command line option "-std=c++11" issue see #54282

comment:7 in reply to:  5 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.