Commit graph

32 commits

Author SHA1 Message Date
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Tobias Kortkamp
2162d07aed 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);
        ^
2020-03-22 06:08:32 +00:00
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
Baptiste Daroussin
86ce0324dd Fix build with libc++ (is_const is already defined by some libc++ headers)
This make the port work without the gcc dependency
2017-02-11 21:23:04 +00:00
Dmitry Marakasov
9968d8e116 - Add LICENSE
- Switch to options helpers
- Regenerate patches
2016-12-10 09:00:49 +00:00
Gerald Pfeifer
89f8b05214 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.
2016-11-20 09:38:08 +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
Gerald Pfeifer
15945f8122 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)
2014-09-10 20:50:31 +00:00
Gerald Pfeifer
1cd277bdce 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)
2014-03-10 20:55:20 +00:00
Emanuel Haupt
cfe1c7f919 - Support staging
- This port requires gcc
2014-02-20 14:44:16 +00:00
Baptiste Daroussin
c2c2a2b86b Add NO_STAGE all over the place in preparation for the staging support (cat: java) 2013-09-20 19:48:32 +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
bb86cbe5d2 - Get Rid MD5 support 2011-03-20 12:54:45 +00:00
Dmitry Marakasov
0074c5fa8c - Switch SourceForge ports to the new File Release System: categories starting with H,I,J,K,L 2009-08-22 00:24:37 +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
Edwin Groothuis
8f4ccb0a04 Remove USE_REINPLACE from categories starting with a J 2006-05-09 00:18:07 +00:00
Pav Lucistnik
1edb739efb - Add SHA256 2005-11-24 23:21:04 +00:00
Herve Quiroz
e868aeb5e7 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)
2004-12-03 01:01:33 +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
Kris Kennaway
7a6f05bb7a BROKEN on 5.x: Does not compile
Approved by:    portmgr (self)
2004-09-18 18:47:46 +00:00
Ernst de Haan
ac6f62dc4e Removed non-existent master site metaverse.nl. 2004-04-15 22:40:29 +00:00
Trevor Johnson
3bca696b10 Add size data, approved by maintainers. 2004-03-18 18:01:13 +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
Ade Lovett
7e52725f2a Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
2003-03-07 06:14:21 +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
Ernst de Haan
48bbc70960 Updated MASTER_SITES and changed my email address from ernst@jollem.com to znerd@FreeBSD.org.
Approved by: sobomax
2001-11-27 12:22:20 +00:00
Clive Lin
7a647ab8db Upgrade to 2.3
PR: ports/29890
Submitted by: ernst@jollem.com (MAINTAINER)
2001-08-20 09:20:50 +00:00
Kevin Lo
c7d91e5674 Fix Makefile. Using jlint-2.1.tar.gz instead of jlint.tar.gz.
PR: 28412
Submitted by: MAINTAINER
2001-06-26 01:51:03 +00:00
Kevin Lo
8d30507471 Initial import of jlint-2.1
Jlint is the Java program analyzer and checker.

PR: 28377
Submitted by: Ernst de Haan <ernst@jollem.com>
2001-06-25 04:00:58 +00:00