Port details |
- splint Tool for statically checking sourcecode for security vulnerabilities
- 3.1.2_1 devel
=8 3.1.2_1Version of this port present on the latest quarterly branch. - Maintainer: lwhsu@FreeBSD.org
 - Port Added: 2002-03-07 21:03:12
- Last Update: 2024-03-06 13:03:25
- Commit Hash: e23e46c
- People watching this port, also watch:: mplayer, libxml2, t1lib, unzip, wget
- Also Listed In: security
- License: GPLv2+
- WWW:
- https://www.splint.org/
- Description:
- Splint is a tool for statically checking C programs for security
vulnerabilities and coding mistakes. With minimal effort, Splint
can be used as a better lint. If additional effort is invested
adding annotations to programs, Splint can perform stronger checking
than can be done by any standard lint.
¦ ¦ ¦ ¦ 
- 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/splint/ && make install clean
- To add the package, run one of these commands:
- pkg install devel/splint
- pkg install splint
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: splint
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (splint-3.1.2.src.tgz) = c78db643df663313e3fa9d565118391825dd937617819c6efc7966cdf444fb0a
SIZE (splint-3.1.2.src.tgz) = 2284033
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:
-
- gmake>=4.4.1 : devel/gmake
- This port is required by:
- for Build
-
- math/scilab
- for Run
-
- math/scilab
Configuration Options:
- No options to configure
- Options name:
- devel_splint
- USES:
- gmake
- 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 |
3.1.2_1 06 Mar 2024 13:03:25
    |
Nuno Teixeira (eduardo)  |
devel/splint: Move man pages to share/man
Approved by: portmgr (blanket) |
3.1.2 13 Mar 2023 14:11:00
    |
Li-Wen Hsu (lwhsu)  Author: Chad Jacob Milios |
devel/splint: Fix build when bison exists
PR: 269891 |
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) |
3.1.2 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 ) |
3.1.2 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 ) |
3.1.2 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
3.1.2 01 Oct 2018 19:42:24
  |
tobik  |
devel/splint: Add LICENSE
PR: 223739
Submitted by: pfg
Approved by: lwhsu (maintainer timeout, ~11 months) |
3.1.2 27 Oct 2014 11:07:20
  |
bapt  |
Cleanup plist |
3.1.2 29 Jul 2014 17:12:50
  |
adamw  |
Rename all patches that contain '::' as a path separator, and use
'__' instead. |
3.1.2 25 Jan 2014 00:23:18
  |
bapt  |
Convert USE_GMAKE->USES=gmake
Remove cruft |
3.1.2 20 Nov 2013 07:30:54
  |
lwhsu  |
- Support STAGEDIR |
3.1.2 20 Sep 2013 17:17:45
  |
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
devel part 4) |
3.1.2 26 Sep 2012 13:17:48
  |
eadler  |
Mark as unsafe when force-make-jobs is set
Approved by: lwhsu (maintainer) |
3.1.2 24 Oct 2011 04:17:38
 |
dougb  |
Remove more tags from pkg-descr files fo the form:
- Name
em@i.l
or variations thereof. While I'm here also fix some whitespace and other
formatting errors, including moving WWW: to the last line in the file. |
3.1.2 03 Jul 2011 14:59:23
 |
ohauer  |
-remove MD5 |
3.1.2 21 Aug 2008 06:18:49
 |
rafan  |
Update CONFIGURE_ARGS for how we pass CONFIGURE_TARGET to configure script.
Specifically, newer autoconf (> 2.13) has different semantic of the
configure target. In short, one should use --build=CONFIGURE_TARGET
instead of CONFIGURE_TARGET directly. Otherwise, you will get a warning
and the old semantic may be removed in later autoconf releases.
To workaround this issue, many ports hack the CONFIGURE_TARGET variable
so that it contains the ``--build='' prefix.
To solve this issue, under the fact that some ports still have
configure script generated by the old autoconf, we use runtime detection
in the do-configure target so that the proper argument can be used.
Changes to Mk/*:
- Add runtime detection magic in bsd.port.mk (Only the first 15 lines of the commit message are shown above ) |
3.1.2 04 Sep 2007 19:09:05
 |
lwhsu  |
Unbreak, distfile rerolled.
(Some self-test cases updated, this change would not affect the package.) |
3.1.2 05 Aug 2007 18:30:04
 |
kris  |
BROKEN: Size mismatch |
3.1.2 26 Jul 2007 15:12:55
 |
lwhsu  |
- Truely respcect DATADIR
Submitted by: sat |
3.1.2 25 Jul 2007 15:33:16
 |
lwhsu  |
- Update to 3.1.2
- Remove obsoleted patch
- Use DATADIR
- Take maintainership |
3.1.1_2 23 Mar 2007 08:38:30
 |
linimon  |
Reset andrew.nau.ua@gmail.com at his request due to lack of time.
Hat: portmgr |
3.1.1_2 04 May 2006 21:41:12
 |
edwin  |
Remove USE_REINPLACE from all categories starting with D |
3.1.1_2 22 Jan 2006 08:30:12
 |
edwin  |
SHA256ify
Approved by: krion@ |
3.1.1_2 14 Oct 2005 09:59:04
 |
edwin  |
Welcome Andrew Pogrebennyk as new maintainer
PR: ports/87412, ports/87411, ports/87410, ports/87409
Submitted by: Andrew Pogrebennyk <andrew.nau.ua@gmail.com> |
3.1.1_2 12 Apr 2005 03:26:57
 |
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
3.1.1_2 11 Apr 2005 08:04:41
 |
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
3.1.1_2 04 Feb 2004 05:21:48
 |
marcus  |
Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.
(Part 2) |
3.1.1_1 29 Jan 2004 07:24:56
 |
trevor  |
SIZEify. |
3.1.1_1 09 Jan 2004 20:26:18
 |
pav  |
- Add fix for parsing FreeBSD's sys/cdefs.h ('__func__')
- Bump portrevision
PR: ports/61131
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Obtained from: Splint CVS |
3.1.1 06 Jun 2003 01:02:17
 |
naddy  |
Update to version 3.1.1.
PR: 52894
Submitted by: Ports Fury |
3.0.1.6_1 20 Feb 2003 17:07:10
 |
knu  |
De-pkg-comment. |
3.0.1.6_1 04 Nov 2002 13:27:23
 |
nectar  |
Let splint process <inttypes.h>. Now it passes its own test suite.
Submitted by: Stacey Son <sson@verio.net> |
3.0.1.6 04 Nov 2002 13:25:29
 |
nectar  |
Set MAINTAINER to <ports@FreeBSD.org>.
<rrm@subterrain.net>: host subterrain.net[66.179.0.134] said:
550 5.1.1 <rrm@subterrain.net>... User unknown |
08 Mar 2002 00:03:12
    |
pat  |
- Repocopy and move devel/lclint to devel/splint - Update devel/splint to
3.0.1.6 - Give maintainership to Raymond Medeiros <rrm@subterrain.net> for
requesting in PR |