mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-19 00:13:33 +00:00
48f4591035
- Clean up the Makefile. - Follow some upstream recommendations (--with-data-packaging=archive, --disable-renaming, -DICU_NO_USER_DATA_OVERRIDE). - Patch makefiles to install static libraries with INSTALL_DATA so they aren't stripped. - Patch config/mh-bsd-gcc to sync with config/mh-linux-gcc. - Fix endianness detection in ICU. The code wanted to use BYTE_ORDER defined in machine/endian.h, but this isn't visible because ICU is compiled with _XOPEN_SOURCE. Patch the code to use _BYTE_ORDER instead. - Compile ICU with C++11 compiler to enable move constructors. - Patch ICU to fix a problem with atomics in the case of a C++11 compiler without C++11 header <atomic> (like Clang on FreeBSD 9). - Bump all ports that depend on it due to library version change. - Add USES=compiler:c++0x to some ports that pick up -std=c++0x from ICU pkgconfig files. - Add USES=compiler:c++11-lib to graphics/libcdr01 because it also needs a C++11 runtime library now. Add this to all ports that depend on it so their executables load the right libstdc++.so on FreeBSD 9. PR: 205120 Exp-run by: antoine Approved by: portmgr (antoine) |
||
---|---|---|
.. | ||
accrete | ||
astrometry | ||
boinc-astropulse | ||
boinc-setiathome-v7 | ||
celestia | ||
celestia-gnome | ||
celestia-gtk | ||
cfitsio | ||
fowsr | ||
foxtrotgps | ||
garmindev | ||
geographiclib | ||
gkrellmoon2 | ||
gmapcatcher | ||
google-earth | ||
gpsbabel | ||
gpsbabel14 | ||
gpscorrelate | ||
gpsd | ||
gpsdrive | ||
gpsman | ||
gpsprune | ||
gpstk | ||
gpxloggerd | ||
jday | ||
josm | ||
kstars | ||
libgal | ||
libkgeomap | ||
libnova | ||
libosmpbf | ||
luna | ||
marble | ||
match | ||
merkaartor | ||
mkgmap | ||
mkgmap-splitter | ||
mymoon | ||
nightfall | ||
openuniverse | ||
osmium | ||
osmosis | ||
p5-Astro | ||
p5-Astro-ADS | ||
p5-Astro-Catalog | ||
p5-Astro-Constants | ||
p5-Astro-Coords | ||
p5-Astro-DSS | ||
p5-Astro-FITS-CFITSIO | ||
p5-Astro-FITS-Header | ||
p5-Astro-Flux | ||
p5-Astro-Hipparcos | ||
p5-Astro-MoonPhase | ||
p5-Astro-PAL | ||
p5-Astro-satpass | ||
p5-Astro-SIMBAD | ||
p5-Astro-SIMBAD-Client | ||
p5-Astro-SpaceTrack | ||
p5-Astro-Sunrise | ||
p5-Astro-SunTime | ||
p5-Astro-Telescope | ||
p5-Astro-WaveBand | ||
p5-Geo-METAR | ||
p5-GPS | ||
p5-GPS-Babel | ||
p5-GPS-OID | ||
p5-Misc-Quality | ||
p5-Starlink-AST | ||
p5-Weather-Underground | ||
p5-ZConf-Weather | ||
phoon | ||
planets | ||
pp3 | ||
ptiger | ||
py-aipy | ||
py-astLib | ||
py-astropy | ||
py-horoscopegenerator | ||
py-pyfits | ||
py-pymetar | ||
py-pywapi | ||
py-RO | ||
pyephem | ||
pyweather | ||
qlandkartegt | ||
qmapshack | ||
R-cran-maptools | ||
readosm | ||
rmap | ||
roadmap | ||
routino | ||
saoimage | ||
sextractor | ||
sscalc | ||
stardates | ||
starplot | ||
stars | ||
stellarium | ||
stellarium-qt4 | ||
sunclock | ||
swe | ||
tclgeomap | ||
tkgeomap | ||
viking | ||
wcslib | ||
weather | ||
weatherspect | ||
wmjupiter | ||
wmmoonclock | ||
wmsolar | ||
wmspaceweather | ||
wmsun | ||
xearth | ||
xeartk | ||
xephem | ||
xglobe | ||
xmoontool | ||
xphoon | ||
xplanet | ||
xtide | ||
xworld | ||
Makefile |