Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
1.19.1.b.109 30 Dec 2023 03:44:45
    |
Yuri Victorovich (yuri)  |
science/vipster: update 1.19.1b-14 → 1.19.1b-109 |
1.19.1.b.14_1 22 Dec 2023 09:13:11
    |
Yuri Victorovich (yuri)  |
science/vipster: Not broken with libfmt-10.1.1
... at least on 13.2
PR: 273879 |
1.19.1.b.14_1 14 Dec 2023 15:49:39
    |
Po-Chuan Hsieh (sunpoet)  |
science/vipster: Mark BROKEN with libfmt 10+ |
1.19.1.b.14_1 11 Sep 2022 10:20:14
    |
Felix Palmen (zirias)  |
Mk/Uses: always use colon for build/run suffix
Most USES use a colon for build/run(/test) suffixes. Change kde.mk,
qt.mk and pyqt.mk to do the same, and update all ports using that.
Document in CHANGES.
PR: 266034
Exp-run by: antoine
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D36349 |
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.19.1.b.14_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.19.1.b.14_1 22 Jun 2021 18:53:08
    |
Kevin Bowling (kbowling)  |
graphics/mesa-libs: Bump reverse deps for libglvnd
Per discussion with bapt on helping pkg handle the changing of these
deps and avoiding impossible upgrade senarios.
PR: 246767
Reviewed by: manu, bapt
Approved by: x11
Differential Revision: https://reviews.freebsd.org/D30824 |
1.19.1.b.14 01 May 2021 17:55:55
    |
Tobias Kortkamp (tobik)  |
Clean up some things
- Fix typos
- Remove duplicate variables
- Remove nop variables
- Clean up commented PORTREVISION
- Add missing USES
Reported by: portscan |
1.19.1.b.14 07 Apr 2021 08:09:01
    |
Mathieu Arnold (mat)  |
One more small cleanup, forgotten yesterday.
Reported by: lwhsu |
1.19.1.b.14 06 Apr 2021 14:31:07
    |
Mathieu Arnold (mat)  |
Remove # $FreeBSD$ from Makefiles. |
1.19.1.b.14 22 Dec 2020 11:06:15
  |
yuri  |
science/vipster: Update 1.18b.20200514 -> 1.19.1b-14 |
1.18.b.20200514_3 07 Sep 2020 21:19:41
  |
tobik  |
devel/libfmt: Update to 7.0.3
Changes: https://github.com/fmtlib/fmt/releases/tag/7.0.3
ABI: https://abi-laboratory.pro/tracker/timeline/fmt |
1.18.b.20200514_2 31 Jul 2020 17:07:19
  |
tobik  |
devel/libfmt: Update to 7.0.2
Changes: https://github.com/fmtlib/fmt/releases/tag/7.0.2
ABI: https://abi-laboratory.pro/tracker/timeline/fmt |
1.18.b.20200514_1 20 Jul 2020 16:27:43
  |
tobik  |
devel/libfmt: Update to 7.0.1
Changes: https://github.com/fmtlib/fmt/releases/tag/7.0.1
ABI: https://abi-laboratory.pro/tracker/timeline/fmt |
1.18.b.20200514 15 May 2020 03:46:26
  |
yuri  |
science/vipster: Update 1.18b-174 -> 1.18b.20200514 (to the current revision) |
1.18.b.174 07 May 2020 16:08:27
  |
yuri  |
science/vipster: Update 1.18b-75 -> 1.18b-174 |
1.18.b.75_1 12 Jan 2020 20:12:43
  |
yuri  |
science/vipster: Limit the version format to prevent portscout reporting odd
revisions |
1.18.b.75_1 10 Jan 2020 04:35:04
  |
yuri  |
science/vipster: Fix build on gcc-based architectures by setting compiler
properly
The instruction in https://wiki.freebsd.org/HardcodedCCVersions recommending to
use
-DLLVM_CONFIG_EXECUTABLE for cmake-based ports turned out to be wrong for
vipster,
it doesn't work. The way how is done now works fine.
Reported by: pkubaj |
1.18.b.75_1 09 Jan 2020 07:57:43
  |
yuri  |
science/vipster: Unbreak on 120amd64 (with clang-6) by forcing the latest clang
clang-6 lacks the c++17 feature std::mmap::extract
Reported by: fallout |
1.18.b.75 02 Jan 2020 04:35:58
  |
yuri  |
science/vipster: Update 1.16b -> 1.18b-75 |
1.16.b_1 06 Nov 2019 16:26:35
  |
antoine  |
Mark a few ports BROKEN (unfetchable) |
1.16.b_1 26 Jul 2019 20:46:57
  |
gerald  |
Bump PORTREVISION for ports depending on the canonical version of GCC
as defined in Mk/bsd.default-versions.mk which has moved from GCC 8.3
to GCC 9.1 under most circumstances now after revision 507371.
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, c11, c++0x, c++11-lang,
c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, everything INDEX-11 shows with a dependency on lang/gcc9 now.
PR: 238330 |
1.16.b 01 Apr 2019 15:57:42
  |
yuri  |
science/vipster: Update 1.15b -> 1.16b |
1.15.b 24 Feb 2019 19:42:02
  |
yuri  |
science/vipster: Update 1.14.1a -> 1.15b |
1.14.1.a 16 Jan 2019 18:22:23
  |
yuri  |
science/vipster: Update 1.14a -> 1.14.1a
This should fix build failures due to wrong STL headers. |
1.14.a_1 16 Jan 2019 11:13:45
  |
tijl  |
Fix Qt5 symbol version scripts to put the catch-all clause first. When
a symbol matches multiple clauses the last one takes precedence. If the
catch-all is last it captures everything. In the case of Qt5 libraries
this caused all symbols to have a Qt_5 label while some should have
Qt_5_PRIVATE_API. This only affects lld because GNU ld always gives the
catch-all lowest priority.
Older versions of Qt5Webengine exported some memory allocation symbols from
the bundled Chromium. Version 5.9 stopped exporting these [1] but the
symbols were kept as weak wrappers for the standard allocation functions to
maintain binary compatibility. [2][3] The problem is that the call to the
standard function in these weak wrappers is only resolved to the standard
function if there's a call to this standard function in other parts of
Qt5Webengine, because only then is there a non-weak symbol that takes
precedence over the weak one. If there's no such non-weak symbol the call (Only the first 15 lines of the commit message are shown above ) |
1.14.a 25 Dec 2018 20:25:40
  |
tcberner  |
Change cmake default behaviour to outsource.
Ports that build out of source now simply can use "USES=cmake"
instead of "USES=cmake:outsource". Ports that fail to build
out of source now need to specify "USES=cmake:insource".
I tried to only set insource where explictely needed.
PR: 232038
Exp-run by: antoine |
1.14.a 21 Dec 2018 07:09:28
  |
yuri  |
science/vipster: Fix mistake in the BROKEN statement |
1.14.a 21 Dec 2018 07:07:35
  |
yuri  |
New port: science/vipster: Crystalline and molecular structure visualisation
program |