Changes between Initial Version and Version 2 of Ticket #4947


Ignore:
Timestamp:
Mar 24, 2016, 1:05:48 PM (8 years ago)
Author:
ryandesign (Ryan Carsten Schmidt)
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4947

    • Property Status changed from new to closed
    • Property Type changed from enhancement to update
    • Property Resolution changed from to fixed
    • Property Port gpsbabel added
  • Ticket #4947 – Description

    initial v2  
    22over USB cable!
    33
     4{{{
    45Index: Portfile
    56===================================================================
     
    3233+       build.args-delete       LIBUSB="" \
    3334+                           INHIBIT_USB="-DNO_USB"
    34 +       build.args-append       LIBUSB="-lusb
    35 /System/Library/Frameworks/CoreFoundation.framework/Versions/Current/CoreFoundation
    36 /System/Library/Frameworks/IOKit.framework/Versions/Current/IOKit" \
     35+       build.args-append       LIBUSB="-lusb /System/Library/Frameworks/CoreFoundation.framework/Versions/Current/CoreFoundation /System/Library/Frameworks/IOKit.framework/Versions/Current/IOKit" \
    3736+                           INHIBIT_USB="" \
    3837+                                               
     
    7271                        system "cp -R MacGPSBabel.app ${destroot}/Applications/DarwinPorts"
    7372                }
     73}}}