2023-06-07 12:09:47 by Thomas Klausner | Files touched by this commit (2) |
Log message:
gnuplot: switch (default-off) wxwidgets option to wxGTK32
|
2023-06-06 14:42:56 by Taylor R Campbell | Files touched by this commit (1319) |
Log message:
Mass-change BUILD_DEPENDS to TOOL_DEPENDS outside mk/.
Almost all uses, if not all of them, are wrong, according to the
semantics of BUILD_DEPENDS (packages built for target available for
use _by_ tools at build-time) and TOOL_DEPEPNDS (packages built for
host available for use _as_ tools at build-time).
No change to BUILD_DEPENDS as used correctly inside buildlink3.
As proposed on tech-pkg:
https://mail-index.netbsd.org/tech-pkg/2023/06/03/msg027632.html
|
2023-05-22 23:00:50 by Thomas Klausner | Files touched by this commit (645) |
Log message:
*: bump for libproxy 0.5
|
2023-05-22 13:39:04 by Thomas Klausner | Files touched by this commit (56) |
Log message:
*: recursive bump for libimagequant 4.x
|
2023-05-06 21:09:54 by Ryo ONODERA | Files touched by this commit (687) |
Log message:
*: Recursive revbump from audio/libopus 1.4
|
2023-04-19 10:12:01 by Adam Ciarcinski | Files touched by this commit (2359) | |
Log message:
revbump after textproc/icu update
|
2023-04-03 22:21:34 by Niclas Rosenvik | Files touched by this commit (436) |
Log message:
Revbump due to dependecy change in qt5-qtbase
Since these dependecies are bundled with
qt5-qtbase and not exposed to qt5 using
applications directly, only bump direct users
of qt5-qtbase.
|
2023-03-31 17:04:12 by Hauke Fath | Files touched by this commit (2) |
Log message:
While gnuplot does not use libXaw, it does use one of the package's
dependencies(xorgproto), which nowe ends up missing in an x11-only build.
Let me guess - the change wasn't build-tested?
|
2023-03-16 10:48:12 by Thomas Klausner | Files touched by this commit (2) |
Log message:
gnuplot: remove libXaw buildlink3.mk for x11 option
The library is not used by gnuplot.
Bump PKGREVISION.
|
2023-03-10 23:27:39 by Ryo ONODERA | Files touched by this commit (2) |
Log message:
gnuplot: Update to 5.4.6
Changelog:
Changes in 5.4.6
================
* NEW set key {columns <exact no of columns>}
set key {keywidth <exact width>}
* NEW XDG support
startup file: $XDG_CONFIG_HOME/gnuplot/gnuplotrc
history file: $XDG_STATE_HOME/gnuplot_history
wxt configuration: $XDG_CONFIG_HOME/gnuplot/gnuplot-wxt.conf
* CHANGE remove "alldoc" build target
* CHANGE plot with polygons fillstyle empty really does mean empty
* FIX windows: various problems mixing piped input and stdin Bug #2491
* FIX x11: bad interactions of lt nodraw, bgnd and dash pattern Bug #2572
* FIX wxt: export-to-file widget should preserve line properties
* FIX svg: set initial default fill to "none"
* FIX png: back-compatibility with very old versions of gdlib Bug #2579
* FIX variable pointtype, pointsize in plot style yerrorlines
* FIX border color for polygons with variable fillcolor
* FIX definition followed by iteration in a plot command Bug #2580
* FIX parametric plot with filledcurves y1=<limit> Bug #1797
|