non port: devel/cmake-doc/pkg-plist |
SVNWeb
|
Number of commits found: 19 |
Sat, 17 Sep 2022
|
[ 10:56 Adriaan de Groot (adridg) ] d7992a6
devel/cmake*: bump to 3.24.0
Update the CMake ports to 3.24. A previous exp-run -- thanks
antoine@ -- showed up new failures. That is normal for a CMake
update. tcberner@ fixed most of them (in the linked PR) and
lang/zig just landed. The original patch for the update came
from tcberner@ as well, but I had to re-jig it after CMake
was reorganized into a metaport and -core package.
PR: 265652
|
Mon, 16 May 2022
|
[ 06:49 Loïc Bartoletti (lbartoletti) ] 2d34c2b (Only the first 10 of 178 ports in this commit are shown above. )
devel/cmake: Update to 3.23.0
Update to 3.23.0.
Fix pkg-plist: using the default share/man location
Release Notes:
https://cmake.org/cmake/help/v3.23/release/3.23.html
PR: 262886
Exp-run by: antoine
|
Tue, 16 Mar 2021
|
[ 21:10 dbaio ]
textproc/py-sphinx: Update to 3.5.2
Add patches to fix Sphinx consumers; The most common issues are related with
pkg-plist, the output files for Sphinx changes between versions, keep this
dynamically is the better approach and will save time in future Sphinx updates.
Changelog: https://github.com/sphinx-doc/sphinx/blob/v3.5.2/CHANGES
PR: 254185
Approved by: python (with hat)
Exp-run by: antoine
|
Mon, 11 May 2020
|
[ 23:51 dbaio ] (Only the first 10 of 144 ports in this commit are shown above. )
Update Sphinx
- Repocopy textproc/py-sphinx to textproc/py-sphinx18
Update it to 1.8.5 (latest version from 1.8.X).
This version supports Python 2 and 3.
Add test target.
- textproc/py-sphinx: Update to 3.0.2
Python 3 only (3.5+).
Add test target.
- Mk/Uses/python.mk: Add PY_SPHINX
(Only the first 15 lines of the commit message are shown above )
|
Mon, 6 Jan 2020
|
[ 12:57 adridg ] (Only the first 10 of 12 ports in this commit are shown above. )
Update devel/cmake to latest upstream release, 3.16.2
This new release has support for the latest Boost, Objective-C
and various small improvements. The release notes are at:
https://cmake.org/cmake/help/v3.16/release/3.16.html
Two ports could not be persuaded to build with this new release
(math/openmesh science/fleur) and are marked BROKEN. Other build
fixes have already been done in-tree.
Thanks antoine@ for the exp-runs (multiple).
Thanks tcberner@ for prep-work (most of the work, actually).
PR: 242254
|
Fri, 5 Apr 2019
|
[ 11:46 adridg ] (Only the first 10 of 17 ports in this commit are shown above. )
Update CMake to latest release, 3.14.1
Changelog: https://cmake.org/cmake/help/v3.14/release/3.14.html
Local patches: fixes for Boost, Python, and OpenMP
Affected ports:
- opencpn, hugin needed help in finding wx
- kadu is over-enthusiastic in finding non-existent X11 components
- xlife++ does weird things in parsing help output from cmake
Thanks antoine@ for multiple exp-runs.
Thanks tcberner@ for much prep-work.
PR: 236534 223678 227428
|
Mon, 20 Aug 2018
|
[ 21:43 adridg ]
Update devel/cmake to 3.12.1
This is a minor incremental update. The patches for TCL 8.7 support
are no longer needed, because upstream has added that support.
Thanks Antoine for the exp-run.
PR: 230488
Submitted by: tcberner
|
Sat, 28 Jul 2018
|
[ 15:01 tcberner ]
Update devel/cmake* to 3.12.0
Exp-run by: antoine
PR: 229854
|
Sun, 15 Apr 2018
|
[ 21:43 adridg ] (Only the first 10 of 14 ports in this commit are shown above. )
Update CMake to 3.11.0. Thanks to antoine@ for the exp-run.
In the run-up to this commit, many other ports were pre-emptively fixed.
The only issue still known is math/kig, which had a build failure in
the exp-run, but which isn't reproducible across multiple 11.1 {i386,amd64}
machines and poudriere builds. We've decided to forge ahead.
The new CMake version:
- drops FreeBSD patches that have been incorporated upstream,
- re-shuffles patches to FindQt4, since upstream has made some changes
which break FindQt4 in new ways on FreeBSD (while fixing the old ones),
- has new patches to make OpenMP and BLAS findable on FreeBSD,
- drops ports libarchive in favor of the version in base, to avoid
overlinking for the pkg(8) support in CPack (this makes portlint
complain, and we have decided to ignore it).
PR: 227372 226959 223678
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D14506
|
Mon, 29 Jan 2018
|
[ 06:45 araujo ] (Only the first 10 of 37 ports in this commit are shown above. )
- Update textproc/py-sphinx to 1.6.5. [0]
- Update all ports that depends of py-sphinx. [0]
- Add conditional RUN_DEPENDS. [1]
- Add TEST_DEPENDS. [1]
PR: ports/221891 [0] and ports/225136 [1]
Submitted by: sunpoet [1]
Approved by: antoine (portmgr)
Exprun by: antoine (several rounds)
Sponsored by: iXsystems, Inc.
|
Sat, 23 Dec 2017
|
[ 10:44 adridg ] (Only the first 10 of 11 ports in this commit are shown above. )
Update CMake to 3.10.1
- https://blog.kitware.com/cmake-3-10-1-available-for-download/
- flang support
- changes to automoc policies
- support for FreeBSD package generation with CPack
Necessary fixes to other ports:
- cad/openvsp make search for libxml explicit
- math/scalapack force C compiler to be compatible with mpi
- deskutils/kdepim4 fix incorrect sources list
- www/qt5-webkit fix incorrect sources list
Thanks to Antoine for the multiple exp-runs.
PR: 223872
Approved by: tcberner (mentor)
Differential Revision: https://reviews.freebsd.org/D13210
|
Thu, 14 Sep 2017
|
[ 21:02 adridg ] (Only the first 10 of 33 ports in this commit are shown above. )
Update CMake to 3.9, merge devel/cmake-modules into devel/cmake
Thanks to antoine@ for the exp-run.
Approved by: rakuco (mentor)
Reviewed by: tcberner (mentor)
Reviewed by: mat
PR: 222000 (exp-run)
Differential Revision: https://reviews.freebsd.org/D12299
|
Wed, 19 Apr 2017
|
[ 15:05 tcberner ] (Only the first 10 of 13 ports in this commit are shown above. )
Update cmake and friends to 3.8.0
* add patch for finance/kmymoney-kde4
* change patch in irc/irssi-fish as pkgconfig handling has changed.
PR: 218559
Exp-run by: antoine
Reviewed by: mat, rakuco
Approved by: rakuco (mentor)
Differential Revision: https://reviews.freebsd.org/D9557
|
Fri, 9 Dec 2016
|
[ 11:41 tcberner ] (Only the first 10 of 16 ports in this commit are shown above. )
Update devel/cmake* to 3.7.1 [1]
Due to an upstream commit [2] we need now to pass
CMAKE_INSTALL_MANDIR:PATH="share/man" in the
devel/llvm-* ports, and fix the plist of net/remmina.
Further add an upstream patch to math/plplot to
fix the build with 3.7.1.
[1] https://cmake.org/cmake/help/v3.7/release/3.7.html
[2] https://github.com/kitware/cmake/commit/956054
PR: 214975
Approved by: rakuco (mentor)
Exp-run by: antoine
|
Sat, 23 Jul 2016
|
[ 12:32 rakuco ]
Update CMake to 3.6.1.
https://blog.kitware.com/cmake-3-6-0-available-for-download/
https://blog.kitware.com/cmake-3-6-1-available-for-download/
PR: 210988
|
Sat, 25 Jun 2016
|
[ 13:52 pi ]
devel/cmake-doc: Fix pkg-plist
- %%DOCSDIR%%/html/_static/default.css
was missing
PR: 210477
Submitted by: Tobias C.Berner <tcberner@gmail.com> (kde)
|
Mon, 18 Apr 2016
|
[ 09:54 rakuco ]
Update CMake to 3.5.2.
Announcement: https://blog.kitware.com/cmake-3-5-2-available-for-download/
PR: 208831
|
Thu, 7 Apr 2016
|
[ 17:23 rakuco ]
Update CMake to 3.5.1.
Release notes: https://blog.kitware.com/cmake-3-5-1-available-for-download/
PR: 208473
|
Fri, 25 Mar 2016
|
[ 12:42 rakuco ]
New port: devel/cmake-doc.
This port contains the documentation shipped by devel/cmake in additional
formats: HTML and QCH, the latter of which can be used by Qt Creator.
Submitted by: Ralf Nolden <nolden@kde.org> to the area51 mailing list.
|
Number of commits found: 19 |