1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-06-23 13:40:34 -04:00
Commit graph

103 commits

Author SHA1 Message Date
Dmitry Marakasov
dcfd85c6f0 devel/cppcheck: update 2.6.3 → 2.7 2022-02-09 21:40:32 +03:00
Dmitry Marakasov
749510c411 devel/cppcheck: update to 2.6.3 2021-12-20 15:53:47 +03:00
Dmitry Marakasov
e4358cae56 devel/cppcheck: update to 2.6.2 2021-11-23 20:13:32 +03:00
Dmitry Marakasov
253d6a22d7 devel/cppcheck: update to 2.6.1 2021-10-28 14:46:07 +03:00
Dmitry Marakasov
32cb4b705e devel/cppcheck{,-gui}: update to 2.6 2021-10-04 22:12:35 +03:00
Dmitry Marakasov
b9b86b85b5 devel/cppcheck: update to 2.5 2021-07-08 15:29:23 +03:00
Dmitry Marakasov
09c242403f devel/cppcheck: update to 2.4.1 2021-04-10 02:03:23 +03:00
Mathieu Arnold
305f148f48
Remove # $FreeBSD$ from Makefiles. 2021-04-06 16:31:07 +02:00
Dmitry Marakasov
4237c8b5a1 - Update to 2.2 2020-10-07 14:38:17 +00:00
Dmitry Marakasov
9e1ae55dc9 - Update to 2.1 2020-06-15 15:56:03 +00:00
Dmitry Marakasov
d09a925c5e - Update to 2.0 2020-05-26 19:06:12 +00:00
Dmitry Marakasov
4c6a332daa - Update to 1.90 2019-12-22 12:48:32 +00:00
Dmitry Marakasov
8c66039aa7 - Update to 1.89 2019-09-09 15:18:08 +00:00
Gerald Pfeifer
ea8c8ec7da 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
2019-07-26 20:46:53 +00:00
Dmitry Marakasov
cb553ee31b - Update to 1.88 2019-07-02 21:06:53 +00:00
Dmitry Marakasov
f051a97d33 - Update to 1.87 2019-02-11 17:37:53 +00:00
Tijl Coosemans
1bf487d3e7 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
in the weak wrapper resolves to the weak wrapper itself creating an infinite
call loop that overflows the stack and causes a crash.  Some of the
allocation functions are variants of C++ new and delete and it probably
depends on the compiler whether these variants are used in other parts of
Qt5Webengine.

Remove the weak wrappers (make them Linux specific).  This isn't binary
compatible but we are already breaking that with the changes to the symbol
versions.

[1] 5c2cbfccf9
[2] 2ed5054e3a
[3] 009f5ebb4b

Bump all ports that depend on Qt5.

PR:		234070
Exp-run by:	antoine
Approved by:	kde (adridg)
2019-01-16 11:13:44 +00:00
Tobias C. Berner
707c6bf295 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
2018-12-25 20:25:39 +00:00
Dmitry Marakasov
3b727993c5 - Update to 1.86 2018-12-20 13:05:29 +00:00
Gerald Pfeifer
a9f015d155 Bump PORTREVISION for ports depending on the canonical version of GCC
defined via Mk/bsd.default-versions.mk which has moved from GCC 7.4 t
GCC 8.2 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, c11, c++0x, c++11-lang,
   c++11-lib, c++14-lang, c++17-lang, or gcc-c++11-lib
plus, as a double check, everything INDEX-11 showed depending on lang/gcc7.

PR:		231590
2018-12-12 01:35:33 +00:00
Dmitry Marakasov
6e87ea070a - Update to 1.85 2018-10-26 16:52:27 +00:00
Gerald Pfeifer
09f9633cb6 Bump PORTREVISION for ports depending on the canonical version of GCC
in the ports tree (via Mk/bsd.default-versions.mk and lang/gcc) which
has now moved from GCC 6 to GCC 7 by default.

This includes ports
 - featuring USE_GCC=yes or USE_GCC=any,
 - featuring USES=fortran,
 - using Mk/bsd.octave.mk which in turn features USES=fortran, and those
 - with USES=compiler specifying one of openmp, nestedfct, c11, c++0x,
   c++11-lib, c++11-lang, c++14-lang, c++17-lang, or gcc-c++11-lib.

PR:		222542
2018-07-29 22:18:44 +00:00
Tobias C. Berner
b1a1d38bf9 Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mk
From now on, ports that depend on Qt4 will have to set
	USES=		qt:4
	USE_QT=		foo bar
ports depending on Qt5 will use
	USES=		qt:5
	USE_QT=		foo bar

PR:		229225
Exp-run by:	antoine
Reviewed by:	mat
Approved by:	portmgr (antoine)
Differential Revision:	→https://reviews.freebsd.org/D15540
2018-06-28 17:39:53 +00:00
Dmitry Marakasov
5a7e5c39cf - Regenerate patches, as patching fails in some cases (could not reproduce though)
PR:		229005
Reported by:	rozhuk.im@gmail.com
2018-06-19 13:44:20 +00:00
Dmitry Marakasov
edfd298a5c - Update to 1.84 2018-06-12 19:02:41 +00:00
Dmitry Marakasov
30f8d6e2ce - Update to 1.83 2018-04-04 20:07:09 +00:00
Dmitry Marakasov
63797b032b Fix build when Qt libs are present, but qmake is not
Reported by:	Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
2018-01-25 12:59:02 +00:00
Dmitry Marakasov
a20ba2e041 - Update to 1.82 2018-01-24 13:52:16 +00:00
Dmitry Marakasov
b98990ca5f - Remove python version limitation 2017-12-15 11:25:27 +00:00
Jan Beich
03fec4df02 Re-try ports affected by bug 193528 on powerpc* after r449590 2017-12-12 04:35:49 +00:00
Mathieu Arnold
551be3c723 Convert Python ports to FLAVORS.
Ports using USE_PYTHON=distutils are now flavored.  They will
  automatically get flavors (py27, py34, py35, py36) depending on what
  versions they support.

  There is also a USE_PYTHON=flavors for ports that do not use distutils
  but need FLAVORS to be set.  A USE_PYTHON=noflavors can be set if
  using distutils but flavors are not wanted.

  A new USE_PYTHON=optsuffix that will add PYTHON_PKGNAMESUFFIX has been
  added to cope with Python ports that did not have the Python
  PKGNAMEPREFIX but are flavored.

  USES=python now also exports a PY_FLAVOR variable that contains the
  current python flavor.  It can be used in dependency lines when the
  port itself is not python flavored.  For example, deskutils/calibre.

  By default, all the flavors are generated.  To only generate flavors
  for the versions in PYTHON2_DEFAULT and PYTHON3_DEFAULT, define
  BUILD_DEFAULT_PYTHON_FLAVORS in your make.conf.

  In all the ports with Python dependencies, the *_DEPENDS entries MUST
  end with the flavor so that the framework knows which to build/use.
  This is done by appending '@${PY_FLAVOR}' after the origin (or
  @${FLAVOR} if in a Python module with Python flavors, as the content
  will be the same).  For example:

    RUN_DEPENDS= ${PYTHON_PKGNAMEPREFIX}six>0:devel/py-six@${PY_FLAVOR}

PR:		223071
Reviewed by:	portmgr, python
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D12464
2017-11-30 15:50:30 +00:00
Antoine Brodin
13ca35d735 Fix the context of some patches so that they apply with stricter patch(1)
PR:		223545
With hat:	portmgr
2017-11-09 20:09:18 +00:00
Dmitry Marakasov
202031d76c - Update to 1.81 2017-10-11 13:42:38 +00:00
Gerald Pfeifer
e59c88cece 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
2017-09-10 20:55:38 +00:00
Dmitry Marakasov
06a52e8726 - Update to 1.80 2017-08-20 11:57:52 +00:00
Dmitry Marakasov
e4a2f3ae51 - Move cppcheck gui into separate port, devel/cppcheck-gui 2017-07-05 10:45:42 +00:00
Dmitry Marakasov
c9bbe54ef5 - Update to 1.79
- Fix segfault due to conflict between bundled and system tinyxml [1]
- Switch to cmake build, simplifying the port
- Enable GUI

PR:		217881 [1], 218876 [1]
2017-05-31 20:07:15 +00:00
Mark Linimon
fa74598719 Mark some ports failing on power64. In cases where the error message
was a stub, provide a real one.

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
Reported by:	swills
2017-05-21 21:55:08 +00:00
Dmitry Marakasov
0a4ba19cd2 - Add missing python dependency (both build- and runtime)
- Fix shebang in python script

Reported by:	Walter Schwarzenfeld <w.schwarzenfeld@utanet.at>
2017-04-12 17:24:33 +00:00
Dmitry Marakasov
2b3838ff61 - Update to 1.78 2017-04-10 13:24:23 +00:00
Gerald Pfeifer
04d6f52202 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
2017-04-01 15:23:30 +00:00
Dmitry Marakasov
a50dbd361d - Update to 1.77 2017-01-10 18:29:03 +00:00
Dmitry Marakasov
138a7030c2 - Update to 1.76.1 2016-10-17 15:50:31 +00:00
Dmitry Marakasov
b75a7e79ac - Update to 1.76 2016-10-11 02:24:48 +00:00
Dmitry Marakasov
889d0c7065 - Update to 1.75 2016-08-15 00:08:07 +00:00
Dmitry Marakasov
0b009efd6f - Update to 1.74 2016-06-20 20:57:30 +00:00
Dmitry Marakasov
36deb3c072 - Update to 1.73 2016-04-19 19:34:14 +00:00
Mathieu Arnold
4e1b79a0a6 Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:00:51 +00:00
Dmitry Marakasov
1c79ab0d9b - Update to 1.72 2016-01-14 13:07:29 +00:00
Dmitry Marakasov
b9398223bd Convert LICENSE= "GPLxx # or later" to "GPLxx+"
Approved by:	portmgr blanket
2016-01-12 16:20:31 +00:00