Commit graph

51 commits

Author SHA1 Message Date
Gerald Pfeifer
e59c88cece Bump PORTREVISION for ports depending on the canonical version of GCC
(via Mk/bsd.default-versions.mk and lang/gcc) which has moved from
GCC 5.4 to GCC 6.4 under most circumstances.

This includes ports
 - with USE_GCC=yes or USE_GCC=any,
 - with USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and
 - with USES=compiler specifying openmp, nestedfct, c++11-lib, c++11-lang,
   c++14-lang, c++0x, c11, or gcc-c++11-lib.

PR:		219275
2017-09-10 20:55:38 +00:00
Sunpoet Po-Chuan Hsieh
cb037d3c98 Update devel/readline to 7.0 patch 3
- Bump PORTREVISION for shlib change

Changes:	https://cnswww.cns.cwru.edu/php/chet/readline/CHANGES
		https://lists.gnu.org/archive/html/bug-bash/2016-09/msg00107.html
		https://lists.gnu.org/archive/html/bug-readline/2017-01/msg00002.html
Differential Revision:	https://reviews.freebsd.org/D11172
PR:		219947
Exp-run by:	antoine
2017-06-27 13:46:53 +00:00
Danilo Egea Gondolfo
69a540fbaa - Disable myddas explicitly. This avoids a linking problem when mysqlclient is installed.
PR:		219832
2017-06-10 17:48:23 +00:00
Gerald Pfeifer
04d6f52202 Bump PORTREVISIONs for ports depending on the canonical version of GCC and
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
2017-04-01 15:23:30 +00:00
Jan Beich
6e4dc14e4e lang/yap{,-devel}: use clang and unbreak with gcc5 or later
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
2017-02-10 21:05:48 +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
a9dcad2fff Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:08:37 +00:00
Danilo Egea Gondolfo
7c74813bd4 - Fix docs build after texlive upgrade
- Fix build without docs
2015-07-23 16:22:28 +00:00
Baptiste Daroussin
77cba41a62 Cleanup plist 2014-10-27 15:23:30 +00:00
Adam Weinberger
4eff544d54 Fix build by removing texlive from USE_TEX.
While here, just add install_docs to INSTALL_TARGET rather than
calling a separate ${MAKE} without MAKE_ENV or MAKE_ARGS.
2014-09-06 15:10:18 +00:00
Danilo Egea Gondolfo
df59722a06 - Use texlive as build depends instead of tetex 2014-07-12 22:10:22 +00:00
Danilo Egea Gondolfo
57dacc67dc - Build with GCC
- Remove extra patches
2013-11-05 23:19:37 +00:00
Danilo Egea Gondolfo
0fd684f2dd - Fix build with clang on i386 2013-11-03 18:11:29 +00:00
Danilo Egea Gondolfo
df997538c4 - Change maintainer email to @FreeBSD.org
- Add stage support
- Convert USE_GMAKE to USES

Approved by:	wg (mentor)
2013-09-29 23:24:12 +00:00
Baptiste Daroussin
888ab73a81 Add NO_STAGE all over the place in preparation for the staging support (cat: lang) 2013-09-20 19:53:09 +00:00
Felippe de Meirelles Motta
374856d95a - Fix plist
- Insert PORTSCOUT

PR:		ports/180264
Submitted by:	Danilo Egea Gondolfo <danilogondolfo@gmail.com> (maintainer)
2013-09-02 15:35:16 +00:00
Alex Kozlov
d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00
Felippe de Meirelles Motta
e35eb069bd YAP is a high-performance Prolog compiler developed at
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>
2013-07-03 23:16:34 +00:00
Martin Wilke
013c547f10 2006-12-01 misc/instant-workstation: Incomplete pkg-plist
2006-12-01 lang/yap: Does not compile
2006-12-01 lang/tensile: "Coredump during build on FreeBSD >= 6.x"
2007-01-05 17:08:38 +00:00
Kris Kennaway
15b247f443 Schedule these broken ports for termination on 2006-12-01 2006-09-02 16:51:10 +00:00
Kris Kennaway
d69802de0c BROKEN: Does not compile 2006-08-17 21:06:25 +00:00
Ying-Chieh Liao
7b4573d008 fix build on releng_4 2006-08-07 09:58:42 +00:00
Ying-Chieh Liao
157fa4e20e upgrade to 5.1.1 2006-07-29 03:30:21 +00:00
Alex Dupre
ffcb54b54f Chase gmp library and bump PORTREVISION. 2006-05-10 14:46:47 +00:00
Edwin Groothuis
7c6393360c Remove USE_REINPLACE from the categories starting with L 2006-05-09 20:52:24 +00:00
Renato Botelho
4026f0b217 - Update to 5.0.1
PR:		ports/92011
Submitted by:	Ports Fury
2006-01-20 16:40:13 +00:00
Pav Lucistnik
f307f38435 - Add SHA256 2005-11-25 00:33:45 +00:00
Simon Barner
58723eac88 - Builds and runs on !i386
Tested by:	Johan van Selst <johans@stack.nl> (amd64),
		barner (sparc64, ia64)
Submitted by:	Johan van Selst <johans@stack.nl>
PR:		ports/86081
2005-09-15 10:18:11 +00:00
Sam Lawrance
a574054750 Update to 5.0.0
PR:		ports/85881
Submitted by:	Ports Fury
2005-09-09 18:30:48 +00:00
Renato Botelho
5d362afc90 - Fix SIZE on distinfo
Approved by:	flz (mentor)
2005-07-20 11:18:02 +00:00
Renato Botelho
e392125449 - Update to 4.5.6
PR:		ports/83715
Submitted by:	David Gullasch <david.gullasch@mailbox.tu-dresden.de>
Approved by:	flz (mentor)
2005-07-20 10:13:55 +00:00
David E. O'Brien
c3d8037aeb At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE.
2005-04-12 03:26:56 +00:00
David E. O'Brien
f2fc2d60ae Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'.
2005-04-11 08:04:41 +00:00
Pav Lucistnik
281dca75f0 - Update to 4.5.5
PR:		ports/79750
Submitted by:	Ports Fury
2005-04-10 16:51:20 +00:00
Kris Kennaway
be800c9c95 BROKEN on !i386: Does not compile 2004-11-18 08:28:30 +00:00
Kirill Ponomarev
cb5a375a5b Update to version 4.5.2
PR:		ports/71299
Submitted by:	Ports Fury
2004-09-03 08:12:18 +00:00
Kris Kennaway
2b5e24cd8a Info files cannot be installed in post-install 2004-04-14 03:33:40 +00:00
Kris Kennaway
28836626dd BROKEN on alpha: Does not compile 2004-02-23 05:10:39 +00:00
Kirill Ponomarev
447bbfc0cf - Update to version 4.4.4
PR:		ports/63008
Submitted by:	Ports Fury
2004-02-18 20:35:55 +00:00
Trevor Johnson
0c881ba59c SIZEify. 2004-01-29 07:24:56 +00:00
Kirill Ponomarev
53331551bd - Update to version 4.4.3
PR:		59010
Submitted by:	Ports Fury
2003-11-06 21:03:44 +00:00
Akinori MUSHA
2c41b9e5f3 De-pkg-comment. 2003-02-20 19:00:52 +00:00
Mario Sergio Fujikawa Ferreira
f0a1969d34 o Rollback PORTCOMMENT modifications while this feature's implementation
is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
2002-11-10 16:48:51 +00:00
Adam Weinberger
d9611f9375 Use PORTCOMMENT in the Makefile, and whack the pkg-comment.
Approved by:	pat
2002-11-06 22:47:41 +00:00
Patrick Li
cca6bca291 Sweep through and fix some dependency problems and forgotten shlib
version bumps

Noticed by:	bento
2002-07-06 06:12:00 +00:00
Ying-Chieh Liao
909b38133d upgrade to 4.3.22 2002-06-06 06:23:43 +00:00
Ying-Chieh Liao
b44094bfa3 upgrade to 4.3.21 2002-06-02 06:15:52 +00:00
David W. Chapman Jr.
80824ce744 Update to 4.3.20
PR:		36827
Submitted by:	obraun@Informatik.unibw-muenchen.DE
2002-05-08 16:17:40 +00:00
Patrick Li
4f6dacada8 Use GNU_CONFIGURE and some style changes
PR:		32521
Submitted by:	KATO Tsuguru <tkato@prontomail.com>
2001-12-08 03:43:03 +00:00
Ying-Chieh Liao
c07ba4240f upgrade to 4.3.19
drop maintainership
2001-07-18 16:57:23 +00:00