aboutsummaryrefslogtreecommitdiff
path: root/graphics/graphviz
Commit message (Collapse)AuthorAgeFilesLines
* - fix bug from r496028Dirk Meyer2019-03-181-0/+1
| | | | | | | PR: 236606 Notes: svn path=/head/; revision=496146
* graphics/graphviz: remove GVEDIT option (Qt4 deprecation)Tobias C. Berner2019-03-172-16/+2
| | | | | | | Approved by: portmgr (implicit) Notes: svn path=/head/; revision=496028
* - order USESDirk Meyer2018-12-301-3/+2
| | | | Notes: svn path=/head/; revision=488718
* Bump PORTREVISION for ports depending on the canonical version of GCCGerald Pfeifer2018-12-121-1/+1
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=487272
* Mark QT4 ports/functionality for removal on 2019-03-15Rene Ladan2018-12-021-0/+5
| | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=486467
* Remove compatibility code for FreeBSD < 11.2 from all ports.Rene Ladan2018-11-021-2/+0
| | | | | | | | | | 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 Notes: svn path=/head/; revision=483807
* Avoid accidentally auto-activating librsvg2 support in graphics/graphvizTobias Kortkamp2018-10-161-0/+1
| | | | Notes: svn path=/head/; revision=482210
* Fix packagingAntoine Brodin2018-10-161-4/+0
| | | | | | | Reported by: pkg-fallout Notes: svn path=/head/; revision=482203
* Remove LIBRSVG2 option, it creates a dependency loop.Mathieu Arnold2018-10-151-4/+1
| | | | | | | It is also discouraged upstream, graphviz can create svg without it. Notes: svn path=/head/; revision=482161
* Fix build on gcc-based archs by updating USES.Mark Linimon2018-09-221-2/+3
| | | | | | | | | | | Tested on powerpc64 and amd64 (for no regression). While here, pet portlint. Approved by: portmgr (tier-2 blanket) Notes: svn path=/head/; revision=480340
* - update MASTER_SITESDirk Meyer2018-09-161-1/+1
| | | | | | | PR: 231336 Notes: svn path=/head/; revision=479876
* devel/boehm-gc: update to 7.6.8Fernando Apesteguía2018-08-311-1/+1
| | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=478604
* Replace bsd.qt.mk by Uses/qt.mk and Uses/qt-dist.mkTobias C. Berner2018-06-281-2/+3
| | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=473503
* Bump PORTREVISION due upgrade of devel/boehm-gc to 7.6.6Carlos J. Puga Medina2018-06-011-1/+1
| | | | | | | | PR: 228597 Approved by: portmgr (antoine) Notes: svn path=/head/; revision=471254
* - Switch to USES=localbaseDmitry Marakasov2018-04-171-4/+3
| | | | | | | | | - Always check OPSYS along with OSVERSION Approved by: portmgr blanket Notes: svn path=/head/; revision=467600
* Bump PORTREVISION due upgrade of devel/boehm-gc to 7.6.4Carlos J. Puga Medina2018-03-101-1/+1
| | | | | | | | | | PR: 225560 Submitted by: Yasuhiro KIMURA <yasu@utahime@org> Reviewed by: cpm Approved by: portmgr (antoine) Notes: svn path=/head/; revision=464068
* - add depedency groffDirk Meyer2018-01-301-2/+2
| | | | Notes: svn path=/head/; revision=460450
* For ports that are explicitly enabled on armv6, also enable themMark Linimon2017-10-101-0/+3
| | | | | | | | | | on armv7. This has not been tested with an -exp run but should "do no harm". PR: 221894 (partial) Notes: svn path=/head/; revision=451721
* - fix build on armv6Dirk Meyer2017-07-111-0/+4
| | | | | | | | PR: 220591 Submitted by: Mikael Urankar Notes: svn path=/head/; revision=445473
* - support build with php5.6Dirk Meyer2017-07-061-3/+11
| | | | | | | | PR: 220293 Submitted by: Dmitry Marakasov Notes: svn path=/head/; revision=445137
* - use more OPTION_VARSDirk Meyer2017-06-281-19/+11
| | | | | | | | | | - switch some conditions to options helpers - allow build with php7.1 PR: 220293 Submitted by: Dmitry Marakasov Notes: svn path=/head/; revision=444569
* - use OPTION_VARS= SHEBANG_FILES+=Dirk Meyer2017-05-301-19/+8
| | | | | | | | | | | | | - extend SHEBANG_FILES for modgraph.py - fix PYTHON_LDFLAGS - remove tcl workaround PR: 219511 Submitted by: John Hein - extend SHEBANG_FILES for modgraph.pl Notes: svn path=/head/; revision=442117
* Revision bump of all ports with USE_GL after consolidation of mesa-libsMatthew Rezny2017-05-231-1/+1
| | | | | | | | Approved by: swills (mentor) Differential Revision: https://reviews.freebsd.org/D10845 Notes: svn path=/head/; revision=441503
* Ports should not force the php version they use.Mathieu Arnold2017-03-301-1/+1
| | | | | | | Sponsored by: Absolight Notes: svn path=/head/; revision=437298
* - Fix typos in option descriptionsDmitry Marakasov2017-02-141-2/+2
| | | | | | | Approved by: portmgr blanket Notes: svn path=/head/; revision=434111
* - use *_IMPLIESDirk Meyer2017-02-091-49/+8
| | | | | | | | PR: 216791 Submitted by: Tobias Kortkamp Notes: svn path=/head/; revision=433718
* - make portlint happierDirk Meyer2017-02-096-22/+25
| | | | Notes: svn path=/head/; revision=433717
* - update to 2.40.1Dirk Meyer2017-01-047-154/+114
| | | | | | | - add LICENSE Notes: svn path=/head/; revision=430598
* - use egrep for portabilityDirk Meyer2016-12-081-0/+15
| | | | | | | | PR: 215089 Submitted by: Raphael Kubo da Costa Notes: svn path=/head/; revision=428157
* - enable sparc64Dirk Meyer2016-11-191-1/+1
| | | | Notes: svn path=/head/; revision=426377
* - fix build on aarch64Dirk Meyer2016-11-132-2/+15
| | | | | | | | PR: 213864 Submitted by: Andrew Turner Notes: svn path=/head/; revision=426075
* - use ONLY_FOR_ARCHSDirk Meyer2016-11-061-1/+1
| | | | | | | PR: 213864 Notes: svn path=/head/; revision=425575
* - disable build on armDirk Meyer2016-11-061-0/+2
| | | | | | | PR: 213864 Notes: svn path=/head/; revision=425500
* - fix path to vimdotDirk Meyer2016-10-201-0/+20
| | | | | | | Submitted by: Jonathan Anderson Notes: svn path=/head/; revision=424356
* Most commonly used build systems support silent builds, when theyDmitry Marakasov2016-09-091-2/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 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 Notes: svn path=/head/; revision=421635
* - update libgd to 2.2.2Dirk Meyer2016-07-201-1/+1
| | | | | | | | | | | | | | - 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 Notes: svn path=/head/; revision=418829
* Convert USE_PHP*=yes into USES=php*Mathieu Arnold2016-06-281-1/+1
| | | | | | | | | | | PR: 210529 Submitted by: mat Exp-run by: antoine Sponsored by: Absolight Differential Revision: https://reviews.freebsd.org/D6936 Notes: svn path=/head/; revision=417719
* Remove NLS, DOCS, EXAMPLES and IPV6 from OPTIONS_DEFAULT, they are enabled ↵Dmitry Marakasov2016-05-231-1/+1
| | | | | | | | | by default anyway and don't need to be listed Approved by: portmgr blanket Notes: svn path=/head/; revision=415742
* Remove ${PORTSDIR}/ from dependencies, categories d, e, f, and g.Mathieu Arnold2016-04-011-17/+17
| | | | | | | | With hat: portmgr Sponsored by: Absolight Notes: svn path=/head/; revision=412346
* Make print/ghostscript9-agpl-base the default Ghostscript port. UpstreamTijl Coosemans2016-03-241-1/+1
| | | | | | | | | | | | | | | | | | | 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) Notes: svn path=/head/; revision=411798
* graphics/graphviz: Enable verbose buildKubilay Kocak2016-02-071-1/+2
| | | | | | | Approved by: portmgr (framework) Notes: svn path=/head/; revision=408346
* Update poppler to 0.40.0. [1]Koop Mast2016-01-211-1/+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] Notes: svn path=/head/; revision=406872
* - cleanup styleDirk Meyer2016-01-161-4/+4
| | | | Notes: svn path=/head/; revision=406216
* Unbreak build on headAntoine Brodin2016-01-141-2/+4
| | | | | | | With hat: portmgr Notes: svn path=/head/; revision=406128
* - mark BROKEN on CURRENTDirk Meyer2016-01-131-0/+2
| | | | Notes: svn path=/head/; revision=406072
* - make option NVTHREADS defaultDirk Meyer2015-10-291-2/+2
| | | | | | | | PR: 203537 Submitted by: Tobias Kortkamp Notes: svn path=/head/; revision=400442
* - cleanupDirk Meyer2015-10-081-3/+2
| | | | Notes: svn path=/head/; revision=398802
* - use guile-2.0, use swig-3.0Dirk Meyer2015-09-052-20/+19
| | | | | | | | | - fixing OPTION GUILE, and OPTION PHP PR: 202506 Submitted by: pi Notes: svn path=/head/; revision=396178
* Update poppler to 0.34.0. [1]Koop Mast2015-08-021-1/+1
| | | | | | | | | | Chase all users of shlib version change of libpoppler.so. PR: 201477 [1] Submitted by: olivierd@ [1] Notes: svn path=/head/; revision=393431
* - import security fix from gitDirk Meyer2015-07-293-1/+32
| | | | | | | Security: format string vulnerability Notes: svn path=/head/; revision=393157