about summary refs log tree commit diff
path: root/pkgs/tools/graphics/plotutils
AgeCommit message (Collapse)AuthorFilesLines
2023-09-07plotutils: fix build with clang 16Randy Eckenrode2-1/+48
Clang defaults to C++, which disallows the register storage class specifier. This causes the build to fail. Remove the specifier to allow clang 16 to build plotutils.
2021-08-12tools/graphics: replace name with pname&versionFelix Buehler1-2/+3
2021-01-15pkgs/tools: stdenv.lib -> libBen Siraphob1-4/+4
2020-04-10treewide: Per RFC45, remove all unquoted URLsMichael Reilly1-1/+1
2018-12-02Treewide: use HTTPS on GNU domainsc0bw3b1-1/+1
HTTP -> HTTPS for : - http://gnu.org/ - http://www.gnu.org/ - http://elpa.gnu.org/ - http://lists.gnu.org/ - http://gcc.gnu.org/ - http://ftp.gnu.org/ (except in fetchurl mirrors) - http://bugs.gnu.org/
2018-08-03treewide: Make configureFlags listsJohn Ericson1-1/+1
2018-06-04plotutils: fix parallel buildingOrivej Desh1-0/+5
E.g. https://hydra.nixos.org/build/75429322: b_closepl.c:21:10: fatal error: xmi.h: No such file or directory make[2]: *** [Makefile:958: b_closepl.lo] Error 1 make[2]: Leaving directory '/build/plotutils-2.6/libplot'
2018-01-17plotutils: regenerate debian patch url's, apply few moreWill Dietz3-10/+41
don't include the format-security patch, because it breaks a test: https://bugs.gentoo.org/618708
2017-02-07pstoedit,plotutils: fix for darwin and mark not broken (#22196)Jake Waksbaum1-1/+1
pstoedit,plotutils: fix for darwin
2016-08-27Merge branch 'master' into stagingobadz1-0/+1
Conflicts: pkgs/applications/misc/navit/default.nix pkgs/applications/networking/mailreaders/alpine/default.nix pkgs/applications/networking/mailreaders/realpine/default.nix pkgs/development/compilers/ghc/head.nix pkgs/development/libraries/openssl/default.nix pkgs/games/liquidwar/default.nix pkgs/games/spring/springlobby.nix pkgs/os-specific/linux/kernel/perf.nix pkgs/servers/sip/freeswitch/default.nix pkgs/tools/archivers/cromfs/default.nix pkgs/tools/graphics/plotutils/default.nix
2016-08-24plotutils: disable failing test on i686Franz Pletz1-7/+9
Cherry-picked from staging to facilitate merging. See f29214caed21438df6b4d961856ca3fcc4ec6e1b vs. fd6a4d23c993f22dff434233ec50db98c6eaf8ed.
2016-08-24plotutils: disable failing test on i686Franz Pletz1-4/+7
2016-08-22plotutils: disable i686 testsKranium Gikos Mendoza1-1/+3
2016-03-05Use general hardening flag toggle listsFranz Pletz1-1/+1
The following parameters are now available: * hardeningDisable To disable specific hardening flags * hardeningEnable To enable specific hardening flags Only the cc-wrapper supports this right now, but these may be reused by other wrappers, builders or setup hooks. cc-wrapper supports the following flags: * fortify * stackprotector * pie (disabled by default) * pic * strictoverflow * format * relro * bindnow
2016-02-12plotutils: turn off format hardeningRobin Gloster1-0/+2
2015-01-13unmaintain a bunch of packagesLudovic Courtès1-1/+0
2014-08-24Fix many package descriptionsBjørn Forsman1-1/+1
(My OCD kicked in today...) Remove repeated package names, capitalize first word, remove trailing periods and move overlong descriptions to longDescription. I also simplified some descriptions as well, when they were particularly long or technical, often based on Arch Linux' package descriptions. I've tried to stay away from generated expressions (and I think I succeeded). Some specifics worth mentioning: * cron, has "Vixie Cron" in its description. The "Vixie" part is not mentioned anywhere else. I kept it in a parenthesis at the end of the description. * ctags description started with "Exuberant Ctags ...", and the "exuberant" part is not mentioned elsewhere. Kept it in a parenthesis at the end of description. * nix has the description "The Nix Deployment System". Since that doesn't really say much what it is/does (especially after removing the package name!), I changed that to "Powerful package manager that makes package management reliable and reproducible" (borrowed from nixos.org). * Tons of "GNU Foo, Foo is a [the important bits]" descriptions is changed to just [the important bits]. If the package name doesn't contain GNU I don't think it's needed to say it in the description either.
2014-07-28Turn some license strings into lib.licenses valuesMateusz Kowalczyk1-1/+1
2012-10-252.6-2 moved to 2.6-3, so patches were not foundMarc Weber1-1/+1
Maybe some new important patches can be found here? http://patch-tracker.debian.org/package/plotutils/2.6-3 upstream source didn't change
2012-01-25plotutils: fix compilation with libpng15 (debian)Yury G. Kudryashov3-0/+19
svn path=/nixpkgs/branches/libpng15/; revision=31837
2009-11-06GNU Plotutils: cosmetic changes; adding myself as co-maintainer.Ludovic Courtès1-13/+32
svn path=/nixpkgs/trunk/; revision=18231
2009-10-18adding plotutilsMarc Weber1-0/+31
svn path=/nixpkgs/trunk/; revision=17862