mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
- Update to 22.15
Changes in 22.15 ================ * Really apply patch for SF#31110178 RH#651794, SF#3317431 * Conditionally use fork before stat calls SF#3427522 * Patch from Corrina Vinschen for compiling on cygwin * Use ENOENT not EBADE for FreeBSD Debian #631566 * Fix prstat typos * Stop zombies by using waitpid Ubuntu #876387 by Peter Holik, SF#3429674 * Fixed minor older/younger typo in killall.1 thanks to Maikel Linke * Remove doubled content in src/lists.h * Add another 2 for thread brackets in pstree.c * Correct defines for timeout in configure.ac PR: ports/165336 Submitted by: maintainer, douglas@douglasthrift.net
This commit is contained in:
parent
3d2ea63771
commit
74685c8dd6
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=291965
@ -6,7 +6,7 @@
|
||||
#
|
||||
|
||||
PORTNAME= psmisc
|
||||
PORTVERSION= 22.14
|
||||
PORTVERSION= 22.15
|
||||
CATEGORIES= sysutils
|
||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/
|
||||
|
||||
@ -41,6 +41,6 @@ post-patch:
|
||||
@${REINPLACE_CMD} -e '/^#define COMM_LEN / s|16|254|' ${WRKSRC}/src/comm.h
|
||||
|
||||
post-install:
|
||||
@${LN} -fs killall ${PREFIX}/bin/pidof
|
||||
@${LN} -fs ${PREFIX}/bin/killall ${PREFIX}/bin/pidof
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (psmisc-22.14.tar.gz) = 22bbf4561837af475c0d8d14e3b9cab453998c787212c107fac7faf2f281e26e
|
||||
SIZE (psmisc-22.14.tar.gz) = 382024
|
||||
SHA256 (psmisc-22.15.tar.gz) = 5fbe908618d7ccf08164a733a361ce9823355fd0da754e53982d842158973754
|
||||
SIZE (psmisc-22.15.tar.gz) = 390766
|
||||
|
@ -24,19 +24,6 @@
|
||||
ETAGS = etags
|
||||
CTAGS = ctags
|
||||
DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
|
||||
@@ -217,10 +215,10 @@
|
||||
$(am__append_10)
|
||||
fuser_SOURCES = fuser.c comm.h signals.c signals.h i18n.h fuser.h
|
||||
killall_SOURCES = killall.c comm.h signals.c signals.h i18n.h
|
||||
-killall_LDADD = @SELINUX_LIB@
|
||||
+killall_LDADD =
|
||||
peekfd_SOURCES = peekfd.c
|
||||
pstree_SOURCES = pstree.c comm.h i18n.h
|
||||
-pstree_LDADD = @TERMCAP_LIB@ @SELINUX_LIB@
|
||||
+pstree_LDADD = @TERMCAP_LIB@
|
||||
prtstat_SOURCES = prtstat.c prtstat.h
|
||||
BUILT_SOURCES = signames.h
|
||||
EXTRA_DIST = signames.c
|
||||
@@ -299,19 +297,19 @@
|
||||
-test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
|
||||
fuser$(EXEEXT): $(fuser_OBJECTS) $(fuser_DEPENDENCIES)
|
||||
|
@ -8,6 +8,7 @@ bin/pstree.x11
|
||||
%%NLS%%share/locale/cs/LC_MESSAGES/psmisc.mo
|
||||
%%NLS%%share/locale/de/LC_MESSAGES/psmisc.mo
|
||||
%%NLS%%share/locale/el/LC_MESSAGES/psmisc.mo
|
||||
%%NLS%%share/locale/eo/LC_MESSAGES/psmisc.mo
|
||||
%%NLS%%share/locale/eu/LC_MESSAGES/psmisc.mo
|
||||
%%NLS%%share/locale/fi/LC_MESSAGES/psmisc.mo
|
||||
%%NLS%%share/locale/fr/LC_MESSAGES/psmisc.mo
|
||||
|
Loading…
Reference in New Issue
Block a user