Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | java/jlint: Fix build with Clang 6 | Tobias Kortkamp | 2018-08-31 | 1 | -0/+9 |
| | | | | | | | | | | | | | | | | | 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 | ||||
* | Actually add the patch | Baptiste Daroussin | 2017-02-11 | 1 | -0/+31 |
| | | | | Reported by: antoine | ||||
* | - Update to 3.1.2 | Martin Wilke | 2011-12-29 | 1 | -29/+0 |
| | | | | | PR: 163658 Submitted by: Armin Pirkovitsch <armin@frozen-zone.org> | ||||
* | - Fix build with gcc 4.2 | Martin Wilke | 2007-07-06 | 1 | -0/+29 |
| | | | | | Submitted by: pointyhat via kris/pav Nils Vogels <nivo@is-root.com> | ||||
* | - Update to 3.0 [1] | Herve Quiroz | 2004-11-03 | 1 | -11/+0 |
| | | | | | | | | - Unbreak on 5.x [1] - Use PORTDOCS - Some minor cosmetic improvements Submitted by: Roman Kennke <roman@ontographics.com> [1] | ||||
* | Fix GCC33 issue. Bumped PORTREVISION. | Ernst de Haan | 2003-09-25 | 1 | -0/+11 |
PR: 55957 Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de> |