| Commit message (Collapse) | Author | Age | Files | Lines |
| | |
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
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);
^
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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
|
| |
|
|
| |
Reported by: antoine
|
| |
|
|
| |
This make the port work without the gcc dependency
|
| |
|
|
|
| |
- Switch to options helpers
- Regenerate patches
|
| |
|
|
|
|
|
|
|
| |
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.
|
| |
|
|
|
| |
With hat: portmgr
Sponsored by: Absolight
|
| |
|
|
|
|
|
|
|
|
| |
to GCC 4.8.3.
Part II, Bump PORTREVISIONs.
PR: 192025
Tested by: antoine (-exp runs)
Approved by: portmgr (implicit)
|
| |
|
|
|
|
|
|
|
|
|
| |
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)
|
| |
|
|
| |
- This port requires gcc
|
| |
|
|
| |
java)
|
| |
|
|
|
| |
PR: 163658
Submitted by: Armin Pirkovitsch <armin@frozen-zone.org>
|
| | |
|
| |
|
|
| |
starting with H,I,J,K,L
|
| |
|
|
|
| |
Submitted by: pointyhat via kris/pav
Nils Vogels <nivo@is-root.com>
|
| |
|
|
|
| |
PR: 112918
Submitted by: Nils Vogels <nivo+kw+ports.bfa274@is-root.com>
|
| | |
|
| | |
|
| |
|
|
|
|
|
|
|
|
| |
- 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)
|
| |
|
|
|
|
|
|
| |
- Unbreak on 5.x [1]
- Use PORTDOCS
- Some minor cosmetic improvements
Submitted by: Roman Kennke <roman@ontographics.com> [1]
|
| |
|
|
| |
Approved by: portmgr (self)
|
| | |
|
| | |
|
| |
|
|
|
| |
PR: 55957
Submitted by: Volker Stolz <stolz@i2.informatik.rwth-aachen.de>
|
| | |
|
| |
|
|
|
|
|
| |
Requiem mors pacem pkg-comment,
And be calm ports tree.
E Nomini Patri, E Fili, E Spiritu Sancti.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
- 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
|
| |
|
|
|
|
| |
znerd@FreeBSD.org.
Approved by: sobomax
|
| |
|
|
|
| |
PR: ports/29890
Submitted by: ernst@jollem.com (MAINTAINER)
|
| |
|
|
|
| |
PR: 28412
Submitted by: MAINTAINER
|
|
|
Jlint is the Java program analyzer and checker.
PR: 28377
Submitted by: Ernst de Haan <ernst@jollem.com>
|