Commit History - (may be incomplete: see SVNWeb link above for full details) |
Date | By | Description |
02 Feb 2021 19:46:09
6.2.2_9

|
linimon  |
Mark as BROKEN on riscv64:
EXISTENCE ERROR- procedure chr_translate/2 is undefined, called from context
prolog:once/1
While here, pet portlint (Makevar order).
Approved by: portmgr (tier-2 blanket)
Obtained from: lonesome.com build testing |
11 Jan 2021 09:39:17
6.2.2_9

|
danilo  |
lang/yap: Fix build. FreeBSD doesn't provide a struct mallinfo. |
23 Nov 2020 14:28:53
6.2.2_9

|
eugen  |
lang/yap: restore the port providing live sources for the same distfile |
05 May 2020 15:38:12
6.2.2_9

|
rene  |
Remove expired ports:
Adjusted for ports rescued since r534032
2020-05-05 audio/festvox-czech: Broken for more than 6 months
2020-05-05 audio/gkrellmvolume2: Broken for more than 6 months
2020-05-05 audio/mixmos: Broken for more than 6 months
2020-05-05 audio/mma: Broken for more than 6 months
2020-05-05 audio/pd-cyclone: Broken for more than 6 months
2020-05-05 audio/shorten: Broken for more than 6 months
2020-05-05 audio/taglib-sharp: Broken for more than 6 months
2020-05-05 audio/xhippo: Broken for more than 6 months
2020-05-05 biology/consed: Broken for more than 6 months
2020-05-05 biology/plinkseq: Broken for more than 6 months
2020-05-05 biology/seqtools: Broken for more than 6 months (Only the first 15 lines of the commit message are shown above ) |
04 Apr 2020 20:51:41
6.2.2_9

|
antoine  |
Deprecate ports broken for more than 6 months |
06 Nov 2019 12:48:32
6.2.2_9

|
antoine  |
Mark a few ports BROKEN, unfetchable |
09 Apr 2019 14:04:50
6.2.2_9

|
sunpoet  |
Update devel/readline to 8.0
- Bump PORTREVISION of dependent ports for shlib change
Changes: https://tiswww.case.edu/php/chet/readline/CHANGES
PR: 236156
Exp-run by: antoine |
29 Jul 2018 16:42:39
6.2.2_8

|
danilo  |
- Remove gcc dependency on i386
- Use options helpers to install DOCS
PR: 222963
Submitted by: tobik
Reported by: jbeich |
10 Mar 2018 17:46:06
6.2.2_7

|
gerald  |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
10 Sep 2017 20:55:39
6.2.2_6

|
gerald  |
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 |
27 Jun 2017 13:46:53
6.2.2_5

|
sunpoet  |
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 |
10 Jun 2017 17:48:23
6.2.2_4

|
danilo  |
- Disable myddas explicitly. This avoids a linking problem when mysqlclient is
installed.
PR: 219832 |
01 Apr 2017 15:23:32
6.2.2_4

|
gerald  |
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 |
10 Feb 2017 21:05:48
6.2.2_3

|
jbeich  |
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 |
20 Nov 2016 09:38:09
6.2.2_2

|
gerald  |
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. |
01 Apr 2016 14:08:38
6.2.2_1

|
mat  |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
23 Jul 2015 16:22:29
6.2.2_1

|
danilo  |
- Fix docs build after texlive upgrade
- Fix build without docs |
27 Oct 2014 15:23:31
6.2.2_1

|
bapt  |
Cleanup plist |
06 Sep 2014 15:10:18
6.2.2_1

|
adamw  |
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. |
12 Jul 2014 22:10:23
6.2.2_1

|
danilo  |
- Use texlive as build depends instead of tetex |
05 Nov 2013 23:19:37
6.2.2

|
danilo  |
- Build with GCC
- Remove extra patches |
03 Nov 2013 18:11:30
6.2.2

|
danilo  |
- Fix build with clang on i386 |
29 Sep 2013 23:24:12
6.2.2

|
danilo  |
- Change maintainer email to @FreeBSD.org
- Add stage support
- Convert USE_GMAKE to USES
Approved by: wg (mentor) |
20 Sep 2013 19:53:10
6.2.2

|
bapt  |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
02 Sep 2013 15:35:17
6.2.2

|
lippe  |
- Fix plist
- Insert PORTSCOUT
PR: ports/180264
Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com> (maintainer) |
14 Aug 2013 22:35:54
6.2.2

|
ak  |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
03 Jul 2013 23:16:35
6.2.2

|
lippe  |
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> |
05 Jan 2007 17:08:38
5.1.1
|
miwi  |
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" |
02 Sep 2006 16:51:10
5.1.1
|
kris  |
Schedule these broken ports for termination on 2006-12-01 |
17 Aug 2006 21:06:25
5.1.1
|
kris  |
BROKEN: Does not compile |
07 Aug 2006 09:58:42
5.1.1
|
ijliao  |
fix build on releng_4 |
29 Jul 2006 03:30:21
5.1.1
|
ijliao  |
upgrade to 5.1.1 |
10 May 2006 14:46:48
5.0.1_1
|
ale  |
Chase gmp library and bump PORTREVISION. |
09 May 2006 20:52:24
5.0.1
|
edwin  |
Remove USE_REINPLACE from the categories starting with L |
20 Jan 2006 16:40:13
5.0.1
|
garga  |
- Update to 5.0.1
PR: ports/92011
Submitted by: Ports Fury |
25 Nov 2005 00:33:45
5.0.0
|
pav  |
- Add SHA256 |
15 Sep 2005 10:18:11
5.0.0
|
barner  |
- 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 |
09 Sep 2005 18:30:49
5.0.0
|
lawrance  |
Update to 5.0.0
PR: ports/85881
Submitted by: Ports Fury |
20 Jul 2005 11:18:02
4.5.6
|
garga  |
- Fix SIZE on distinfo
Approved by: flz (mentor) |
20 Jul 2005 10:13:55
4.5.6
|
garga  |
- Update to 4.5.6
PR: ports/83715
Submitted by: David Gullasch <david.gullasch@mailbox.tu-dresden.de>
Approved by: flz (mentor) |
12 Apr 2005 03:26:57
4.5.5
|
obrien  |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
11 Apr 2005 08:04:41
4.5.5
|
obrien  |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
10 Apr 2005 16:51:20
4.5.5
|
pav  |
- Update to 4.5.5
PR: ports/79750
Submitted by: Ports Fury |
18 Nov 2004 08:26:10
4.5.2
|
kris  |
BROKEN on !i386: Does not compile |
03 Sep 2004 08:12:18
4.5.2
|
krion  |
Update to version 4.5.2
PR: ports/71299
Submitted by: Ports Fury |
14 Apr 2004 03:33:40
4.4.4
|
kris  |
Info files cannot be installed in post-install |
23 Feb 2004 05:06:21
4.4.4
|
kris  |
BROKEN on alpha: Does not compile |
18 Feb 2004 20:35:55
4.4.4
|
krion  |
- Update to version 4.4.4
PR: ports/63008
Submitted by: Ports Fury |
29 Jan 2004 07:24:56
4.4.3
|
trevor  |
SIZEify. |
06 Nov 2003 21:03:45
4.4.3
|
krion  |
- Update to version 4.4.3
PR: 59010
Submitted by: Ports Fury |
20 Feb 2003 18:38:02
4.3.22
|
knu  |
De-pkg-comment. |
06 Jul 2002 06:12:00
4.3.22
|
pat  |
Sweep through and fix some dependency problems and forgotten shlib
version bumps
Noticed by: bento |
06 Jun 2002 06:23:43
4.3.22
|
ijliao  |
upgrade to 4.3.22 |
02 Jun 2002 06:15:53
4.3.21
|
ijliao  |
upgrade to 4.3.21 |
08 May 2002 16:17:40
4.3.20
|
dwcjr  |
Update to 4.3.20
PR: 36827
Submitted by: obraun@Informatik.unibw-muenchen.DE |
08 Dec 2001 03:43:03

|
pat  |
Use GNU_CONFIGURE and some style changes |
18 Jul 2001 17:57:23

|
ijliao  |
upgrade to 4.3.19 drop maintainership |
29 Apr 2001 15:43:09

|
ijliao  |
add yap A high-performance Prolog compiler |