Revision: 115432 https://trac.macports.org/changeset/115432 Author: jeremyhu@macports.org Date: 2014-01-01 16:46:50 -0800 (Wed, 01 Jan 2014) Log Message: ----------- cogl: Use MacPorts' grep during build in a stab at fixing the Lion buildbot failure Modified Paths: -------------- trunk/dports/graphics/cogl/Portfile Modified: trunk/dports/graphics/cogl/Portfile =================================================================== --- trunk/dports/graphics/cogl/Portfile 2014-01-02 00:43:55 UTC (rev 115431) +++ trunk/dports/graphics/cogl/Portfile 2014-01-02 00:46:50 UTC (rev 115432) @@ -24,7 +24,10 @@ checksums rmd160 92359200e38139b1220c5cf43323f36887af1b4c \ sha256 75c2c4636a050fda7ee8722ce3d9c618b08799ed92bbb72b4fdff3e73b096094 -depends_build port:pkgconfig +# Pulling in port:grep due to this error observed on the Lion buildbot: +# libtool: link: /usr/bin/grep -E -e "^(cogl|_cogl_debug_flags|_cogl_atlas_new|_cogl_atlas_add_reorganize_callback|_cogl_atlas_reserve_space|_cogl_callback|_cogl_util_get_eye_planes_for_screen_poly|_cogl_atlas_texture_remove_reorganize_callback|_cogl_atlas_texture_add_reorganize_callback|_cogl_texture_foreach_sub_texture_in_region|_cogl_profile_trace_message|_cogl_context_get_default|_cogl_framebuffer_get_stencil_bits|_cogl_clip_stack_push_rectangle|_cogl_framebuffer_get_modelview_stack|_cogl_object_default_unref|_cogl_pipeline_foreach_layer_internal|_cogl_clip_stack_push_primitive|_cogl_buffer_unmap_for_fill_or_fallback|_cogl_framebuffer_draw_primitive|_cogl_debug_instances|_cogl_framebuffer_get_projection_stack|_cogl_pipeline_layer_get_texture|_cogl_buffer_map_for_fill_or_fallback|_cogl_framebuffer_get_clip_state|_cogl_texture_can_hardware_repeat|_cogl_pipeline_prune_to_n_layers|_cogl_primitive_draw|test_|unit_test_).*" ".libs/libcogl.exp" > ".libs/libcogl.expT" +# grep: Regular expression too big +depends_build port:pkgconfig port:grep depends_lib path:lib/pkgconfig/cairo.pc:cairo \ path:lib/pkgconfig/pango.pc:pango \
participants (1)
-
jeremyhu@macports.org