Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.3.1 02 Feb 2025 20:41:47
    |
Thierry Thomas (thierry)  |
math/libbraiding, math/libhomfly, net-im/tox: drop maintainership |
1.3.1 02 Feb 2025 18:47:25
    |
Daniel Engberg (diizzy)  |
math/libbraiding: Improve port
* Use upstream release archive (removes USES= autoreconf and patch file)
* Change USES= compiler:c++11-lang to compiler:c++17-lang
* Use USE_CXXSTD helper instead of CXXFLAGS
* Remove USES= pathfix (doesn't work)
* Use --with-pkgconfigdir configure switch
PR: 284092
Approved by: portmgr (maintainer timeout, 2+ weeks) |
1.3.1 15 Jan 2025 20:26:27
    |
Thierry Thomas (thierry)  |
math/libbraiding: upgrade to 1.3.1
Releases notes at https://github.com/miguelmarco/libbraiding/releases . |
1.2 02 Nov 2023 16:02:05
    |
Thierry Thomas (thierry)  |
math/libbraiding: upgrade to 1.2
Minor changes for compatibility with newer C++. |
1.1 25 Jun 2023 16:57:15
    |
Thierry Thomas (thierry)  |
math/libbraiding: work-around to build with clang 16
Adding "CXXFLAGS+=-std=c++11" to fix the build on 14-CURRENT.
Without that, it fails with this error:
./cbraid_implementation.h:1043:23: error: no member named 'bind2nd' in namespace
'std'
--- braiding.lo ---
./cbraid_implementation.h:1043:23: error: no member named 'bind2nd' in namespace
'std'
(+ many others)
Since I’m there, strip the library.
PR: 271047
Reported by: pkg-fallout |
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) |
1.1 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 ) |
1.1 20 Jul 2022 14:22:24
    |
Tobias C. Berner (tcberner)  |
math: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Dalton <aaron@daltons.ca>
* Alessando Sagratini <ale_sagra@hotmail.com>
* Alex Dupre <ale@FreeBSD.org>
* Alexey Dokuchaev <danfe@FreeBSD.org>
* Amarendra Godbole <amarendra.godbole@gmail.com>
* Anders Nordby <anders@FreeBSD.org>
* Andreas Fehlner (fehlner@gmx.de)
* Andrew L. Neporada <andrew@chg.ru>
* Andrey <gugu@zoo.rambler.ru>
* Andrey Zakhvatov (Only the first 15 lines of the commit message are shown above ) |
1.1 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.1 13 Sep 2020 19:33:02
  |
thierry  |
Minoe update to 1.1, no impact for FreeBSD. |
1.0 11 Apr 2020 18:14:39
  |
thierry  |
Adding libbraiding, a C++ library for computations on braid groups.
To be used by SageMath. |