Changeset 143110 for trunk/dports/_resources
- Timestamp:
- Dec 4, 2015, 6:57:47 AM (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/dports/_resources/port1.0/group/cxx11-1.0.tcl
r135658 r143110 31 31 # 32 32 # 33 # This PortGroup i mplements the "cxx11" option, which lets ports34 # specify that they require C++11 support.35 # We only support C++11with libc++.33 # This PortGroup introduces no new options. Simply including this 34 # PortGroup indicates that a port requires C++11. We only support C++11 35 # with libc++. 36 36 # 37 # Ideally the cxx11 option should be integrated into MacPorts base38 # instead of being a PortGroup.37 # Ideally the functionality of this PortGroup should be integrated into 38 # MacPorts base as a new option. 39 39 40 40 PortGroup compiler_blacklist_versions 1.0
Note: See TracChangeset
for help on using the changeset viewer.