notbugAs an Amazon Associate I earn from qualifying purchases.
Want a good read? Try FreeBSD Mastery: Jails (IT Mastery Book 15)
Want a good monitor light? See my photosAll times are UTC
Ukraine

Bot filter coming soon

To deter bots pegging the database CPU to 100%, a bot testing filter to be added to the website. This should not affect newsfeeds etc. Anubis seems light-weight - it''''''''s already in use within the FreeBSD Project. This notice is just a heads up in case you see something odd. This notice will be updated after Anubis is installed.

Port details on branch 2024Q3
mcpp Alternative C/C++ preprocessor
2.7.2.1 devel on this many watch lists=0 search for ports that depend on this port Find issues related to this port Report an issue related to this port View this port on Repology. pkg-fallout 2.7.2.1Version of this port present on the latest quarterly branch.
Maintainer: kmatsui@t3.rim.or.jp search for ports maintained by this maintainer
Port Added: 2024-08-25 11:57:07
Last Update: 2024-08-25 11:54:24
Commit Hash: 4095b15
License: BSD2CLAUSE
WWW:
https://mcpp.sourceforge.net/
Description:
C/C++ preprocessor defines and expands macros and processes '#if', '#include' and some other directives. MCPP is an alternative C/C++ preprocessor with the highest conformance. It supports multiple standards: K&R, ISO C90, ISO C99, and ISO C++98. MCPP is especially useful for debugging a source program which use complicated macros and also useful for checking portability of a source. Though mcpp could be built as a replacement of GCC's resident preprocessor or as a stand-alone program without using library build of mcpp, this package installs a program named 'mcpp' which links shared library of libmcpp and behaves independent from GCC.
Homepage    cgit ¦ Codeberg ¦ GitHub ¦ GitLab ¦ SVNWeb - no subversion history for this port

Manual pages:
FreshPorts has no man page information for this port.
pkg-plist: as obtained via: make generate-plist
Expand this list (20 items)
Collapse this list.
  1. @ldconfig
  2. /usr/local/share/licenses/mcpp-2.7.2.1/catalog.mk
  3. /usr/local/share/licenses/mcpp-2.7.2.1/LICENSE
  4. /usr/local/share/licenses/mcpp-2.7.2.1/BSD2CLAUSE
  5. bin/mcpp
  6. include/mcpp_lib.h
  7. include/mcpp_out.h
  8. lib/libmcpp.a
  9. lib/libmcpp.so
  10. lib/libmcpp.so.0
  11. lib/libmcpp.so.0.3.0
  12. share/man/man1/mcpp.1.gz
  13. @comment share/doc/mcpp/LICENSE
  14. share/doc/mcpp/NEWS
  15. share/doc/mcpp/README
  16. share/doc/mcpp/mcpp-manual-jp.html
  17. share/doc/mcpp/mcpp-manual.html
  18. @owner
  19. @group
  20. @mode
Collapse this list.
Dependency lines:
  • mcpp>0:devel/mcpp
To install the port:
cd /usr/ports/devel/mcpp/ && make install clean
To add the package, run one of these commands:
  • pkg install devel/mcpp
  • pkg install mcpp
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.
PKGNAME: mcpp
Flavors: there is no flavor information for this port.
distinfo:
TIMESTAMP = 1724203382 SHA256 (museoa-mcpp-2.7.2.1_GH0.tar.gz) = ec6c2ead79b2334fccf56b8811256c4fccbbe2350e6a2e52dc83a1c7ad995af4 SIZE (museoa-mcpp-2.7.2.1_GH0.tar.gz) = 1523105

No package information for this port in our database
Sometimes this happens. Not all ports have packages. Perhaps there is a build error. Check the fallout link: pkg-fallout
This port has no dependencies.
There are no ports dependent upon this port

Configuration Options:
===> The following configuration options are available for mcpp-2.7.2.1: DOCS=on: Build and/or install documentation ===> Use 'make config' to modify these settings
Options name:
devel_mcpp
USES:
cpe libtool
FreshPorts was unable to extract/find any pkg message
Master Sites:
Expand this list (1 items)
Collapse this list.
  1. https://codeload.github.com/museoa/mcpp/tar.gz/2.7.2.1?dummy=/
Collapse this list.

Number of commits found: 1

Commit History - (may be incomplete: for full details, see links to repositories near top of page)
CommitCreditsLog message
2.7.2.1
25 Aug 2024 11:54:24
commit hash: 4095b1563fb800a65076d8d9f4de9cc6c851686acommit hash: 4095b1563fb800a65076d8d9f4de9cc6c851686acommit hash: 4095b1563fb800a65076d8d9f4de9cc6c851686acommit hash: 4095b1563fb800a65076d8d9f4de9cc6c851686a files touched by this commit
Fernando Apesteguía (fernape) search for other commits by this committer
Author: Älven
devel/mcpp: update to 2.7.2.1, fix CVE

ChangeLog: https://github.com/museoa/mcpp/compare/2.7.2...2.7.2.1

Fixes CVE-2019-14274: heap-based buffer overflow

 * Base Score:	5.5 MEDIUM
 * Vector:	CVSS:3.1/AV:L/AC:L/PR:N/UI:R/S:U/C:N/I:N/A:H

PR:		280962
Reported by:	alster@vinterdalen.se
MFH:		2024Q3 (security fix)
Security:	CVE-2019-14274

(cherry picked from commit 1386a9a718e50df51bbe3027d6e3abf4425a7be6)

Number of commits found: 1