| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
lang/gcc which have moved from GCC 4.9.4 to GCC 5.4 (at least under some
circumstances such as versions of FreeBSD or platforms).
This includes ports
- with USE_GCC=yes or USE_GCC=any,
- with USES=fortran,
- using using Mk/bsd.octave.mk which in turn has USES=fortran, and
- with USES=compiler specifying openmp, nestedfct, c++11-lib, c++14-lang,
c++11-lang, c++0x, c11, or gcc-c++11-lib.
PR: 216707
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
In file included from ./Solver.C:20:
In file included from ./Solver.h:29:
./SolverTypes.h:122:20: error: friend declaration specifying a default argument must be a definition
friend Clause* Clause_new(const V& ps, bool learnt = false);
^
./SolverTypes.h:147:9: error: friend declaration specifying a default argument must be the only
declaration
Clause* Clause_new(const V& ps, bool learnt) {
^
./SolverTypes.h:122:20: note: previous declaration is here
friend Clause* Clause_new(const V& ps, bool learnt = false);
^
./Solver.C:123:21: error: no matching function for call to 'Clause_new'
Clause* c = Clause_new(ps, false);
^~~~~~~~~~
./Solver.C:602:29: error: no matching function for call to 'Clause_new'
Clause* c = Clause_new(learnt_clause, true);
^~~~~~~~~~
4 errors generated.
PR: 216809
Obtained from: upstream
Approved by: portmgr blanket
|
|
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
- Fix build without docs
|
| |
|
|
|
|
|
| |
While here, just add install_docs to INSTALL_TARGET rather than
calling a separate ${MAKE} without MAKE_ENV or MAKE_ARGS.
|
| |
|
|
|
|
| |
- Remove extra patches
|
| |
|
|
|
|
|
|
|
| |
- Add stage support
- Convert USE_GMAKE to USES
Approved by: wg (mentor)
|
|
|
|
| |
lang)
|
|
|
|
|
|
|
| |
- Insert PORTSCOUT
PR: ports/180264
Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com> (maintainer)
|
|
|
|
| |
Approved by: portmgr (bdrewery)
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
LIACC/Universidade do Porto and at COPPE Sistemas/UFRJ. Its Prolog
engine is based in the WAM (Warren Abstract Machine), with several
optimizations for better performance. YAP follows the Edinburgh
tradition, and is largely compatible with the ISO-Prolog standard and
with Quintus and SICStus Prolog.
WWW: http://www.dcc.fc.up.pt/~vsc/Yap/
PR: ports/180068
Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com>
|
|
|
|
|
| |
2006-12-01 lang/yap: Does not compile
2006-12-01 lang/tensile: "Coredump during build on FreeBSD >= 6.x"
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/92011
Submitted by: Ports Fury
|
| |
|
|
|
|
|
|
|
| |
Tested by: Johan van Selst <johans@stack.nl> (amd64),
barner (sparc64, ia64)
Submitted by: Johan van Selst <johans@stack.nl>
PR: ports/86081
|
|
|
|
|
| |
PR: ports/85881
Submitted by: Ports Fury
|
|
|
|
| |
Approved by: flz (mentor)
|
|
|
|
|
|
| |
PR: ports/83715
Submitted by: David Gullasch <david.gullasch@mailbox.tu-dresden.de>
Approved by: flz (mentor)
|
|
|
|
| |
after 5.4-RELEASE.
|
|
|
|
| |
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
|
|
|
|
|
| |
PR: ports/79750
Submitted by: Ports Fury
|
| |
|
|
|
|
|
| |
PR: ports/71299
Submitted by: Ports Fury
|
| |
|
| |
|
|
|
|
|
| |
PR: ports/63008
Submitted by: Ports Fury
|
| |
|
|
|
|
|
| |
PR: 59010
Submitted by: Ports Fury
|
| |
|
|
|
|
|
|
|
|
| |
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files
Approved by: kris (portmgr hat),
portmgr, re (silence)
|
|
|
|
| |
Approved by: pat
|
|
|
|
|
|
| |
version bumps
Noticed by: bento
|
| |
|
| |
|
|
|
|
|
| |
PR: 36827
Submitted by: obraun@Informatik.unibw-muenchen.DE
|
|
|
|
|
| |
PR: 32521
Submitted by: KATO Tsuguru <tkato@prontomail.com>
|
|
|
|
| |
drop maintainership
|
|
A high-performance Prolog compiler
|