Port details on branch 2023Q3 |
- codeblocks Open source, cross-platform, free C/C++ IDE
- 20.03_6 devel
=0 20.03_6Version of this port present on the latest quarterly branch. - There is no maintainer for this port.
- Any concerns regarding this port should be directed to the FreeBSD Ports mailing list via ports@FreeBSD.org
 - Port Added: 2023-07-30 23:06:09
- Last Update: 2023-07-30 23:01:41
- Commit Hash: 377174b
- License: GPLv3 LGPL3
- WWW:
- https://www.codeblocks.org/
- Description:
- Code::Blocks is an open source, cross-platform and free C/C++ IDE.
It is build using the wxWidgets GUI library.
The WEB site states:
"Code::Blocks is a free C++ IDE built specifically to meet
the most demanding needs of its users. It was designed, right
from the start, to be extensible and configurable."
¦ ¦ ¦ ¦ 
- Manual pages:
-
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- codeblocks>0:devel/codeblocks
- To install the port:
- cd /usr/ports/devel/codeblocks/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/codeblocks
- pkg install codeblocks
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: codeblocks
- Flavors: there is no flavor information for this port.
- distinfo:
- TIMESTAMP = 1595247852
SHA256 (codeblocks-20.03.tar.xz) = 15eeb3e28aea054e1f38b0c7f4671b4d4d1116fd05f63c07aa95a91db89eaac5
SIZE (codeblocks-20.03.tar.xz) = 11799264
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Build dependencies:
-
- zip : archivers/zip
- update-desktop-database : devel/desktop-file-utils
- pkgconf>=1.3.0_1 : devel/pkgconf
- update-mime-database : misc/shared-mime-info
- autoconf>=2.71 : devel/autoconf
- automake>=1.16.5 : devel/automake
- libtoolize : devel/libtool
- x11.pc : x11/libX11
- Runtime dependencies:
-
- update-desktop-database : devel/desktop-file-utils
- update-mime-database : misc/shared-mime-info
- x11.pc : x11/libX11
- Library dependencies:
-
- libboost_system.so : devel/boost-libs
- libfontconfig.so : x11-fonts/fontconfig
- libfreetype.so : print/freetype2
- libhunspell-1.7.so : textproc/hunspell
- libtinyxml.so : textproc/tinyxml
- libfam.so.0 : devel/gamin
- libintl.so : devel/gettext-runtime
- libatk-1.0.so : accessibility/at-spi2-core
- libcairo.so : graphics/cairo
- libglib-2.0.so : devel/glib20
- libintl.so : devel/gettext-runtime
- libgtk-3.so : x11-toolkits/gtk30
- libpango-1.0.so : x11-toolkits/pango
- libwx_baseu-3.0.so : x11-toolkits/wxgtk30@gtk3
- There are no ports dependent upon this port
Configuration Options:
- No options to configure
- Options name:
- devel_codeblocks
- USES:
- autoreconf compiler:c++11-lang desktop-file-utils fam:gamin gettext-runtime gnome libtool localbase pathfix pkgconfig shared-mime-info tar:xz xorg
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Number of commits found: 1
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
20.03_6 30 Jul 2023 23:01:41
    |
Robert Clausecker (fuz)  Author: Trond Endrestøl |
devel/codeblocks: fix build with recent clang
Port uses std::mem_fun which went away with C++17. Enforce use of
C++11 to fix the build.
PR: 272782
MFH: 2023Q3
(cherry picked from commit c2bade1b964baa45b4eb2829f40f663048057e2c) |
Number of commits found: 1
|