Commit History - (may be incomplete: for full details, see links to repositories near top of page) |
Commit | Credits | Log message |
3.3.0_5 05 Oct 2024 09:30:20 |
Daniel Engberg (diizzy) |
sysutils/htop: Bump PORTREVISION
Bump PORTREVISION after removal of USES= desktop-file-utils
Reported by: Adam McDougall <mcdouga9@egr.msu.edu> (via private email) |
3.3.0_4 23 Sep 2024 23:29:44 |
Daniel Engberg (diizzy) Author: Benjamin Takacs |
sysutils/htop: Remove USES= desktop-file-utils
As htop.desktop doesn't define MimeTypes sysutils/htop doesn't need
USES= desktop-file-utils
PR: 281641
Reviewed by: Hung-Yi Chen <gaod@hychen.org> (maintainer) |
3.3.0_4 28 Aug 2024 06:35:26 |
Fernando Apesteguía (fernape) |
sysutils/htop: Fix CPU usage in FreeBSD
Cherry pick fix from upstream.
PR: 280600 281014
Approved by: gaod@hychen.org (maintainer, timeout > 2 weeks)
Differential Revision: https://reviews.freebsd.org/D46401 |
3.3.0_3 22 Aug 2024 12:09:45 |
Vladimir Druzenko (vvd) Author: Siva Mahadevan |
sysutils/htop: simplify Makefile
This change cleans up the Makefile to follow Porter's Handbook guidance.
Here is the rationale for each change:
* As per
https://docs.freebsd.org/en/books/porters-handbook/book/#makefile-master_sites-github,
ports are urged to move to using Github releases instead of git tags.
This change replaces USE_GITHUB with MASTER_SITES to statically point
to htop release tarballs. This also requires the addition of USES=tar:xz
* Remove USES=autoreconf because the release tarball doesn't need to run it
* Remove USES=compiler:c11 since upstream https://github.com/htop-dev/htop
states that a C99 compiler is needed.
* Add USES=desktop-file-utils as the port installs htop.desktop
* htop does not exist in the official NVD CPE dictionary, so as per
https://docs.freebsd.org/en/books/porters-handbook/book/#uses-cpe, we
should "not ever make up CPE data." Thus, USES=cpe is removed until an
entry is contributed to the CPE dictionary
* USES={libtool,localbase,pkgconfig,python:build,shebangfix} are not
necessary for a successful build and run with the GH release tarball.
* GNU_CONFIGURE_MANPREFIX was unnecessary since default value in
Mk/bsd.port.mk is same ${PREFIX}/share
PR: 280820
Approved by: Hung-Yi Chen <gaod@hychen.org> (maintainer) |
3.3.0_2 26 Feb 2024 05:38:58 |
Muhammad Moinur Rahman (bofh) |
sysutils/htop: Moved man to share/man
Approved by: portmgr (blanket) |
3.3.0_1 12 Feb 2024 07:29:58 |
Fernando Apesteguía (fernape) |
sysutils/htop: Remove unnecessary USES
The .desktop file provided by the port does not contain MimeType in it so
remove USES=desktop-file-utils
Reported by: eduardo@ |
3.3.0 08 Feb 2024 16:51:29 |
Fernando Apesteguía (fernape) Author: Hung-Yi Chen |
sysutils/htop: update to 3.3.0
ChangeLog: https://github.com/htop-dev/htop/blob/3.3.0/ChangeLog
* Multiple refactorings and code improvements
* Shorten docker container IDs to 12 characters
* Settings: preserve empty header
* Fix execlp() argument without pointer cast
* OpenFilesScreen: Make column sizing dynamic for file size, offset and inode
* Add support for "truss" (FreeBSD equivalent of "strace")
* Darwin: add NetworkIOMeter support
* HeaderLayout: add "3 columns - 40/30/30", "... 30/40/30" & "... 30/30/40"
* Meter: use correct unicode characters for digit '9'
* Note in manual re default memory units of KiB
* Add column for process container name (Only the first 15 lines of the commit message are shown above ) |
3.2.2_1 24 Feb 2023 16:30:19 |
Fernando Apesteguía (fernape) |
sysutils/htop: memory shows 16.0Z of memory
Cherry pick patch that fixes the issue since it wasn't included in the 3.2.2
release by upstream.
PR: 269494
Reviewed by: mbeis@xs4all.nl |
3.2.2 14 Feb 2023 12:25:53 |
Fernando Apesteguía (fernape) Author: Hung-Yi Chen |
sysutils/htop: update to 3.2.2
This fixes a problem with memory showing 16.0Z of memory
PR: 269494
Reported by: mbeis@xs4all.nl
MFH: 2023Q1 (bugfix release) |
07 Sep 2022 21:58:51 |
Stefan Eßer (se) |
Remove WWW entries moved into port Makefiles
Commit b7f05445c00f has added WWW entries to port Makefiles based on
WWW: lines in pkg-descr files.
This commit removes the WWW: lines of moved-over URLs from these
pkg-descr files.
Approved by: portmgr (tcberner) |
3.2.1 07 Sep 2022 21:10:59 |
Stefan Eßer (se) |
Add WWW entries to port Makefiles
It has been common practice to have one or more URLs at the end of the
ports' pkg-descr files, one per line and prefixed with "WWW:". These
URLs should point at a project website or other relevant resources.
Access to these URLs required processing of the pkg-descr files, and
they have often become stale over time. If more than one such URL was
present in a pkg-descr file, only the first one was tarnsfered into
the port INDEX, but for many ports only the last line did contain the
port specific URL to further information.
There have been several proposals to make a project URL available as
a macro in the ports' Makefiles, over time.
(Only the first 15 lines of the commit message are shown above ) |
3.2.1 20 Jul 2022 14:23:05 |
Tobias C. Berner (tcberner) |
sysutils: remove 'Created by' lines
A big Thank You to the original contributors of these ports:
* <jsmith@resonatingmedia.com>
* Aaron Dalton <aaron@FreeBSD.org>
* Aaron Landwehr <aaron@snaphat.com>
* Adam Weinberger <adamw@FreeBSD.org>
* Adrian Chadd
* Adrian Chadd <adrian@FreeBSD.org>
* Akinori MUSHA aka knu <knu@idaemons.org>
* Alan Eldridge <alane@FreeBSD.org>
* Alan Eldridge <alane@geeksrus.net>
* Aldis Berjoza <aldis@bsdroot.lv>
* Alex Deiter <alex.deiter@gmail.com> (Only the first 15 lines of the commit message are shown above ) |
3.2.1 08 Jun 2022 21:03:40 |
Guido Falsi (madpilot) |
sysutils/htop: Update to 3.2.1
PR: 264552 (maintainer) |
3.2.0 10 May 2022 07:22:58 |
Li-Wen Hsu (lwhsu) Author: Hung-Yi Chen |
sysutils/htop: Update to 3.2.0
PR: 263865 |
3.1.2 22 Dec 2021 09:01:52 |
Guangyuan Yang (ygy) Author: Hung-Yi Chen |
sysutils/htop: Update to 3.1.2
PR: 260601 |
3.1.1 25 Oct 2021 08:26:07 |
Nuno Teixeira (eduardo) Author: Hung-Yi Chen |
sysutils/htop: Update to 3.1.1
ChangeLog: https://github.com/htop-dev/htop/blob/main/ChangeLog
PR: 259406 |
3.0.5 14 Sep 2021 17:19:52 |
Li-Wen Hsu (lwhsu) Author: Hung-Yi Chen |
sysutils/htop: Update to 3.0.5
PR: 258501 |
3.0.4_1 29 Aug 2021 18:32:23 |
Bernhard Froehlich (decke) |
sysutils/htop: Add CPE information
Approved by: portmgr (blanket) |
3.0.4_1 06 Apr 2021 14:31:07 |
Mathieu Arnold (mat) |
Remove # $FreeBSD$ from Makefiles. |
3.0.4_1 23 Mar 2021 08:00:14 |
tobik |
sysutils/htop: Disable LSOF option by default
This commit should ensure that we have a htop package for 13.0-RELEASE
on non-x86 archs. When sysutils/lsof fails to build (and that
happens often enough) htop is skipped and we no longer have a package
for it. lsof is only used for htop's "list open files" view.
PR: 252279 |
3.0.4 13 Jan 2021 03:28:16 |
pkubaj |
sysutils/htop: fix build on GCC architectures
freebsd/FreeBSDProcessList.c: In function 'FreeBSDProcessList_readJailName':
freebsd/FreeBSDProcessList.c:422: error: #pragma GCC diagnostic not allowed
inside functions
freebsd/FreeBSDProcessList.c:422: error: #pragma GCC diagnostic not allowed
inside functions
freebsd/FreeBSDProcessList.c:425: warning: cast discards qualifiers from pointer
target type
freebsd/FreeBSDProcessList.c:435: error: #pragma GCC diagnostic not allowed
inside functions
MFH: 2021Q1 |
3.0.4 28 Dec 2020 12:52:43 |
fernape |
sysutils/htop: Update to 3.0.4
ChangeLog: https://github.com/htop-dev/htop/blob/master/ChangeLog
PR: 252213
Submitted by: gaod@hychen.org (maintainer) |
3.0.2 16 Sep 2020 09:49:49 |
lwhsu |
sysutils/htop: Update to 3.0.2
PR: 249355
Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer) |
2.2.0_1 22 Aug 2020 08:25:51 |
zeising |
sysutils/htop: Fix build with -fno-common
Fix the build of sysutils/htop with -fno-common, which is the default in
llvm 11 (and gcc 10)
PR: 248823
Submitted by: Yasuhiro KIMURA
MFH: 2020Q3 (iplicit, -fno-common fixes, ok by joenum) |
2.2.0_1 08 Mar 2020 18:08:08 |
tobik |
sysutils/htop builds fine with Python 3.x |
2.2.0_1 08 Mar 2020 17:01:47 |
antoine |
Deprecate some ports using deprecated version of python
With hat: portmgr |
2.2.0_1 08 Jan 2019 15:30:14 |
tobik |
sysutils/htop: Fix memory display in the header
On amd64 it works correctly, but it breaks on powerpc, due to using
types with the wrong size when requesting various sysctls.
PR: 234357
Submitted by: tobik
Approved by: Hung-Yi Chen <gaod@hychen.org> (maintainer timeout, 2 weeks) |
2.2.0 05 May 2018 00:29:42 |
tobik |
sysutils/htop: Update to 2.2.0
Among other changes this fixes a regression where trying to kill a
process with htop terminates htop and leads to the error message
"htop: No such file or directory".
Changes: https://github.com/hishamhm/htop/compare/2.1.0-26-g697f5bb...2.2.0
PR: 227115
Submitted by: tobik
Reported by: Philipp Engel <kidon@posteo.de>
Approved by: Hung-Yi Chen <gaod@hychen.org> (maintainer timeout, 2 weeks) |
2.1.0.26 05 Mar 2018 05:07:56 |
yuri |
sysutils/htop: Update to 2.1.0-26
Port changes:
* Changed to DISTVERSION
* Added to USES
* Added SHEBANG_FILES
* Removed LIBS (not needed)
* Replaced WWW with the https version
Maintainer insisted on updating to the current version.
PR: 225232
Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer)
Approved by: tcberner (mentor, implicit) |
2.0.2 25 Dec 2017 04:45:32 |
tobik |
sysutils/htop: Add a new default LSOF option
htop only requires lsof for its open files view. Move the lsof run
dependency to an option so that it can be removed by users.
While here
- Add LICENSE_FILE
- Follow http://htop.sourceforge.net/ redirect to
http://hisham.hm/htop/ and update WWW
PR: 224241
Approved by: gaod@hychen.org (maintainer timeout, 2 weeks) |
2.0.2 22 Sep 2017 10:48:58 |
mat |
Cleanup after removal of libexecinfo from ports.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488 |
2.0.2 22 Sep 2017 10:48:29 |
mat |
Remove USES=execinfo.
PR: 220271
Submitted by: mat (review), Yasuhiro KIMURA (PR)
Sponsored by: Absolight
Differential Revision: https://reviews.freebsd.org/D11488 |
2.0.2 11 Jan 2017 14:14:55 |
adamw |
Python is never actually used in the build here, so remove the dependency
and the associated shebangfix.
PR: 215959
Approved by: maintainer (Hung-Yi Chen) |
2.0.2 23 Jul 2016 17:50:27 |
brnrd |
sysutils/htop: Update to 2.0.2
- Update to new release 2.0.2
- Remove patches now included upstream
PR: 211285
Approved by: Hung-Yi Chen <gaod@hychen.org> (maintainer) |
2.0.1 01 Apr 2016 14:25:18 |
mat |
Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat: portmgr
Sponsored by: Absolight |
2.0.1 16 Mar 2016 21:07:11 |
pi |
sysutils/htop: 2.0.0 -> 2.0.1
- Add lsof into RUN_DEPENDS
- fix CPU and memory readings
(thanks to Tim Creech, Hung-Yi Chen, Bernard Spil, Greg V)
- add battery support
(thanks to Greg V)
- Fix crash when emptying a column of meters
- Make Esc key more responsive
Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer) |
2.0.0_2 02 Mar 2016 10:08:09 |
danfe |
Remove no longer needed NOT_FOR_ARCHS restriction: previously it made sense
because linprocfs itself is not very portable. Since r408696 the port does
not depend linprocfs and should work everywhere.
Tested on: powerpc |
2.0.0_2 14 Feb 2016 03:07:01 |
cy |
Make CPU% display the same as ps and top do.
MEM% displays 0.0. Fix that.
PR: 207120 |
2.0.0_1 12 Feb 2016 20:39:57 |
cy |
* Fix process memory calculation
* Add FreeBSD battery support
* Add SHEBANG_LANG & SHEBANG_FILES
PR: 207133
Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer) |
2.0.0 11 Feb 2016 19:37:17 |
brnrd |
sysutils/htop: Update to 2.0.0
- Update to 2.0.0 with native FreeBSD support
- Remove sysutils/lsof dependency
- Remove linprocfs dependency
- Delete redundant pkg-message
- Remove redundant GH_PROJECT
- Refactor post-patch to use shebangfix
Reviewed by: feld (mentor), koobs (mentor)
Approved by: feld (mentor)
Differential Revision: D5253 |
1.0.3_1 05 Feb 2016 22:29:42 |
pi |
sysutils/htop: some fixes
- re-enable kernel threads
- update to very recent version
- switch to github for distfiles
PR: 194738
Approved by: Hung-Ti Chen <gaod@hychen.org> (maintainer timeout) |
1.0.3 21 Jun 2015 15:58:14 |
bapt |
Convert to USES=autoreconf |
1.0.3 13 Nov 2014 05:28:43 |
xmj |
sysutils/htop: Restrict to Python 2.x
- restrict htop to build with python 2.7 only.
PR: 194446
Differential Revision: https://reviews.freebsd.org/D1151
Submitted by: Andrew Berg <aberg010@my.hennepintech.edu>
Approved by: maintainer timeout (2+ weeks)
Approved by: koobs (mentor) |
1.0.3 28 Oct 2014 22:14:43 |
madpilot |
Update to 1.0.3
PR: 194450
Submitted by: Hung-Yi Chen <gaod at hychen.org> (maintainer) |
1.0.2_1 24 Oct 2014 16:56:10 |
mva |
- Convert ports of sysutils/ to new USES=python
Approved by: portmgr (implicit) |
1.0.2_1 05 Aug 2014 12:12:01 |
adamw |
Use USES=execinfo. |
1.0.2_1 11 Jun 2014 14:50:00 |
tijl |
Support LIBS like LDFLAGS.
- Add LIBS="${LIBS}" to MAKE_ENV and CONFIGURE_ENV.
- Add an option helper for LIBS.
- Adjust all ports that already use LIBS. Also remove references to
PTHREAD_CFLAGS and PTHREAD_LIBS while here.
- Some ports did not support having a LIBS environment variable and
required additional patches.
Somewhat simplified a linker command line looks like:
${CC} ${src_LDFLAGS} ${LDFLAGS} ${src_LIBS} ${LIBS}
where src_LDFLAGS and src_LIBS are controlled by upstream and LDFLAGS and
LIBS can be controlled by us. If possible -L and -l flags need to be (Only the first 15 lines of the commit message are shown above ) |
1.0.2_1 10 Jun 2014 21:59:37 |
amdmi3 |
- Switch to USES=libtool
Approved by: portmgr blanket |
1.0.2 14 Mar 2014 07:28:00 |
sunpoet |
- Remove leading indefinite article from COMMENT
- Convert to new LIB_DEPENDS format
- Convert to new options helper
- Fix USE_PYTHON_BUILD
- Support STAGEDIR
Approved by: portmgr (blanket) |
1.0.2 13 Jan 2014 21:00:04 |
rene |
Python cleanup:
- USE_PYTHON* = 2.X -> USE_PYTHON* = 2
- USE_PYTHON* = 2.X+ -> USE_PYTHON* = yes
Reviewed by: python (mva, rm)
Approved by: portmgr-lurkers (mat) |
1.0.2 22 Oct 2013 14:01:39 |
amdmi3 |
- Remove manual creation and removal of share/applications, as it's now in the
mtree (categories starting with [st])
Approved by: portmgr (bdrewery) |
1.0.2 20 Sep 2013 23:06:00 |
bapt |
Add NO_STAGE all over the place in preparation for the staging support (cat:
sysutils) |
1.0.2 30 May 2013 19:16:13 |
eadler |
Let htop build when python 3 is default.
Approved by: maintainer timeout (2 weeks) |
1.0.2 18 May 2013 20:05:02 |
rakuco |
Fix pkg-message instructions.
Change package message so that the fstab line includes the late option so that
it doesn't fail to boot if /usr is on a different partition.
PR: ports/178690
Submitted by: swills
Approved by: Hung-Yi Chen <gaod@hychen.org> (maintainer) |
1.0.2 06 May 2013 15:34:18 |
bapt |
Convert USE_NCURSES by USES=ncurses
Convert USE_READLINE by USES=readline |
1.0.2 28 Apr 2013 09:48:25 |
madpilot |
- Update to 1.0.2
- Convert to new options framework
- Trim Makefile headers
PR: ports/178010
Submitted by: Hung-Yi Chen <gaod@hychen.org> (maintainer) |
1.0.1_2 09 Jul 2012 00:12:10 |
scheidell |
- Fix swap size calculation on i386
- Bump PORTREVISION
PR: ports/169174
Submitted by: vsjcfm@gmail.com
Approved by: maintainer (timeout,14 days) |
1.0.1_1 29 May 2012 21:22:56 |
pawel |
Add patches to show correct memory usage on FreeBSD
PR: ports/167970
Submitted by: Sayetsky Anton <vsjcfm@gmail.com>
Approved by: maintainer |
1.0.1 05 Mar 2012 19:02:17 |
pawel |
Update to version 1.0.1
PR: ports/165661
Submitted by: maintainer |
0.9_1 10 Nov 2011 05:38:32 |
linimon |
Mark broken on powerpc as well as sparc64. (In fact, on all the tier-2s.)
Hat: portmgr |
0.9_1 12 Aug 2011 08:30:34 |
pav |
- Fix calculation of available memory
PR: ports/157195
Submitted by: Sayetsky Anton <jason@linux.lg.ua>
Approved by: Hung-Yi Chen <gaod@hychen.org> (maintainer) |
0.9 08 Aug 2011 10:50:02 |
pav |
- Update to 0.9
- Transfer maintainership to the submitter
PR: ports/153529
Submitted by: Hung-Yi Chen <gaod@hychen.org>
Approved by: maintainer timeout (yzlin; 7 months) |
0.8.3_2 11 Apr 2011 08:34:17 |
bapt |
Add a new macro to deal with conflict between ncurses from base and ncurses from
ports.
If a ports is linked against ncurses from base or from the ports, it should then
add:
USE_NCURSES=yes
it is also possible to specify the hard dependency on the ports ncurses or one
the base one adding the following macros:
WITH_NCURSES_PORT=yes or WITH_NCURSES_BASE=yes
PR: ports/155269
Submitted by: me
Reviwed by: pav@
Approved by: portmgr (pav@)
Exp-run by: portmgr (pav@) |
0.8.3_2 19 Mar 2011 12:38:54 |
miwi |
- Get Rid MD5 support |
0.8.3_2 04 Dec 2010 07:34:27 |
ade |
Sync to new bsd.autotools.mk |
0.8.3_2 16 Oct 2010 11:52:47 |
ade |
Punt autoconf267->autoconf268 |
0.8.3_2 05 Oct 2010 19:57:56 |
ade |
Round one migration of ports from automake{19,110} to automake111 |
0.8.3_2 15 Sep 2010 18:35:24 |
ade |
Autotools update. Read ports/UPDATING 20100915 for details.
Approved by: portmgr (for Mk/bsd.port.mk part)
Tested by: Multiple -exp runs |
0.8.3_1 08 Sep 2010 22:51:55 |
pgollucci |
- pull some upstream svn fixes
o simply the code
o lsof failure checks
o coverity fixes
PR: ports/143222
Submitted by: Hung-Yi Chen <gaod@hychen.org>
Approved by: maintainer timeout (yzlin ; 220 days) |
0.8.3 07 Aug 2009 15:27:02 |
yzlin |
- Update to 0.8.3
Approved by: rafan (co-mentor) |
0.8.2 02 Aug 2009 19:36:34 |
mezz |
-Repocopy devel/libtool15 -> libtool22 and libltdl15 -> libltdl22.
-Update libtool and libltdl to 2.2.6a.
-Remove devel/libtool15 and devel/libltdl15.
-Fix ports build with libtool22/libltdl22.
-Bump ports that depend on libltdl22 due to shared library version change.
-Explain what to do update in the UPDATING.
It has been tested with GNOME2, XFCE4, KDE3, KDE4 and other many wm/desktop
and applications in the runtime.
With help: marcus and kwm
Pointyhat-exp: a few times by pav
Tested by: pgollucci, "Romain Tartière" <romain@blogreen.org>, and
a few MarcusCom CVS users. Also, I might have missed a few.
Repocopy by: marcus
Approved by: portmgr |
0.8.2 29 Jul 2009 12:59:14 |
yzlin |
- Change to my mail address at FreeBSD.org
Approved by: lwhsu (mentor) |
0.8.2 05 Jun 2009 21:35:43 |
miwi |
- Update to 0.8.2
- Pass maintainership to submitter
PR: 135205
Submitted by: Yi-Jheng Lin <yzlin@cs.nctu.edu.tw> |
0.8.1_1 12 May 2009 08:41:06 |
pav |
- Reset inactive maintainer |
0.8.1_1 12 May 2009 08:40:37 |
pav |
- Fix tree view
PR: ports/132909
Submitted by: Hung-Yi Chen <gaod@hychen.org>
Approved by: maintainer timeout (1 month) |
0.8.1 17 Feb 2009 15:58:11 |
garga |
- Update to 0.8.1
PR: ports/131345
Submitted by: Hardy Schumacher <hardy.schumacher@amd.com>
Approved by: maintainer timeout (2 weeks) |
0.8 20 Aug 2008 00:57:32 |
ade |
Conversion from (now defunct) autoconf-2.61 to autoconf-2.62
Tested by: exp build run (erwin) |
0.8 18 Jul 2008 04:14:47 |
rafan |
- Update to 0.8
- Enable unicode support
- Disable plsa lib (CPU affinity)
PR: ports/125671
Submitted by: Yi-Jheng Lin <yzlin at cs.nctu.edu.tw>
Approved by: Tony Shadwick <tshadwick at oss-solutions.com> (maintainer) |
0.6.6 06 Feb 2008 01:56:31 |
beech |
- Mark not_for_archs sparc64
Approved by: Tony Shadwick <tshadwick@oss-solutions.com> (maintainer) |
0.6.6 18 Nov 2007 08:45:35 |
linimon |
Requires linprocfs, so not suitable for sparc64.
Approved by: portmgr (self) |
0.6.6 03 Sep 2007 08:48:04 |
beech |
- Add check for linprocfs before configure.
Requested by: Tony Shadwick <tshadwick@oss-solutions.com> (maintainer)
Approved by: sat (mentor) |
0.6.6 30 Aug 2007 18:46:01 |
beech |
- New port htop
htop is an enhanced version of top, the interactive process viewer,
which can display the list of processes in a tree form.
PR: ports/115873
Submitted by: Tony Shadwick <tshadwick@oss-solutions.com> (maintainer)
Approved by: sat (mentor) |