patchGNU Autoconf Archive - Patches: patch #7719, Boost macros doesn't auto-detect...

 
 

patch #7719: Boost macros doesn't auto-detect dynamic libraries on Mac OS X (*.dylib) reliably

Submitter:  None
Submitted:  Sun 05 Feb 2012 03:25:48 PM UTC
   
 
Priority:  5 - Normal Status:  Done
Assigned to:  simons Originator Email:  -email is unavailable-
Open/Closed:  Closed
* Mandatory Fields

Add a New Comment Rich Markup
   

Wed 04 Apr 2012 09:26:19 AM UTC, comment #2: 

Your patch has been applied in a93cc150578f2e47f4fbbfaa65d4c34f0271c951. Thank you very much for the submission!

Peter Simons <simons>
Group administrator
Sun 05 Feb 2012 03:31:06 PM UTC, comment #1: 

Sorry I forgot to log in before the submission. Hopefully I have added myself to notification list.

Xiyue Deng <manphiz>
Sun 05 Feb 2012 03:25:48 PM UTC, original submission:  

The current implementations of boost related macros doesn't auto detect dynamic libraries on Mac OS X systems as the file suffix is "dylib" which is untested in those macros. The patch attached added those checks. Current version do the following:

+ Check libraries on nix systems in order of .so*, .dylib, .a, so that dynamic libraries are detected first.
+ Remove bashism (use of curly braces like "{" "}")
+ Fix some incorrect sed regular expression (usually a* -> a.*)

Please review. Thanks.

Anonymous

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

Attach Files:
   
   
Comment:
   

Attached Files
file #24987:  boost_libs_dylib.patch added by None (27KiB - application/octet-stream)

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by simons (Posted a comment)
  • -email is unavailable- added by simons
  • -email is unavailable- added by simons
  • -email is unavailable- added by simons
  • -email is unavailable- added by simons
  • -email is unavailable- added by simons
  • -email is unavailable- added by manphiz (Posted a comment)
  • -email is unavailable- added by manphiz
  •  

    Follow 11 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2012-04-07 simons StatusReady For Test Done
        Open/ClosedOpen Closed
    2012-04-04 simons StatusNone Ready For Test
        Assigned toNone simons
        Carbon-Copy- Added daniel casimiro <dan.casimiro@gmail.com>
        Carbon-Copy- Added dodji seketeli <dodji@seketeli.org>
        Carbon-Copy- Added pete greenwell <pete@mu.org>
        Carbon-Copy- Added roman rybalko <libtorrent@romanr.info>
        Carbon-Copy- Added thomas porschberg <thomas@randspringer.de>
    2012-02-05 manphiz Carbon-Copy- Added manphiz
    2012-02-05 None Attached File- Added boost_libs_dylib.patch, #24987

    Back to the top

    Powered by Savane 3.13-f8d8.
    Corresponding source code