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)
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)
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)
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)
- 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)
- 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)
- 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
added to LIBS to make sure they appear after any -L and -l flags set by
upstream. Many ports currently add -L${LOCALBASE}/lib to LDFLAGS but this
may appear too early on the command line causing installed libraries to
be linked in instead of freshly built ones.
Additional changes:
benchmarks/netio: Replace WITH_IPV6 with an IPV6 option.
comms/gnokii: Replace some patches with USES=pathfix. Also remove -fPIC.
graphics/gimageview: USES=libtool and install desktop file in DESKTOPDIR.
graphics/visionworkbench: Remove FreeBSD 7 support.
multimedia/libmovtar: New LIB_DEPENDS syntax.
multimedia/opencinematools: Use standard do-build.
net/siproxd: USES=libtool:keepla (port actually needs .la files for plugins)
net-mgmt/nagios: Remove -fPIC.
net-mgmt/nagios4: Remove -fPIC.
print/cups-base: Only add -lssp_nonshared on i386 and OSVERSION < 1000036.
security/p11-kit: Replace PTHREAD_LIBS in CONFIGURE_ENV with
ac_cv_func_pthread_mutexattr_init=no in CONFIGURE_ARGS. This skips a test
in configure that falsely detects pthread_mutexattr_init in our libc.
sysutils/dar: Fix iconv detection.
x11/rxvt-unicode: Remove -lstdc++ and patch configure to remove a FreeBSD
hack and use $CXX as linker as on other platforms.
PR: 190592
Exp-run by: antoine
Approved by: portmgr (antoine)
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)
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@)
-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