Changeset View
Changeset View
Standalone View
Standalone View
CHANGES
| Updating Information for FreeBSD ports developers | Updating Information for FreeBSD ports developers | ||||
| This file is maintained by portmgr@FreeBSD.org and copyrighted by the | This file is maintained by portmgr@FreeBSD.org and copyrighted by the | ||||
| FreeBSD Foundation. | FreeBSD Foundation. | ||||
| This file contains major changes to ports and the ports infrastructure. | This file contains major changes to ports and the ports infrastructure. | ||||
| Intended audience are ports committers, maintainers and other | Intended audience are ports committers, maintainers and other | ||||
| developers. User oriented changes should be submitted for inclusion | developers. User oriented changes should be submitted for inclusion | ||||
| in the release notes and/or placed into UPDATING. | in the release notes and/or placed into UPDATING. | ||||
| All ports committers are allowed to commit to this file. | All ports committers are allowed to commit to this file. | ||||
| 20170216: | |||||
| AUTHOR: tcberner@FreeBSD.org | |||||
| * Qt4's binaries were moved to lib/qt4/bin and do not have a -qt4 suffix any | |||||
| more. | |||||
| * Neither Qt4 nor Qt5 binaries lie in $PATH anymore, instead the wrappers of | |||||
| misc/qtchooser are installed. By passing | |||||
| QT_SELECT=qt5 | |||||
| respectively | |||||
| QT_SELECT=qt4 | |||||
| to the environment the correct Qt binary will be called. The ports framework | |||||
| automatially adds the correct QT_SELECT value to CONFIGURE_- and MAKE_ENV. | |||||
| * Qt 5.7.1 requires a c++11 enabled compiler to be used. However -std=c++11 is | |||||
| not added via pkgconfig, but only via qmake and cmake automatially. So new | |||||
| ports depending on Qt 5 which don't use neither, and don't automatically | |||||
| enable c++11 mode need to add something like: | |||||
| USE_CXXSTD=c++11 | |||||
| 20160116: | 20160116: | ||||
| AUTHOR: mat@FreeBSD.org | AUTHOR: mat@FreeBSD.org | ||||
| A new EXTRA_PATCH_TREE has been added. Points to a directory hierarchy with | A new EXTRA_PATCH_TREE has been added. Points to a directory hierarchy with | ||||
| the same layout as the ports tree, where local patches can be found. This | the same layout as the ports tree, where local patches can be found. This | ||||
| allows a third party to keep their patches in some other source control | allows a third party to keep their patches in some other source control | ||||
| system if needed. | system if needed. | ||||
| ▲ Show 20 Lines • Show All 3,283 Lines • Show Last 20 Lines | |||||