Changes between Initial Version and Version 1 of Ticket #39598
- Timestamp:
- Jul 2, 2013, 9:57:03 AM (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #39598
- Property Owner changed from macports-tickets@… to jeremyhu@…
- Property Cc devans@… added
-
Ticket #39598 – Description
initial v1 1 1 My os/architecture information is: 2 2 3 {{{ 3 4 Darwin XX.local 12.3.0 Darwin Kernel Version 12.3.0: Sun Jan 6 22:37:10 PST 2013; root:xnu-2050.22.13~1/RELEASE_X86_64 x86_64 5 }}} 4 6 5 When attempting to upgrade via ' port upgrade outdated', I find that upgrading webkit-gtk to 2.0.3 fails with:7 When attempting to upgrade via '`port upgrade outdated`', I find that upgrading webkit-gtk to 2.0.3 fails with: 6 8 9 {{{ 7 10 :info:build clang: warning: argument unused during compilation: '-pthread' 8 11 :info:build dyld: Symbol not found: __cg_jpeg_resync_to_restart … … 10 13 :info:build Expected in: /opt/local/lib/libjpeg.9.dylib 11 14 :info:build in /System/Library/Frameworks/ImageIO.framework/Versions/A/ImageIO 15 }}} 12 16 13 17 I find that reverting to "webkit-gtk @2.0.1_0+quartz+video" resolves the issue. No other changes were made to environment or macports state other than moving the Portfile for webkit-gtk back to the 2.0.1_0 version with the dependency updated to 'port:harfbuzz-icu'.