Changes between Initial Version and Version 1 of Ticket #57772, comment 7


Ignore:
Timestamp:
Dec 17, 2018, 12:30:34 AM (5 years ago)
Author:
kencu (Ken)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #57772, comment 7

    initial v1  
    66}}}
    77
     8with funky deployment settings you wind up with screenfuls of this:
     9{{{
     10ld: warning: object file (/opt/local/lib/libcurses.a(lib_napms.o)) was built for newer OSX version (10.14) than being linked (10.10)
     11ld: warning: object file (/opt/local/lib/libcurses.a(lib_ti.o)) was built for newer OSX version (10.14) than being linked (10.10)
     12ld: warning: object file (/opt/local/lib/libxcb.a(xcb_conn.o)) was built for newer OSX version (10.14) than being linked (10.10)
     13ld: warning: object file (/opt/local/lib/libxcb.a(xcb_out.o)) was built for newer OSX version (10.14) than being linked (10.10)
     14ld: warning: object file (/opt/local/lib/libfreetype.a(ftbitmap.o)) was built for newer OSX version (10.14) than being linked (10.10)
     15ld: warning: object file (/opt/local/lib/libfreetype.a(ftmm.o)) was built for newer OSX version (10.14) than being linked (10.10)
     16ld: warning: object file (/opt/local/lib/libfreetype.a(ftsystem.o)) was built for newer OSX version (10.14) than being linked (10.10)
     17ld: warning: object file (/opt/local/lib/libfreetype.a(ftbdf.o)) was built for newer OSX version (10.14) than being linked (10.10)
     18ld: warning: object file (/opt/local/lib/libfreetype.a(fttype1.o)) was built for newer OSX version (10.14) than being linked (10.10)
     19}}}
     20
     21and who knows if there are any actual real errors in there or not? I can't tell you...
     22
     23
    824You're the maintainer so the Portfile can be however you want it to be, but there are certain conventions we usually use and I'll try to massage it into those once I have your version up and working. I'll put up a link to the PR and we can more easily work on it from there once it's up.
    925