Commit graph

11 commits

Author SHA1 Message Date
Tobias Kortkamp
982d06e880 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
2018-08-31 22:32:05 +00:00
Baptiste Daroussin
ed3aa7042b Actually add the patch
Reported by:	antoine
2017-02-11 21:28:03 +00:00
Dmitry Marakasov
9968d8e116 - Add LICENSE
- Switch to options helpers
- Regenerate patches
2016-12-10 09:00:49 +00:00
Mathieu Arnold
8dab11a002 Remove $FreeBSD$ from patches files in categories a-j.
With hat:	portmgr
Sponsored by:	Absolight
2015-05-22 13:34:20 +00:00
Martin Wilke
2006c82a68 - Update to 3.1.2
PR:		163658
Submitted by:	Armin Pirkovitsch <armin@frozen-zone.org>
2011-12-29 15:21:04 +00:00
Martin Wilke
b9e237260c - Fix build with gcc 4.2
Submitted by:	pointyhat via kris/pav
		Nils Vogels <nivo@is-root.com>
2007-07-06 06:47:41 +00:00
Martin Wilke
42123584ed - Update to 3.1
PR:		112918
Submitted by:	Nils Vogels <nivo+kw+ports.bfa274@is-root.com>
2007-05-25 22:11:48 +00:00
Herve Quiroz
6a0b0e2f0a - Update to 3.0 [1]
- Unbreak on 5.x [1]
- Use PORTDOCS
- Some minor cosmetic improvements

Submitted by:	Roman Kennke <roman@ontographics.com> [1]
2004-11-03 12:39:23 +00:00
Ernst de Haan
4f28b280e0 Fix GCC33 issue. Bumped PORTREVISION.
PR:		55957
Submitted by:	Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
2003-09-25 11:38:02 +00:00
Kris Kennaway
b78a4c4130 Partially fix the build with gcc 3.3. This still blows up later in the build. 2003-07-18 04:20:16 +00:00
Ernst de Haan
a127113f1b 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
2003-03-03 21:36:44 +00:00