Port details |
- jlint Java program analyzer and checker
- 3.1.2_5 java =4 3.1.2_5Version 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: 2001-06-25 01:00:59
- Last Update: 2023-07-23 18:45:16
- Commit Hash: 8b1fa8d1
- People watching this port, also watch:: jedit, javavmwrapper, vim, autoconf, libast
- Also Listed In: devel
- License: GPLv2
- WWW:
- https://artho.com/jlint/
- Description:
- Jlint will check your Java code and find bugs, inconsistencies
and synchronization problems by doing data flow analysis and
building the lock graph.
- ¦ ¦ ¦ ¦
- 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/java/jlint/ && make install clean
- To add the package, run one of these commands:
- pkg install java/jlint
- pkg install jlint
NOTE: If this package has multiple flavors (see below), then use one of them instead of the name specified above.- PKGNAME: jlint
- Flavors: there is no flavor information for this port.
- distinfo:
- SHA256 (jlint-3.1.2.tar.gz) = e36a25250e31c4caa99818b7f651d400c26eb05c41cf9b824f1c3de2de8206f5
SIZE (jlint-3.1.2.tar.gz) = 269056
Packages (timestamps in pop-ups are UTC):
- This port has no dependencies.
- There are no ports dependent upon this port
Configuration Options:
- ===> The following configuration options are available for jlint-3.1.2_5:
DOCS=on: Build and/or install documentation
===> Use 'make config' to modify these settings
- Options name:
- java_jlint
- USES:
- compiler
- 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_5 23 Jul 2023 18:45:16 |
Muhammad Moinur Rahman (bofh) |
java/jlint: Fix build with llvm16
- Pet portclippy
Sponsored by: The FreeBSD Foundation |
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_5 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_5 20 Jul 2022 14:22:12 |
Tobias C. Berner (tcberner) |
java: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Alex Dupre <ale@FreeBSD.org>
* Alex Semenyaka <alex@rinet.ru>
* Alexander Yerenkow <yerenkow@gmail.com>
* Anton Yudin (<contact@toha.org.ua>)
* Anton Yudin <toha@toha.org.ua>
* Benjamin Close <benjsc@FreeBSD.org>
* Björn König <bkoenig@alpha-tierchen.de>
* Conor McDermottroe <ports@mcdermottroe.com>
* Danilo Egea Gondolfo <danilo@FreeBSD.org
* Dave Glowacki <dglo@ssec.wisc.edu>
* Ernst de Haan <znerd@FreeBSD.org> (Only the first 15 lines of the commit message are shown above ) |
3.1.2_5 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.1.2_5 22 Mar 2020 06:08:32 |
tobik |
java/jlint: Unbreak on CURRENT
In file included from access_desc.cc:1:
In file included from ./access_desc.hh:8:
In file included from ./class_desc.hh:4:
In file included from ./types.hh:41:
./jlint.d:117:16: error: redefinition of 'drem'
JAVA_INSN(115, drem, 1)
^
/usr/include/math.h:329:8: note: previous definition is here
double drem(double, double);
^ |
3.1.2_5 31 Aug 2018 22:32:05 |
tobik |
java/jlint: Fix build with Clang 6
In file included from access_desc.cc:1:
In file included from ./access_desc.hh:8:
In file included from ./class_desc.hh:4:
./types.hh:144:6: error: constant expression evaluates to 4294967168 which
cannot be narrowed to type 'int4' (aka 'int') [-Wc++11-narrowing]
{0xffffff80, 0x0000007f}, // tp_byte
^~~~~~~~~~
http://beefy11.nyi.freebsd.org/data/head-i386-default/p478276_s338342/logs/errors/jlint-3.1.2_4.log
jlint.cc:1044:33: error: no matching literal operator for call to
'operator""__DATE__' with arguments of types 'const char *' and 'unsigned long',
and no matching literal operator template
"version %s ("__DATE__").\n", VERSION);
^
- Remove embedded build date
- Make sure the build respects CXXFLAGS, LDFLAGS, LIBS |
3.1.2_4 11 Feb 2017 21:28:03 |
bapt |
Actually add the patch
Reported by: antoine |
3.1.2_4 11 Feb 2017 21:23:05 |
bapt |
Fix build with libc++ (is_const is already defined by some libc++ headers)
This make the port work without the gcc dependency |
3.1.2_3 10 Dec 2016 09:00:49 |
amdmi3 |
- Add LICENSE
- Switch to options helpers
- Regenerate patches |
3.1.2_3 20 Nov 2016 09:38:09 |
gerald |
Bump PORTREVISIONS for ports depending on the canonical version of GCC and
lang/gcc which have moved from GCC 4.8.5 to GCC 4.9.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
In particular that is ports with USE_GCC=yes, USE_GCC=any, or one of
gcc-c++11-lib, openmp, nestedfct, c++11-lib as well as c++14-lang,
c++11-lang, c++0x, c11 requested via USES=compiler. |
3.1.2_2 22 May 2015 13:34:22 |
mat |
Remove $FreeBSD$ from patches files in categories a-j.
With hat: portmgr
Sponsored by: Absolight |
3.1.2_2 10 Sep 2014 20:50:37 |
gerald |
Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit) |
3.1.2_1 10 Mar 2014 20:55:22 |
gerald |
Update the default version of GCC used in the Ports Collection from
GCC 4.6.4 to GCC 4.7.3. This entails updating the lang/gcc port as
well as changing the default in Mk/bsd.default-versions.mk.
Part II, Bump PORTREVISIONs.
PR: 182136
Supported by: Christoph Moench-Tegeder <cmt@burggraben.net> (fixing many ports)
Tested by: bdrewery (two -exp runs) |
3.1.2 20 Feb 2014 14:44:16 |
ehaupt |
- Support staging
- This port requires gcc |
3.1.2 20 Sep 2013 19:48:32 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
java) |
3.1.2 29 Dec 2011 15:21:04 |
miwi |
- Update to 3.1.2
PR: 163658
Submitted by: Armin Pirkovitsch <armin@frozen-zone.org> |
3.1 20 Mar 2011 12:54:45 |
miwi |
- Get Rid MD5 support |
3.1 22 Aug 2009 00:24:37 |
amdmi3 |
- Switch SourceForge ports to the new File Release System: categories starting
with H,I,J,K,L |
3.1 06 Jul 2007 06:47:41 |
miwi |
- Fix build with gcc 4.2
Submitted by: pointyhat via kris/pav
Nils Vogels <nivo@is-root.com> |
3.1 25 May 2007 22:11:48 |
miwi |
- Update to 3.1
PR: 112918
Submitted by: Nils Vogels <nivo+kw+ports.bfa274@is-root.com> |
3.0 09 May 2006 00:18:07 |
edwin |
Remove USE_REINPLACE from categories starting with a J |
3.0 24 Nov 2005 23:21:04 |
pav |
- Add SHA256 |
3.0 03 Dec 2004 01:01:34 |
hq |
Reset znerd's ports maintainership:
- All JDK ports (and JDK documentation ports) that were formerly maintained by
znerd have been assigned to java@FreeBSD.org
- I will handle some of the remaining ports (jakarta-commons-*, jdom, xalan-j
and xmlenc)
- Everything else is reset to ports@FreeBSD.org
Approved by: znerd (maintainer) |
3.0 03 Nov 2004 12:39:23 |
hq |
- Update to 3.0 [1]
- Unbreak on 5.x [1]
- Use PORTDOCS
- Some minor cosmetic improvements
Submitted by: Roman Kennke <roman@ontographics.com> [1] |
2.3_1 18 Sep 2004 18:16:07 |
kris |
BROKEN on 5.x: Does not compile
Approved by: portmgr (self) |
2.3_1 15 Apr 2004 22:39:40 |
znerd |
Removed non-existent master site metaverse.nl. |
2.3_1 18 Mar 2004 18:01:13 |
trevor |
Add size data, approved by maintainers. |
2.3_1 25 Sep 2003 11:38:02 |
znerd |
Fix GCC33 issue. Bumped PORTREVISION.
PR: 55957
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> |
2.3 18 Jul 2003 04:20:16 |
kris |
Partially fix the build with gcc 3.3. This still blows up later in the build. |
2.3 07 Mar 2003 06:04:45 |
ade |
Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti. |
2.3 03 Mar 2003 21:36:44 |
znerd |
Fixes:
- unbreak with new gcc on -current ('using namespace std')
- CFLAGS/env police
- condense port's Makefile
- install additional shell script
- install documentation (honour NOPORTDOCS)
PR: 48464
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
Tested on: -STABLE, -CURRENT |
27 Nov 2001 12:22:20 |
znerd |
Updated MASTER_SITES and changed my email address from ernst@jollem.com to
znerd@FreeBSD.org. |
20 Aug 2001 10:20:50 |
clive |
Upgrade to 2.3 |
26 Jun 2001 02:51:03 |
kevlo |
Fix Makefile. Using jlint-2.1.tar.gz instead of jlint.tar.gz. |
25 Jun 2001 05:00:59 |
kevlo |
Initial import of jlint-2.1 |