Commit graph

267 commits

Author SHA1 Message Date
Dirk Meyer
0065c7d4ab - order USES 2018-12-30 14:05:27 +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
Rene Ladan
99d6d12a38 Mark QT4 ports/functionality for removal on 2019-03-15
While here, chase some KDE4 ports and functionality, these are scheduled for
removal on 2018-12-31. Change the default option/flavor to QT5 where applicable
or use alternative toolkits like GTK.

Submitted by:	tcberner
Reviewed by:	adridg, jhale, rene, tcberner
Approved by:	portmgr (implicit, flavor hook)
Differential Revision:	https://reviews.freebsd.org/D17741
2018-12-02 15:41:47 +00:00
Rene Ladan
8a502cb2d4 Remove compatibility code for FreeBSD < 11.2 from all ports.
Simplify some ports where DragonFlyBSD no longer needs to be special-cased.
Submitted by:	rene
Reviewed by:	bapt, jbeich
Differential Revision:	https://reviews.freebsd.org/D17724
2018-11-02 13:32:34 +00:00
Tobias Kortkamp
867a9a9750 Avoid accidentally auto-activating librsvg2 support in graphics/graphviz 2018-10-16 08:23:04 +00:00
Antoine Brodin
39aa490bf9 Fix packaging
Reported by:	pkg-fallout
2018-10-16 05:35:51 +00:00
Mathieu Arnold
4b92af08c8 Remove LIBRSVG2 option, it creates a dependency loop.
It is also discouraged upstream, graphviz can create svg without it.
2018-10-15 17:10:42 +00:00
Mark Linimon
aecf049634 Fix build on gcc-based archs by updating USES.
Tested on powerpc64 and amd64 (for no regression).

While here, pet portlint.

Approved by:	portmgr (tier-2 blanket)
2018-09-22 05:30:31 +00:00
Dirk Meyer
6a457e5a10 - update MASTER_SITES
PR:		231336
2018-09-16 05:48:52 +00:00
Fernando Apesteguía
d177d8bc64 devel/boehm-gc: update to 7.6.8
ChangeLog: https://github.com/ivmai/bdwgc/releases/tag/v7.6.8

* Giving maintainership to yasu@utahime.org
* Bumping PORTREVISION for dependent ports

PR:	230577
Submitted by:	yasu@utahime.org
Approved by:	tcberner (mentor)
Differential Revision:	https://reviews.freebsd.org/D16704
2018-08-31 18:27:13 +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
Carlos J. Puga Medina
53af4526a2 Bump PORTREVISION due upgrade of devel/boehm-gc to 7.6.6
PR:		228597
Approved by:	portmgr (antoine)
2018-06-01 10:16:41 +00:00
Dmitry Marakasov
4c7c37a8c6 - Switch to USES=localbase
- Always check OPSYS along with OSVERSION

Approved by:	portmgr blanket
2018-04-17 13:30:59 +00:00
Carlos J. Puga Medina
1b01573f84 Bump PORTREVISION due upgrade of devel/boehm-gc to 7.6.4
PR:		225560
Submitted by:	Yasuhiro KIMURA <yasu@utahime@org>
Reviewed by:	cpm
Approved by:	portmgr (antoine)
2018-03-10 11:22:59 +00:00
Dirk Meyer
afa0491149 - add depedency groff 2018-01-30 23:57:22 +00:00
Mark Linimon
3ef3461740 For ports that are explicitly enabled on armv6, also enable them
on armv7.  This has not been tested with an -exp run but should
"do no harm".

PR:		221894 (partial)
2017-10-10 21:31:30 +00:00
Dirk Meyer
f762c93049 - fix build on armv6
PR:		220591
Submitted by:	Mikael Urankar
2017-07-11 08:28:43 +00:00
Dirk Meyer
4a404e03ac - support build with php5.6
PR:		220293
Submitted by:	Dmitry Marakasov
2017-07-06 12:02:23 +00:00
Dirk Meyer
74e0aca875 - use more OPTION_VARS
- switch some conditions to options helpers
- allow build with php7.1
PR:		220293
Submitted by:	Dmitry Marakasov
2017-06-28 12:07:46 +00:00
Dirk Meyer
0936182216 - use OPTION_VARS= SHEBANG_FILES+=
- extend SHEBANG_FILES for modgraph.py
- fix PYTHON_LDFLAGS
- remove tcl workaround
PR:		219511
Submitted by:	John Hein

- extend SHEBANG_FILES for modgraph.pl
2017-05-30 19:49:33 +00:00
Matthew Rezny
b760897dde Revision bump of all ports with USE_GL after consolidation of mesa-libs
Approved by:	swills (mentor)
Differential Revision:	https://reviews.freebsd.org/D10845
2017-05-23 05:03:14 +00:00
Mathieu Arnold
62b9c08048 Ports should not force the php version they use.
Sponsored by:	Absolight
2017-03-30 14:28:07 +00:00
Dmitry Marakasov
7bd499a470 - Fix typos in option descriptions
Approved by:	portmgr blanket
2017-02-14 14:42:31 +00:00
Dirk Meyer
35a76c4c2d - use *_IMPLIES
PR:		216791
Submitted by:	Tobias Kortkamp
2017-02-09 09:55:24 +00:00
Dirk Meyer
abe7e68721 - make portlint happier 2017-02-09 09:54:34 +00:00
Dirk Meyer
e1183199fb - update to 2.40.1
- add LICENSE
2017-01-04 22:08:55 +00:00
Dirk Meyer
b57333bc5b - use egrep for portability
PR:		215089
Submitted by:	Raphael Kubo da Costa
2016-12-08 20:30:29 +00:00
Dirk Meyer
43b634d58e - enable sparc64 2016-11-19 14:52:52 +00:00
Dirk Meyer
903c637421 - fix build on aarch64
PR:		213864
Submitted by:	Andrew Turner
2016-11-13 23:53:07 +00:00
Dirk Meyer
8598f4d791 - use ONLY_FOR_ARCHS
PR:		213864
2016-11-06 18:17:30 +00:00
Dirk Meyer
aba66cc916 - disable build on arm
PR:		213864
2016-11-06 15:50:26 +00:00
Dirk Meyer
c5198c75db - fix path to vimdot
Submitted by:	Jonathan Anderson
2016-10-20 20:49:40 +00:00
Dmitry Marakasov
30a00f2227 Most commonly used build systems support silent builds, when they
hide actual commands executed and only show short summary line (like
"CC foo.c"). CMake and ninja enable this by default, some autotools
using ports do as well. This is unacceptable because we need complete
build logs at any time, so we now switch to verbose build logs
unconditionally. Note that this change deliberately affects ALL
builds and not only package builds on cluster, because we need to
be sure that user experiencing failure can always provide informative
build log regardless of settings and without rerunning the build.

Change summary:

- Always do verbose builds for cmake, ninja and GNU configure (the
  latter includes check if --disable-silent-rules is actually supported
  by the configure script; there are isolated cases when it's not true)
- Remove CMAKE_VERBOSE, NINJA_VERBOSE and
  CONFIGURE_ARGS=--disable-silent-rules from all ports which set them
  for this is no longer needed
- Revert hacks for --disable-silent-rules support priorly committed
  to biology/ncbi-blast+ and net-p2p/mldonkey - no longer needed as well

Submitted by:	amdmi3
Reviewed by:	mat
Exp-run by:	antoine
Approved by:	portmgr (mat, antoine)
Differential Revision:	D7534
2016-09-09 19:42:46 +00:00
Dirk Meyer
3561a46f28 - update libgd to 2.2.2
- new MASTER_SITES
- add security patch
PR:		210913
Submitted by:	Piotr Kubaj
MFH:		2016Q3
Security: CVE-2015-8874
Security: CVE-2016-3074
Security: http://www.openwall.com/lists/oss-security/2016/07/12/4
2016-07-20 09:33:31 +00:00
Mathieu Arnold
dca255c3ce Convert USE_PHP*=yes into USES=php*
PR:		210529
Submitted by:	mat
Exp-run by:	antoine
Sponsored by:	Absolight
Differential Revision:	https://reviews.freebsd.org/D6936
2016-06-28 14:00:45 +00:00
Dmitry Marakasov
c86e9d9724 Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled by default anyway and don't need to be listed
Approved by:	portmgr blanket
2016-05-23 20:35:01 +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
Tijl Coosemans
77760fcb63 Make print/ghostscript9-agpl-base the default Ghostscript port. Upstream
changed the license to the AGPL 3 in version 9.07 so print/ghostscript9-base
is stuck at 9.06 which is almost 4 years old now.

Fix the logic in Uses/ghostscript.mk so "agpl" is treated as a real version
on its own instead of as a variant of other versions.

Fix print/ghostscript9-agpl-base to install eps2write.

Update math/asymptote to 2.37 to support newer Ghostscript.

PR:		208159
Exp-run by:	antoine
Approved by:	portmgr (antoine)
2016-03-24 15:47:50 +00:00
Kubilay Kocak
6e81a372bc graphics/graphviz: Enable verbose build
Approved by:	portmgr (framework)
2016-02-07 07:20:24 +00:00
Koop Mast
cf649469f2 Update poppler to 0.40.0. [1]
Add patches to py-poppler [2] and rubygem-poppler [3] to fix the build
of these ports with poppler 0.39+.

PR:		206293 [1]
Submitted by:	olivierd@ [1]
Obtained from:	ubuntu [2], rubygem-poppler upstream [3]
2016-01-21 19:40:10 +00:00
Dirk Meyer
26252393ac - cleanup style 2016-01-16 12:49:30 +00:00
Antoine Brodin
8acb8b4a12 Unbreak build on head
With hat:	portmgr
2016-01-14 22:26:42 +00:00
Dirk Meyer
32dddead56 - mark BROKEN on CURRENT 2016-01-13 22:13:38 +00:00
Dirk Meyer
a1aad24c56 - make option NVTHREADS default
PR:		203537
Submitted by:	Tobias Kortkamp
2015-10-29 06:12:50 +00:00
Dirk Meyer
c7a87e0e6c - cleanup 2015-10-08 04:11:34 +00:00
Dirk Meyer
4d0d676f4a - use guile-2.0, use swig-3.0
- fixing OPTION GUILE, and OPTION PHP
PR:		202506
Submitted by:	pi
2015-09-05 14:50:54 +00:00
Koop Mast
757724fd75 Update poppler to 0.34.0. [1]
Chase all users of shlib version change of libpoppler.so.

PR:		201477 [1]
Submitted by:	olivierd@ [1]
2015-08-02 16:06:16 +00:00
Dirk Meyer
9de6081fd0 - import security fix from git
Security: format string vulnerability
2015-07-29 13:01:15 +00:00
Koop Mast
68f883edfc Convert code in bsd.port.mk for USE_GHOSTSCRIPT* to USES=ghostscript.
Add GHOSTSCRIPT_DEFAULT to bsd.default-versions.mk for easy version selection.
Arguments supported: <empty>, build, run, nox11 and agpl

PR:		201201 (exp-run)
Approved by:	portmgr (mat@)
Exp run by:	antione@ (previous patch)
Differential Revision:	https://reviews.freebsd.org/D2938
2015-07-16 20:53:28 +00:00
Antoine Brodin
6e5719ca80 Convert to USES=jpeg 2015-06-22 18:33:20 +00:00