Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 20 Feb 2012 11:22:00 -0800 (PST)
From:      Douglas William Thrift <douglas@douglasthrift.net>
To:        FreeBSD-gnats-submit@FreeBSD.org
Subject:   ports/165336: Update port: sysutils/psmisc Upgrade to 22.15.
Message-ID:  <201202201922.q1KJLsmk079977@slowhand.douglasthrift.net>
Resent-Message-ID: <201202202000.q1KK0MwW095165@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         165336
>Category:       ports
>Synopsis:       Update port: sysutils/psmisc Upgrade to 22.15.
>Confidential:   no
>Severity:       non-critical
>Priority:       medium
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          maintainer-update
>Submitter-Id:   current-users
>Arrival-Date:   Mon Feb 20 20:00:22 UTC 2012
>Closed-Date:
>Last-Modified:
>Originator:     Douglas William Thrift
>Release:        FreeBSD 8.2-RELEASE-p6 amd64
>Organization:
>Environment:
System: FreeBSD justonenight.douglasthrift.net 8.2-RELEASE-p6 FreeBSD 8.2-RELEASE-p6 #7: Sun Jan 8 02:49:17 PST 2012 root@justonenight.douglasthrift.net:/usr/obj/usr/src/sys/FURTHERONUPTHEROAD amd64
>Description:
Upgraded sysutils/psmisc to version 22.15. From ChangeLog:

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

https://redports.org/buildarchive/20120219195312-22210/
>How-To-Repeat:
>Fix:
--- psmisc.2012-02-20T012733Z.diff begins here ---
diff -Nrux .svn -x work /usr/ports/sysutils/psmisc/Makefile psmisc/Makefile
--- /usr/ports/sysutils/psmisc/Makefile	2011-08-08 06:04:59.000000000 -0700
+++ psmisc/Makefile	2012-02-19 10:15:19.000000000 -0800
@@ -6,7 +6,7 @@
 #
 
 PORTNAME=	psmisc
-PORTVERSION=	22.14
+PORTVERSION=	22.15
 CATEGORIES=	sysutils
 MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}/
 
diff -Nrux .svn -x work /usr/ports/sysutils/psmisc/distinfo psmisc/distinfo
--- /usr/ports/sysutils/psmisc/distinfo	2011-08-08 06:04:59.000000000 -0700
+++ psmisc/distinfo	2012-02-19 10:15:19.655041832 -0800
@@ -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
diff -Nrux .svn -x work /usr/ports/sysutils/psmisc/files/patch-src-Makefile.in psmisc/files/patch-src-Makefile.in
--- /usr/ports/sysutils/psmisc/files/patch-src-Makefile.in	2010-10-05 22:58:11.000000000 -0700
+++ psmisc/files/patch-src-Makefile.in	2012-02-19 10:18:38.434622380 -0800
@@ -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) 
diff -Nrux .svn -x work /usr/ports/sysutils/psmisc/pkg-plist psmisc/pkg-plist
--- /usr/ports/sysutils/psmisc/pkg-plist	2010-10-05 22:58:11.000000000 -0700
+++ psmisc/pkg-plist	2012-02-19 10:48:40.482692119 -0800
@@ -8,6 +8,7 @@
 %%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
--- psmisc.2012-02-20T012733Z.diff ends here ---
>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201202201922.q1KJLsmk079977>