Ben Siraphob
5d566c43b4
pkgs/applications: pkgconfig -> pkg-config
2021-01-16 23:49:59 -08:00
Ben Siraphob
108bdac3d9
pkgs/applications: stdenv.lib -> lib
2021-01-15 14:24:03 +07:00
Michael Reilly
84cf00f980
treewide: Per RFC45, remove all unquoted URLs
2020-04-10 17:54:53 +01:00
volth
08f68313a4
treewide: remove redundant rec
2019-08-28 11:07:32 +00:00
Maximilian Bosch
3cad8fba29
w3m-nox: fix build
...
In the latest version (0.5.3+git20190105), `<X11/xlib.h>` isn't directly
included in `fb_imlib2.c` anymore, however it's used by `<Imlib.h>`
which broke our patch which disables X11 here.
Hydra build failure: https://hydra.nixos.org/build/93730733
See also 2266d1bd98
2019-05-25 11:53:54 +02:00
Will Dietz
050584c78c
w3m: 0.5.3+git20180125 -> 0.5.3+git20190105
...
https://github.com/tats/w3m/blob/v0.5.3%2Bgit20190105/NEWS
2019-03-03 22:17:55 -06:00
Will Dietz
5bb035ac5c
w3m: pname/version
2019-03-03 22:17:53 -06:00
Jan Malakhovski
8cbe72a923
w3m: move defaults to package file
2019-02-03 15:30:24 +00:00
Jörg Thalheim
999387d718
w3m: fix cross-build
2018-12-11 18:13:21 +01:00
Will Dietz
4249f77260
w3m: 20161120 -> 20180125
...
https://raw.githubusercontent.com/tats/w3m/v0.5.3+git20180125/NEWS
Include some CVE fixes it would appear.
2018-10-18 11:17:00 -05:00
Pascal Wittmann
1ab197b9e7
w3m: add license
...
see issue #43716
2018-08-04 16:08:03 +02:00
Ben Gamari
d72c4c694f
w3m: Enable cross-compilation
2018-02-13 09:44:26 -06:00
Yegor Timoshenko
506c89c30a
maintainers: remove mornfall from packages
2018-01-17 05:17:33 +00:00
John Ericson
531e4b80c9
misc pkgs: Basic sed to get fix pkgconfig
and autoreconfHook
buildInputs
...
Only acts on one-line dependency lists.
2017-09-21 15:49:53 -04:00
David McFarland
f254af9c19
w3m: remove old cygwin patch
2017-06-26 09:26:10 -03:00
Alexey Shmalko
09b3df542d
w3m: fix package name
...
nix-repl> builtins.parseDrvName "w3m-v0.5.3+git20161120"
{ name = "w3m-v0.5.3+git20161120"; version = ""; }
nix-repl> builtins.parseDrvName "w3m-0.5.3+git20161120"
{ name = "w3m"; version = "0.5.3+git20161120"; }
2017-01-21 15:02:02 +02:00
Graham Christensen
a3b746851f
w3m: 0.5.3-2015-12-20 -> 0.5.3+git20161120 for many CVEs
...
c94a28011f/NEWS
\#L1-L52
2016-11-23 23:23:49 -05:00
Robin Gloster
1b979d8384
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-08-03 13:34:44 +00:00
Tuomas Tynkkynen
21f17d69f6
treewide: Add lots of meta.platforms
...
Build-tested on x86_64 Linux & Mac.
2016-08-02 21:42:43 +03:00
Robin Gloster
2d382f3d98
Merge remote-tracking branch 'upstream/master' into hardened-stdenv
2016-05-30 19:39:34 +00:00
Tuomas Tynkkynen
2a73de6e6c
treewide: Make explicit that 'dev' output of openssl is used
2016-05-19 10:02:23 +02:00
Tuomas Tynkkynen
825bd69b38
treewide: Make explicit that 'dev' output of boehmgc is used
2016-05-19 10:00:27 +02:00
Franz Pletz
aff1f4ab94
Use general hardening flag toggle lists
...
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-03-05 18:55:26 +01:00
Robin Gloster
f6d3b7a2ae
switch hardening flags
2016-01-30 16:36:57 +00:00
Franz Pletz
954e9903ad
Use a hardened stdenv by default
2016-01-30 16:36:57 +00:00
Jakob Gillich
c8b231a40c
w3m: update to actively maintained debian repo
...
The official repository has last been updated in 2013,
meanwhile there are a lot of issues like non-existant
certificate verification. The debian repository is actively
maintained and already includes most of our custom patches,
so we use it instead.
Fixes #12257 , closes #12259 .
vcunat appended commit date to version.
2016-01-14 13:06:48 +01:00
Charles Strahan
9e34985430
w3m: use Arch patches
...
Fix the built-in help (perl.patch)
https://bugs.archlinux.org/task/45608
Properly link w3mimgdisplay to x11
https://bbs.archlinux.org/viewtopic.php?id=196093
Fix rendering bug in w3mimgdisplay (w3m_rgba.patch)
https://github.com/hut/ranger/issues/86
Don't ignore input tags with invalid types (form_unkown.patch)
http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=615843
Fix a segfault when using https (https.patch)
https://bugzilla.redhat.com/show_bug.cgi?id=707994
2015-12-25 15:26:14 -05:00
Robin Gloster
f8ee267576
w3m: do not always link to RAND_egd for openssl
...
This fixes the build for libressl >= 2.3 as RAND_egd has been removed as
it is insecure.
2015-12-23 22:10:01 +00:00
Jan Malakhovski
53f93b0b7e
w3m: turn off mouseSupport on Darwin
...
Fixes an issue reported at https://github.com/NixOS/nixpkgs/pull/11222/files#r46774825
2015-12-06 20:44:29 +00:00
Jan Malakhovski
caed1528a3
w3m: fix w3mimgdisplay, refactor the expression, make batch and nox versions, use batch version where appropriate
2015-11-26 00:34:09 +00:00
Danny Wilson
62ff7367d5
LDFLAGS hack is only required for SmartOS builds
2015-11-17 11:21:12 +01:00
Danny Wilson
546601cf4b
SmartOS: Fix w3m build
2015-11-16 17:20:11 +01:00
Vladimír Čunát
21e3ff658a
x11: replace its usage by xlibsWrapper directly
...
Scilab note: the parameters already had pointed to nonexistent dirs
before this set of refactoring. But that config wasn't even used by
default.
2015-09-15 12:08:24 +02:00
Pascal Wittmann
f16eea1867
w3m: use gpm with ncurses support
...
fixes #9652
2015-09-14 17:47:32 +02:00
Marko Durkovic
d917f8c7c9
cygwin: w3m
2015-05-28 10:53:35 +02:00
Pascal Wittmann
8d67b9a240
transformed meta.maintainers of some packages into lists
2014-09-13 13:52:02 +02:00
Petr Rockai
6f5be260b4
Adopt packages.
2014-01-28 17:31:17 +01:00
Eelco Dolstra
d1c548cdd7
w3m: Disable parallel building
...
Possible random build failures due to parallelism.
http://hydra.nixos.org/build/3741468
2013-01-17 14:35:52 +01:00
Eelco Dolstra
877838870e
w3m: Fix build
...
http://hydra.nixos.org/build/3081853
2012-10-16 14:33:08 -04:00
aszlig
9d71bb96c0
w3m: Add mouse support for completeness.
...
I'm personally not using mouse/gpm support for w3m, because I find it somewhat
too awkward when copy/pasting text. But maybe there are users out there who want
to have it.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-09-10 19:54:54 +02:00
aszlig
194e9d929c
w3m: Add support for fbcon image display.
...
This builds the w3m image helper with fbcon support if the derivation is called
with graphicsSupport set to true. This change shouldn't break anything as
graphicsSupport is disabled by default, so in any case it could only break
things for users explicitly passing the attribute.
Signed-off-by: aszlig <aszlig@redmoonstudios.org>
2012-09-10 19:54:53 +02:00
Laszlo Nagy
ed8c4b0585
Fix w3m configure problem on non-chroot build env.
...
The configure script picks up libbsd.so from the host machine.
It uses simple find command to locate the file, but the linker
can not use it.
The fix replace the search path to /no-such-path
2012-07-31 23:34:52 +02:00
Eelco Dolstra
2f34f27f8a
* w3m updated to 0.5.3.
...
svn path=/nixpkgs/trunk/; revision=27058
2011-04-30 09:20:59 +00:00
Lluís Batlle i Rossell
0a50f8cc6a
Fixing the w3m build on non-mips (this may allow having the 'tarball' built)
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=23604
2010-09-02 20:09:27 +00:00
Lluís Batlle i Rossell
b8298c9cdd
Adding a patch file I forgot for w3m, while the nix expression already refers to it.
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=23340
2010-08-21 20:13:02 +00:00
Lluís Batlle i Rossell
7d3e0c542c
Making w3m build with a newer boehm-gc
...
svn path=/nixpkgs/branches/stdenv-updates/; revision=23318
2010-08-21 17:07:03 +00:00
Eelco Dolstra
5398eceff3
* Getting rid of gtk-libs by moving the packages in gtk-libs to
...
development/libraries/{glib,gtk+,pango,atk,...}. Done for glib/gtk+
1.2. Also deleted some obsolete, unused versions (gtkLibs 2.10,
2.12, and 2.14).
svn path=/nixpkgs/trunk/; revision=17992
2009-10-28 15:06:18 +00:00
Eelco Dolstra
bf1625e3f6
* Cleanup plus a purity fix (don't look in /usr for libraries).
...
svn path=/nixpkgs/trunk/; revision=13290
2008-11-14 11:16:54 +00:00
Yury G. Kudryashov
81aac8d84d
meta.homepage added to several packages
...
svn path=/nixpkgs/trunk/; revision=10417
2008-01-30 19:49:42 +00:00
Eelco Dolstra
bd0e895bad
* Release notes.
...
* Linux 2.6.22.6.
* w3m 0.5.2.
svn path=/nixpkgs/trunk/; revision=9305
2007-09-11 20:05:54 +00:00