Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
6.2.2_11 01 Jul 2024 20:27:23 |
Rene Ladan (rene) |
all: drop support for FreeBSD 13.2 which reached EOL today
Thanks again to jbeich for noticing various things I overlooked.
Reviewed by: acm, ashish, eduardo, ehaupt, eugen, jbeich, martymac, mat,
nobukata, sunpoet, tagattie, yuri, arrowd, kde
Differential Revision: https://reviews.freebsd.org/D45141 |
6.2.2_11 28 May 2024 12:11:57 |
Muhammad Moinur Rahman (bofh) |
lang/yap: Mark BROKEN for BUILDDOCS
- Fails to build with BUILDDOCS option
This is pdfTeX, Version 3.141592653-2.6-1.40.25 (Web2C 2023) (preloaded
format=pdfetex)
restricted \write18 enabled.
entering extended mode
(././docs/yap.tex (/usr/local/share/texmf-dist/tex/texinfo/texinfo.tex
Loading texinfo [version 2023-03-04.12]: pdf, fonts, glyphs, page headings,
tables, conditionals, indexing, sectioning, toc, environments, defuns, macros,
cross references, insertions,
(/usr/local/share/texmf-dist/tex/generic/epsf/epsf.tex
This is `epsf.tex' v2.7.4 <14 February 2011>
) localization, formatting, microtype, and turning on texinfo input format.)
././docs/yap.tex:5: @setcontentsaftertitlepage has been removed as a Texinfo (Only the first 15 lines of the commit message are shown above ) |
6.2.2_11 01 May 2024 16:17:51 |
Eugene Grosbein (eugen) |
lang/yap: fix build after previous commits
Make pre-configure even more robust. |
6.2.2_11 15 Apr 2024 10:20:10 |
Eugene Grosbein (eugen) |
lang/yap: fix build after previous commit
Make pre-configure more robust. |
6.2.2_11 12 Apr 2024 06:41:10 |
Eugene Grosbein (eugen) |
lang/yap: fix build with clang 18
Unbreak build with clang 18. PORTREVISION not bumped. |
6.2.2_11 03 Jul 2023 03:25:46 |
Eugene Grosbein (eugen) |
lang/yap: unbreak build for llvm16
PORTREVISION not changed. |
6.2.2_11 19 Dec 2022 14:44:58 |
Muhammad Moinur Rahman (bofh) |
Mk/**tex.mk: Convert bsd.tex.mk to USES=tex
- Update all the consumers to use USES=tex
- USE_TEX=yes is the old way of writing USES=tex which has been removed
and replaced in all ports
- Almost all of the USE_TEX features remains unchanged
- Some consumers had the same variables defined both in the mk
infrastructure and also in the ports which have been removed from the
ports as those are redundant.
In case any of the consumers are failing to build please make sure that
the nexessary USES=tex is there. Unlike previous USE_TEX=yes will no
longer load the required VARS for tex and related dependencies.
Reviewed by: portmgr
Approved by: portmgr (blanket) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
6.2.2_11 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
6.2.2_11 20 Jul 2022 14:22:15 |
Tobias C. Berner (tcberner) |
lang: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Adam Weinberger <adamw@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Alonso Cardenas Marquez <acm@FreeBSD.org>
* Andreas Klemm <andreas@klemm.gtn.com>
* Andrew Pantyukhin <infofarmer@FreeBSD.org>
* Andrey Zakhvatov
* Anton Berezin <tobez@FreeBSD.org>
* Anton Berezin <tobez@tobez.org> (Only the first 15 lines of the commit message are shown above ) |
6.2.2_11 08 Nov 2021 16:49:35 |
Piotr Kubaj (pkubaj) |
lang/yap: fix build on powerpc64le
Same issue as on other powerpc variants. |
6.2.2_11 07 Nov 2021 12:14:50 |
Piotr Kubaj (pkubaj) |
lang/yap: fix build on powerpc and powerpc64
Use GCC because of clang issue:
fatal error: error in backend: Invalid register name global variable |
6.2.2_11 15 May 2021 03:43:24 |
Eugene Grosbein (eugen) |
lang/gprolog: Comment out BROKEN_riscv64
Comment out BROKEN_riscv64 after recent port change:
either it fixes build or there will be fresh build log
available at least (hopefully). |
6.2.2_11 14 May 2021 13:14:30 |
Eugene Grosbein (eugen) |
lang/yap: improve documentation handling
Install pre-built yap.html and yap.pdf to avoid heavy TeX dependency
and still have documentation handy. Make it possible to rebuild
these documentation files with new port option BUILDDOCS.
Take maintainership. While here, add LICENSE section: dual ART20 LGPL20. |
6.2.2_10 13 May 2021 20:43:02 |
Danilo Egea Gondolfo (danilo) |
lang/yap: Remove the DOCS option and unbreak the build
The fact that it depends on an entire LaTeX infrastructure just to build the pdf
manual is not ideal.
Also, based on its github repository, this project seems to be abandoned so
maybe we should just remove it from the ports tree at some point.
Drop maintainership. |
6.2.2_9 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
6.2.2_9 02 Feb 2021 19:46:09 |
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 |
6.2.2_9 11 Jan 2021 09:39:17 |
danilo |
lang/yap: Fix build. FreeBSD doesn't provide a struct mallinfo. |
6.2.2_9 23 Nov 2020 14:28:53 |
eugen |
lang/yap: restore the port providing live sources for the same distfile |
6.2.2_9 05 May 2020 15:38:12 |
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 ) |
6.2.2_9 04 Apr 2020 20:51:41 |
antoine |
Deprecate ports broken for more than 6 months |
6.2.2_9 06 Nov 2019 12:48:32 |
antoine |
Mark a few ports BROKEN, unfetchable |
6.2.2_9 09 Apr 2019 14:04:50 |
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 |
6.2.2_8 29 Jul 2018 16:42:39 |
danilo |
- Remove gcc dependency on i386
- Use options helpers to install DOCS
PR: 222963
Submitted by: tobik
Reported by: jbeich |
6.2.2_7 10 Mar 2018 17:46:06 |
gerald |
Bump PORTREVISIONs of all users of math/mpc that we just updated to
version 1.1.0 (via revision 464079). |
6.2.2_6 10 Sep 2017 20:55:39 |
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 |
6.2.2_5 27 Jun 2017 13:46:53 |
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 |
6.2.2_4 10 Jun 2017 17:48:23 |
danilo |
- Disable myddas explicitly. This avoids a linking problem when mysqlclient is
installed.
PR: 219832 |
6.2.2_4 01 Apr 2017 15:23:32 |
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 |
6.2.2_3 10 Feb 2017 21:05:48 |
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 |
6.2.2_2 20 Nov 2016 09:38:09 |
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. |
6.2.2_1 01 Apr 2016 14:08:38 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories h, i, j, k, and l.
With hat: portmgr
Sponsored by: Absolight |
6.2.2_1 23 Jul 2015 16:22:29 |
danilo |
- Fix docs build after texlive upgrade
- Fix build without docs |
6.2.2_1 27 Oct 2014 15:23:31 |
bapt |
Cleanup plist |
6.2.2_1 06 Sep 2014 15:10:18 |
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. |
6.2.2_1 12 Jul 2014 22:10:23 |
danilo |
- Use texlive as build depends instead of tetex |
6.2.2 05 Nov 2013 23:19:37 |
danilo |
- Build with GCC
- Remove extra patches |
6.2.2 03 Nov 2013 18:11:30 |
danilo |
- Fix build with clang on i386 |
6.2.2 29 Sep 2013 23:24:12 |
danilo |
- Change maintainer email to @FreeBSD.org
- Add stage support
- Convert USE_GMAKE to USES
Approved by: wg (mentor) |
6.2.2 20 Sep 2013 19:53:10 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
lang) |
6.2.2 02 Sep 2013 15:35:17 |
lippe |
- Fix plist
- Insert PORTSCOUT
PR: ports/180264
Submitted by: Danilo Egea Gondolfo <danilogondolfo@gmail.com> (maintainer) |
6.2.2 14 Aug 2013 22:35:54 |
ak |
- Remove MAKE_JOBS_SAFE variable
Approved by: portmgr (bdrewery) |
6.2.2 03 Jul 2013 23:16:35 |
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> |
5.1.1 05 Jan 2007 17:08:38 |
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" |
5.1.1 02 Sep 2006 16:51:10 |
kris |
Schedule these broken ports for termination on 2006-12-01 |
5.1.1 17 Aug 2006 21:06:25 |
kris |
BROKEN: Does not compile |
5.1.1 07 Aug 2006 09:58:42 |
ijliao |
fix build on releng_4 |
5.1.1 29 Jul 2006 03:30:21 |
ijliao |
upgrade to 5.1.1 |
5.0.1_1 10 May 2006 14:46:48 |
ale |
Chase gmp library and bump PORTREVISION. |
5.0.1 09 May 2006 20:52:24 |
edwin |
Remove USE_REINPLACE from the categories starting with L |
5.0.1 20 Jan 2006 16:40:13 |
garga |
- Update to 5.0.1
PR: ports/92011
Submitted by: Ports Fury |
5.0.0 25 Nov 2005 00:33:45 |
pav |
- Add SHA256 |
5.0.0 15 Sep 2005 10:18:11 |
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 |
5.0.0 09 Sep 2005 18:30:49 |
lawrance |
Update to 5.0.0
PR: ports/85881
Submitted by: Ports Fury |
4.5.6 20 Jul 2005 11:18:02 |
garga |
- Fix SIZE on distinfo
Approved by: flz (mentor) |
4.5.6 20 Jul 2005 10:13:55 |
garga |
- Update to 4.5.6
PR: ports/83715
Submitted by: David Gullasch <david.gullasch@mailbox.tu-dresden.de>
Approved by: flz (mentor) |
4.5.5 12 Apr 2005 03:26:57 |
obrien |
At Kris's request, back out the MACHINE_ARCH spelling correction until
after 5.4-RELEASE. |
4.5.5 11 Apr 2005 08:04:41 |
obrien |
Assist getting more ports working on AMD64 by obeying the
Ports Collection documentation and use 'ARCH' rather than 'MACHINE_ARCH'. |
4.5.5 10 Apr 2005 16:51:20 |
pav |
- Update to 4.5.5
PR: ports/79750
Submitted by: Ports Fury |
4.5.2 18 Nov 2004 08:26:10 |
kris |
BROKEN on !i386: Does not compile |
4.5.2 03 Sep 2004 08:12:18 |
krion |
Update to version 4.5.2
PR: ports/71299
Submitted by: Ports Fury |
4.4.4 14 Apr 2004 03:33:40 |
kris |
Info files cannot be installed in post-install |
4.4.4 23 Feb 2004 05:06:21 |
kris |
BROKEN on alpha: Does not compile |
4.4.4 18 Feb 2004 20:35:55 |
krion |
- Update to version 4.4.4
PR: ports/63008
Submitted by: Ports Fury |
4.4.3 29 Jan 2004 07:24:56 |
trevor |
SIZEify. |
4.4.3 06 Nov 2003 21:03:45 |
krion |
- Update to version 4.4.3
PR: 59010
Submitted by: Ports Fury |
4.3.22 20 Feb 2003 18:38:02 |
knu |
De-pkg-comment. |
4.3.22 06 Jul 2002 06:12:00 |
pat |
Sweep through and fix some dependency problems and forgotten shlib
version bumps
Noticed by: bento |
4.3.22 06 Jun 2002 06:23:43 |
ijliao |
upgrade to 4.3.22 |
4.3.21 02 Jun 2002 06:15:53 |
ijliao |
upgrade to 4.3.21 |
4.3.20 08 May 2002 16:17:40 |
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 |