summaryrefslogtreecommitdiff
path: root/gnu/packages/lsof.scm
Commit message (Expand)AuthorAgeFilesLines
* gnu: lsof: Fix build with Linux 6.9•••* gnu/packages/lsof.scm(lsof)[source]: Add patch. * gnu/packages/patches/lsof-compat-linux-6.9.patch: New file. * gnu/local.mk (dist_patch_DATA): Register it. Change-Id: I98b895ecaf1b952bfd33ea7ae3af70b1c39a0a94 Signed-off-by: Efraim Flashner <efraim@flashner.co.il> Ekaitz Zarraga2024-10-101-1/+2
* gnu: lsof: Use G-expressions.•••* gnu/packages/lsof.scm (lsof)[arguments]: Use G-expressions. Change-Id: Id086d46c5dbef6028e5eae4df1d2f0b24d4c3d76 Zheng Junjie2024-10-061-17/+19
* gnu: lsof: Update to 4.99.3.•••* gnu/packages/lsof.scm (lsof): Update to 4.99.3. [native-inputs]: Add libtool. [arguments]<#:phases>: Add fix-configure-ac-version phase. Change-Id: Id086d46c5dbef6028e5eae4df1d2f0b24d4c3d76 Zheng Junjie2024-10-061-2/+10
* gnu: lsof: Update to 4.98.0•••* gnu/packages/lsof.scm (lsof): Update to 4.98.0. [native-inputs]: Add automake, autoconf, pkg-config, procps and util-linux. [arguments]<#:phases>: Remove replace configure,install phases. Remove patch-timestamps,build-man-page phases. Adjust and move disable-failing-tests to before bootstrap. Signed-off-by: Zheng Junjie <zhengjunjie@iscas.ac.cn> Change-Id: I5b381e77f6e6ed89431856f409a5a6e8b9fd765c Jiajie Chen2024-10-061-65/+31
* gnu: lsof: Fix invalid G-Expression.•••Cross-compiling lsof is failing with an "invalid G-expression input" error. Fix this by using a quoted list. * gnu/packages/lsof.scm (lsof): Fix invalid G-Expression. Signed-off-by: Ludovic Courtès <ludo@gnu.org> Brian Kubisiak2022-04-081-1/+1
* lsof: Prevent mass-rebuild.•••* gnu/packages/lsof.scm (lsof): Set LINUX_CONF_CC variable only when cross-compiling. Mathieu Othacehe2022-03-301-1/+3
* gnu: lsof: Fix cross-compilation.•••* gnu/packages/lsof (lsof)[arguments]: Add LINUX_CONF_CC environment variable. Signed-off-by: Mathieu Othacehe <othacehe@gnu.org> Brian Kubisiak2022-03-301-0/+1
* gnu: Simplify package inputs.•••This commit was obtained by running: ./pre-inst-env guix style without any additional argument. Ludovic Courtès2021-12-131-2/+2
* gnu: lsof: Fix indentation.•••* gnu/packages/lsof.scm (lsof): Fix indentation. Maxim Cournoyer2021-11-111-68/+68
* gnu: lsof: Disable the LTlock test.•••Fixes <https://issues.guix.gnu.org/44953>. * gnu/packages/lsof.scm (lsof)[phases]: Remove trailing #t. {disable-failing-tests}: Disable the LTlock test. Maxim Cournoyer2021-11-111-13/+11
* gnu: lsof: Cross-compile.•••* gnu/packages/lsof.scm (lsof)[arguments]: Use CC-FOR-TARGET. Tobias Geerinckx-Rice2020-11-231-1/+2
* gnu: lsof: Make test failures fatal.•••* gnu/packages/lsof.scm (lsof)[source]: Add patch to make test suite failures stop the build. * gnu/packages/patches/lsof-fatal-test-failures.patch: New file. * gnu/local.mk (dist_patch_DATA): Add it. Tobias Geerinckx-Rice2020-11-231-1/+3
* gnu: lsof: Respect #:tests?.•••* gnu/packages/lsof.scm (lsof)[arguments]: The 'check phase takes and respects a TESTS? keyword. Tobias Geerinckx-Rice2020-11-231-8/+9
* gnu: lsof: Update to 4.94.0.•••* gnu/packages/lsof.scm (lsof): Update to 4.94.0. [source]: Switch to new git upstream. [native-inputs]: Add groff. [arguments]: Remove custom 'unpack phase. Add a 'build-man-page phase. Remove the upstreamed glibc@2.28 test fix. Tobias Geerinckx-Rice2020-11-231-37/+18
* gnu: lsof: Use HTTPS home page.•••* gnu/packages/lsof.scm (lsof)[home-page]: Use HTTPS. Tobias Geerinckx-Rice2020-07-161-2/+2
* gnu: lsof: Don't capture details about the build machine's kernel.•••* gnu/packages/lsof.scm (lsof)[arguments]: In 'configure' phase, set "LSOF_SYSINFO" environment variable. Ludovic Courtès2019-11-301-1/+8
* gnu: lsof: Fix builds on glibc 2.28.•••* gnu/packages/lsof.scm (lsof)[arguments]: In 'disable-failing-tests', add 'substitute*' use for "tests/LTlib.c". Ludovic Courtès2018-10-151-0/+7
* gnu: lsof: Return #t from all phases.•••* gnu/packages/lsof.scm (lsof)[arguments]: Return #t from phases. Marius Bakke2018-07-121-2/+4
* gnu: lsof: Update to 4.91.•••* gnu/packages/lsof.scm (lsof): Update to 4.91. Marius Bakke2018-07-121-2/+2
* gnu: lsof: Run tests.•••* gnu/packages/lsof.scm (lsof)[arguments]: Remove untrue #:TESTS?. Add ‘disable-failing-tests’ and ‘check’ phases to run them. Tobias Geerinckx-Rice2018-02-191-2/+18
* gnu: lsof: Remove build timestamp.•••* gnu/packages/lsof.scm (lsof)[arguments]: Add ‘patch-timestamps’ phase. Tobias Geerinckx-Rice2018-02-191-0/+4
* gnu: lsof: Update phase style.•••* gnu/packages/lsof.scm (lsof)[arguments]: Substitute INVOKE for SYSTEM* and end phases with #t. Tobias Geerinckx-Rice2018-02-191-1/+2
* gnu: lsof: Make perl a native input.•••* gnu/packages/lsof.scm (lsof)[inputs]: Move perl from here... [native-inputs]: ...to here. Tobias Geerinckx-Rice2018-02-191-1/+1
* gnu: lsof: Factorise source URIs.•••* gnu/packages/lsof.scm (%ftp-base): Remove variable. (lsof)[source]: Construct mirror URI list programatically. Tobias Geerinckx-Rice2018-02-191-37/+24
* gnu: lsof: Replace dead mirror.•••* gnu/packages/lsof.scm (lsof)[source]: Replace sunsite.ualberta.ca with mirrorservice.org, which offers both HTTP and FTP services. Tobias Geerinckx-Rice2018-02-191-1/+15
* gnu: lsof: Update to 4.89.•••* gnu/packages/lsof.scm (lsof): Update to 4.89. Efraim Flashner2017-04-291-2/+2
* gnu: lsof: Shorten 'install phase.•••* gnu/packages/lsof.scm (lsof)[arguments]: Use 'install-file during the 'install phase. Efraim Flashner2017-04-291-7/+3
* gnu: lsof: Use 'modify-phases' syntax.•••* gnu/packages/lsof.scm (lsof)[arguments]: Use 'modify-phases' syntax. Efraim Flashner2017-04-291-25/+22
* gnu: lsof: Add to mirror list.•••* gnu/packages/lsof.scm (lsof)[source]: Add to mirror list. Efraim Flashner2017-04-291-0/+3
* gnu: lsof: Add mirrors.•••Reported by Tomáš Čech. * gnu/packages/lsof.scm (lsof)[source]: Add two mirrors. Ludovic Courtès2015-04-061-1/+11
* gnu: lsof: Update to 4.88.•••Reported by nebuli on #guix. * gnu/packages/lsof.scm (%ftp-base): New variable. (lsof): Update to 4.88. Add /OLD as alternate URL. Ludovic Courtès2014-11-131-5/+11
* gnu: Some cleanup based on lint checkers.•••* gnu/packages/admin.scm, gnu/packages/aidc.scm, gnu/packages/algebra.scm, gnu/packages/apr.scm, gnu/packages/avahi.scm, gnu/packages/backup.scm, gnu/packages/base.scm, gnu/packages/calcurse.scm, gnu/packages/cdrom.scm, gnu/packages/check.scm, gnu/packages/compression.scm, gnu/packages/cook.scm, gnu/packages/crypto.scm, gnu/packages/cryptsetup.scm, gnu/packages/curl.scm, gnu/packages/cyrus-sasl.scm, gnu/packages/databases.scm, gnu/packages/doxygen.scm, gnu/packages/dwm.scm, gnu/packages/elf.scm, gnu/packages/emacs.scm, gnu/packages/feh.scm, gnu/packages/file.scm, gnu/packages/fish.scm, gnu/packages/flex.scm, gnu/packages/fltk.scm, gnu/packages/fontutils.scm, gnu/packages/games.scm, gnu/packages/gcal.scm, gnu/packages/gcc.scm, gnu/packages/geeqie.scm, gnu/packages/ghostscript.scm, gnu/packages/gimp.scm, gnu/packages/gl.scm, gnu/packages/glib.scm, gnu/packages/gnome.scm, gnu/packages/gnunet.scm, gnu/packages/gnupg.scm, gnu/packages/gperf.scm, gnu/packages/grub.scm, gnu/packages/gsasl.scm, gnu/packages/gtk.scm, gnu/packages/guile-wm.scm, gnu/packages/guile.scm, gnu/packages/hurd.scm, gnu/packages/icu4c.scm, gnu/packages/image.scm, gnu/packages/imagemagick.scm, gnu/packages/irssi.scm, gnu/packages/kde.scm, gnu/packages/libdaemon.scm, gnu/packages/libevent.scm, gnu/packages/libidn.scm, gnu/packages/libusb.scm, gnu/packages/linux.scm, gnu/packages/lout.scm, gnu/packages/lsh.scm, gnu/packages/lsof.scm, gnu/packages/lua.scm, gnu/packages/maths.scm, gnu/packages/mcrypt.scm, gnu/packages/mp3.scm, gnu/packages/netpbm.scm, gnu/packages/noweb.scm, gnu/packages/ocaml.scm, gnu/packages/openssl.scm, gnu/packages/pcre.scm, gnu/packages/pdf.scm, gnu/packages/pkg-config.scm, gnu/packages/pretty-print.scm, gnu/packages/python.scm, gnu/packages/qt.scm, gnu/packages/rsync.scm, gnu/packages/scheme.scm, gnu/packages/scrot.scm, gnu/packages/sdl.scm, gnu/packages/skribilo.scm, gnu/packages/ssh.scm, gnu/packages/stalonetray.scm, gnu/packages/tcl.scm, gnu/packages/tcsh.scm, gnu/packages/telephony.scm, gnu/packages/texlive.scm, gnu/packages/tor.scm, gnu/packages/valgrind.scm, gnu/packages/version-control.scm, gnu/packages/vim.scm, gnu/packages/vpn.scm, gnu/packages/w3m.scm, gnu/packages/web.scm, gnu/packages/wordnet.scm, gnu/packages/xiph.scm, gnu/packages/xml.scm, gnu/packages/xorg.scm, gnu/packages/zile.scm, gnu/packages/zip.scm, gnu/packages/zsh.scm [synopsis, description]: Adjust according to lint checkers. * gnu/packages/fltk.scm (fltk)[source]: Wrap long line in uri. * /gnu/packages/xiph.scm (libogg, libtheora, vorbis-tools)[source]: Same. Eric Bavier2014-10-261-1/+1
* Use #:prefix instead of #:renamer with 'symbol-prefix-proc'.•••* gnu/packages/abiword.scm, gnu/packages/admin.scm, gnu/packages/aidc.scm, gnu/packages/backup.scm, gnu/packages/bittorrent.scm, gnu/packages/boost.scm, gnu/packages/compression.scm, gnu/packages/cryptsetup.scm, gnu/packages/curl.scm, gnu/packages/cyrus-sasl.scm, gnu/packages/dc.scm, gnu/packages/emacs.scm, gnu/packages/fonts.scm, gnu/packages/fontutils.scm, gnu/packages/geeqie.scm, gnu/packages/ghostscript.scm, gnu/packages/gimp.scm, gnu/packages/gkrellm.scm, gnu/packages/gl.scm, gnu/packages/glib.scm, gnu/packages/gnome.scm, gnu/packages/gnunet.scm, gnu/packages/gnupg.scm, gnu/packages/gnutls.scm, gnu/packages/gnuzilla.scm, gnu/packages/gsasl.scm, gnu/packages/gtk.scm, gnu/packages/gv.scm, gnu/packages/image.scm, gnu/packages/indent.scm, gnu/packages/inkscape.scm, gnu/packages/lesstif.scm, gnu/packages/links.scm, gnu/packages/lisp.scm, gnu/packages/lsh.scm, gnu/packages/lsof.scm, gnu/packages/maths.scm, gnu/packages/mp3.scm, gnu/packages/openssl.scm, gnu/packages/ots.scm, gnu/packages/pciutils.scm, gnu/packages/pcre.scm, gnu/packages/pdf.scm, gnu/packages/pulseaudio.scm, gnu/packages/python.scm, gnu/packages/slim.scm, gnu/packages/ssh.scm, gnu/packages/texlive.scm, gnu/packages/vim.scm, gnu/packages/vpn.scm, gnu/packages/web.scm, gnu/packages/wv.scm, gnu/packages/xiph.scm, gnu/packages/xml.scm, gnu/packages/xorg.scm, gnu/packages/yasm.scm, gnu/packages/zip.scm, guix/build/cmake-build-system.scm, guix/build/perl-build-system.scm, guix/build/python-build-system.scm, guix/download.scm: Replaces uses of #:renamer and 'symbol-prefix-proc' with #:prefix. Mark H Weaver2014-09-231-2/+1
* gnu: Remove unused lambda arguments and prefer separate phases over•••augmented phases. * gnu/packages/compression.scm (sharutils) [arguments]: Remove unused lambda args. * gnu/packages/gl.scm (mesa) [arguments]: Same * gnu/packages/fltk.scm [arguments]: Same. Substitute const check phase with #:tests? #f. Add pre-configure phase. * gnu/packages/ghostscript.scm (ghostscript) [arguments]: Put makefile patches in separate phase. Put so steps oinseparate phases. * gnu/packages/glib.scm (gobject-introspection) [arguments]: Remove unused lambda args. Put patches in pre-configure phase. * gnu/packages/gnupg.scm (gnupg) [arguments]: Put patch in pre-configure phase. (pius) [arguments]: Delete const #t configure and build phases. (signing-party) [arguments]: Factor patches into post-unpack phase. (paperkey) [arguments]: Remove unused lambda args. Factor out patches into pre-check phase. * gnu/packages/icu4c.scm [arguments]: Change source dir after standard unpack phase. Factor configure patches into pre-configure phase. * gnu/packages/lsof.scm [arguments]: Remove unused lambda args. Remove unnecessary apply. * gnu/packages/lvm.scm (lvm2) [arguments]: Factor out patches into pre-configure phase. * gnu/packages/libtiff.scm [arguments]: Same * gnu/packages/maths.scm (hdf5) [arguments]: Same * gnu/packages/gtk.scm (gtk+-2) [arguments]: Same * gnu/packages/mp3.scm (libmad) [arguments]: Same (id3lib) [arguments]: Same * gnu/packages/python.scm (python-2) [arguments]: Same * gnu/packages/texlive.scm (texlive) [arguments]: Same * gnu/packages/pretty-print.scm (a2ps) [arguments]: Same (trueprint) [arguments]: Same (source-highlight) [arguments]: Same. Remove unused lambda args. * gnu/packages/netpbm.scm [arguments]: Remove unused lambda args. Factor out test patches into pre-check phase. Condense calls to substitute* * gnu/packages/openldap.scm [arguments]: Factor out libtool copy into post-configure phases. [synopsis] Remove package name. * gnu/packages/ssh.scm (openssh) [arguments]: Factor out patches into separate phases. * gnu/packages/tcsh.scm [arguments]: Factor out test patches into pre-check phase. * gnu/packages/version-control.scm (git) [arguments]: Factor out patches into post-configure phase. * gnu/packages/vim.scm [arguments]: Same. [synopsis] Remove package name. * gnu/packages/vpn.scm (openconnect) [arguments]: Put configure flags in #:configure-flags Eric Bavier2014-03-311-4/+4
* gnu: Add lsof.•••* gnu/packages/lsof.scm: New file. * Makefile.am (MODULES): Add it. Andreas Enge2013-03-051-0/+75