apple-source-releases: bump many packages to 10.10.5
This also changes the versioning scheme to be in more "human-meaningful" terms, so instead of the internal release numbers we talk about 10.10.5 or 10.9.5.
···6 --replace "/usr/lib" "/lib" \
7 --replace "/usr/local/lib" "/lib" \
8 --replace "/usr/bin" "" \
9- --replace "/bin/" ""
0010 '';
1112 # Mac OS didn't support rpaths back before 10.5, and this package intentionally builds stubs targeting versions prior to that
···6 --replace "/usr/lib" "/lib" \
7 --replace "/usr/local/lib" "/lib" \
8 --replace "/usr/bin" "" \
9+ --replace "/bin/" "" \
10+ --replace "CC = " "CC = cc #" \
11+ --replace "SDK_DIR = " "SDK_DIR = . #"
12 '';
1314 # Mac OS didn't support rpaths back before 10.5, and this package intentionally builds stubs targeting versions prior to that