Port details |
- ncc Program analysis tool and call-graph navigator
- 2.8_4 devel =2 2.8_4Version 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: 2006-02-01 13:51:13
- Last Update: 2024-01-08 16:46:43
- Commit Hash: d6a45e9
- People watching this port, also watch:: jdictionary, py311-Automat, py311-python-gdsii, py39-PyOpenGL, p5-Sane
- License: ART10
- WWW:
- http://students.ceid.upatras.gr/~sxanth/ncc/
- Description:
- ncc is a compiler that produces program analysis information.
ncc is a decent replacement of cflow and cscope able to analyse any
program using the gcc compiler. The program also includes a graphical
call-graph navigator and source browser which is extremely practical
for hacking and comprehending large projects.
- ¦ ¦ ¦ ¦
- Manual pages:
- FreshPorts has no man page information for this port.
- pkg-plist: as obtained via:
make generate-plist - Dependency lines:
-
- To install the port:
- cd /usr/ports/devel/ncc/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/ncc
- pkg install ncc
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: ncc
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (ncc-2.8.tar.gz) = 669fdd4a747432e8f0a168bd590ce72d042fb706f065c9169468af9301d8a1ae
SIZE (ncc-2.8.tar.gz) = 104536
Packages (timestamps in pop-ups are UTC):
- Dependencies
- NOTE: FreshPorts displays only information on required and default dependencies. Optional dependencies are not covered.
- Runtime dependencies:
-
- python3.9 : lang/python39
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for ncc-2.8_4:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- devel_ncc
- USES:
- compiler ncurses python:run shebangfix
- FreshPorts was unable to extract/find any pkg message
- Master Sites:
|
Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
2.8_4 08 Jan 2024 16:46:43 |
Baptiste Daroussin (bapt) |
MANPREFIX: eleminate its usage and move man to share/man |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
2.8_3 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
2.8_3 20 Jul 2022 14:21:35 |
Tobias C. Berner (tcberner) |
devel: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* "Waitman Gobble" <uzimac@da3m0n8t3r.com>
* <jkoshy@FreeBSD.org>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Aaron H. K. Diep <ahkdiep@gmail.com>
* Aaron Hurt <ahurt@anbcs.com>
* Abel Chow <abel_chow@yahoo.com>
* Adam McLaurin
* Adam Saponara <as@php.net>
* Adam Weinberger <adamw@FreeBSD.org>
* Ade Lovett <ade@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
2.8_3 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
2.8_3 21 Sep 2020 19:47:50 |
se |
Fix build by including stdlib.h for the definition of alloca() |
2.8_2 01 Aug 2018 08:03:51 |
tobik |
devel/ncc: Fix build with Clang 6
preproc.C:275:7: error: invalid suffix on literal; C++11 requires a space
between literal and identifier [-Wreserved-user-defined-literal]
"ncc "NCC_VERSION" - The new/next generation C compiler\n"
^
http://beefy12.nyi.freebsd.org/data/head-amd64-default/p475478_s336801/logs/errors/ncc-2.8_2.log
nccnav.C:334:15: error: constant expression evaluates to -1 which cannot be
narrowed to type 'unsigned int' [-Wc++11-narrowing]
} NoChunk = { ~0, ~0 };
^~ |
2.8_2 20 Apr 2017 15:47:51 |
amdmi3 |
- Fix shebangs
- Use relative symlinks
- Simplify by switcing from PLIST_FILES to pkg-plist |
2.8_1 07 Feb 2016 19:21:03 |
marino |
devel/ncc: USES+= ncurses, respect LDFLAGS/CFLAGS |
2.8_1 31 Jan 2016 01:02:15 |
amdmi3 |
- Add LICENSE
- Switch to options helpers |
2.8_1 20 Dec 2014 18:06:22 |
bapt |
Cleanup plist |
2.8_1 20 Oct 2014 16:04:14 |
mva |
- Convert ports of devel/ to USES=python
Approved by: portmgr (implicit) |
2.8_1 01 Apr 2014 11:38:43 |
pawel |
Add staging support |
2.8_1 21 Feb 2014 13:36:13 |
ehaupt |
Remove trailing whitespaces from category devel |
2.8_1 10 Feb 2014 13:54:28 |
ehaupt |
According to the Porter's Handbook (5.12.2.3.) default options must be added to
OPTIONS_DEFINE. This policy has been implemented only recently that's why we
have many ports violating this policy.
This patch adds the default options specified in the Porter's Handbook to
OPTIONS_DEFINE where they are being used. Ports maintained by
gnome@FreeBSD.org, kde@FreeBSD.org and x11@FreeBSD.org have been excluded.
Approved by: portmgr (bapt) |
2.8_1 20 Sep 2013 17:13:47 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 3) |
2.8_1 06 Mar 2013 10:50:44 |
kwm |
Install the nccstrip2.py script it is used by the nccld program.
Add python runtime depend. [1]
While here, update makefile header, convert NOPORTDOCS -> DOCS.
Submitted by: "Hans Petter Selasky" <hps@bitfrost.no> [1] |
2.8 03 Jul 2011 14:59:23 |
ohauer |
-remove MD5 |
2.8 02 Jan 2010 17:31:42 |
linimon |
Reset vs@FreeBSD.org at his request due to lack of time. |
2.8 17 Nov 2008 02:08:34 |
vs |
Update to 2.8 |
2.7 10 Nov 2008 15:02:00 |
lwhsu |
- Respect NOPORTDOCS
Submitted by: QAT |
2.7 10 Nov 2008 14:48:33 |
lwhsu |
- Update to 2.7
PR: ports/125626
Submitted by: Yi-Jheng Lin <yzlin AT cs.nctu.edu.tw>
Approved by: maintainer timeout |
2.3 01 Feb 2006 13:48:21 |
vs |
ncc is a compiler that produces program analysis information.
ncc is a decent replacement of cflow and cscope able to analyse any
program using the gcc compiler. The program also includes a graphical
call-graph navigator and source browser which is extremely practical
for hacking and comprehending large projects.
WWW: http://students.ceid.upatras.gr/~sxanth/ncc/ |