2020-08-28 19:09:13 by Thomas Klausner | Files touched by this commit (2) |
Log message:
graphviz: default gtk option to off
Reduce rarely used dependency for package that's quite low in some
dependency chains.
Bump PKGREVISION.
|
2020-08-17 22:20:41 by Leonardo Taccari | Files touched by this commit (2202) |
Log message:
*: revbump after fontconfig bl3 changes (libuuid removal)
|
2020-08-11 12:03:57 by Thomas Klausner | Files touched by this commit (2) |
Log message:
graphviz: fix PLIST
When swig is not pulled in, two files are not created. Fix PLIST logic
in that case.
|
2020-08-09 18:04:44 by Roland Illig | Files touched by this commit (1) |
Log message:
graphics/graphviz: fix build with BSD make
BSD make does not know the $< variable in explicit rules, it only knows
it for inference rules like ".c.o". This resulted in $< expanding to an
empty string, which in turn got the build stuck because it tried to read
from stdin. But not in parallel mode, where stdin was redirected to an
empty file, resulting in an empty PostScript file being installed.
Fixes PR pkg/55539.
|
2020-08-07 22:49:36 by Paul Goyette | Files touched by this commit (1) |
Log message:
The gv.3python files are not conditional on the lua option
|
2020-08-05 01:30:42 by David H. Gutteridge | Files touched by this commit (1) |
Log message:
graphviz: gts is no longer an option
|
2020-08-04 00:38:23 by Tobias Nygren | Files touched by this commit (1) |
Log message:
graphviz: needs groff
|
2020-07-28 09:07:21 by Thomas Klausner | Files touched by this commit (1) |
Log message:
graphviz: add missing build dependency on ghostscript
|
2020-07-27 22:44:16 by Adam Ciarcinski | Files touched by this commit (9) | |
Log message:
graphviz: updated to 2.44.1
2.44.1
Added
applied RH patches (from graphviz-2.42.2-8.fc32.src.rpm)
graphviz-2.42.2-coverity-scan-fixes.patch
graphviz-2.42.2-dotty-menu-fix.patch
graphviz-2.42.2-ocaml-allow-const-cast.patch
some allocation failures that could previously allow memory corruption now exit
lab_gamut.3.pdf is no longer included in release archives
Changed
Windows binaries available at https://www2.graphviz.org/Packages/ instead of
https://ci.appveyor.com/project/ellson/graphviz-pl238
Retarget Windows builds to Visual Studio 2019 and toolset v142
Fixed
Released Ubuntu packages does not contain language bindings for Python3
Neato's hier mode is broken since v2.44.0
Segmentation fault (core dumped)
2.44.0
Added
New SGD mode in neato
Add pkg-config files
tred: add feature to output removed edges to stderr upon request
Workaround: avoid creating a virtual edge loop.
Add riscv64 to host_cpu configure.ac
lib/cgraph: include empty malloc.h from subdir include
lib/gvpr: compile mkdefs with $(HOSTCC) rather than $(CC)
lib/vpsc: rename bcopy->b_copy
Fixed
MSB4018 The NativeCodeAnalysis task failed unexpectedly.
|
2020-05-15 08:02:55 by Roland Illig | Files touched by this commit (1) |
Log message:
graphics/graphviz: skip check for unknown configure options
|