CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
psmisc: updated to 23.1
authorVictor Martinez <pitillo@ono.com>
Wed, 9 May 2018 00:44:33 +0000 (00:44 +0000)
committerVictor Martinez <pitillo@ono.com>
Wed, 9 May 2018 00:44:33 +0000 (00:44 +0000)
psmisc/.footprint
psmisc/.md5sum
psmisc/Pkgfile

index 92b5fcfcca1ae25a0ad88470e817a60e62607684..24dec99c96fb1548234c6e3a97935264b1dd0fbc 100644 (file)
@@ -4,6 +4,7 @@ drwxr-xr-x      root/root       usr/bin/
 -rwxr-xr-x     root/root       usr/bin/killall
 -rwxr-xr-x     root/root       usr/bin/peekfd
 -rwxr-xr-x     root/root       usr/bin/prtstat
+-rwxr-xr-x     root/root       usr/bin/pslog
 -rwxr-xr-x     root/root       usr/bin/pstree
 drwxr-xr-x     root/root       usr/share/
 drwxr-xr-x     root/root       usr/share/man/
@@ -12,4 +13,5 @@ drwxr-xr-x    root/root       usr/share/man/man1/
 -rw-r--r--     root/root       usr/share/man/man1/killall.1.gz
 -rw-r--r--     root/root       usr/share/man/man1/peekfd.1.gz
 -rw-r--r--     root/root       usr/share/man/man1/prtstat.1.gz
+-rw-r--r--     root/root       usr/share/man/man1/pslog.1.gz
 -rw-r--r--     root/root       usr/share/man/man1/pstree.1.gz
index 581840db37433f49cd05bebc591809d6fa29b219..ed93b3e05a3b0f8cba046ab83bc12658b35ec57d 100644 (file)
@@ -1,2 +1,2 @@
 6d0386913eb0a88e43aa9bc868cb0eb5  fuseropts.patch
-935c0fd6eb208288262b385fa656f1bf  psmisc-22.21.tar.gz
+bbba1f701c02fb50d59540d1ff90d8d1  psmisc-23.1.tar.xz
index ac0117ea4e09fe3bf2fe1885be31006d3472d7b8..4c9989a353559256c2432a2f6a54ab2f3dabd193 100644 (file)
@@ -5,9 +5,9 @@
 # Depends on: ncurses
 
 name=psmisc
-version=22.21
-release=3
-source=(http://downloads.sourceforge.net/project/$name/$name/$name-$version.tar.gz \
+version=23.1
+release=1
+source=(http://downloads.sourceforge.net/project/$name/$name/$name-$version.tar.xz
         fuseropts.patch)
 
 build() {
@@ -19,7 +19,7 @@ ac_cv_func_realloc_0_nonnull=yes
 EOF
 
   # https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=740275
-  patch -p1 -i $SRC/fuseropts.patch
+#  patch -p1 -i $SRC/fuseropts.patch
 
   ./configure --build=$CHOST \
               --host=$CTARGET \