pkgsrc-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[pkgsrc/trunk]: pkgsrc Bump PKGREVISION for pstree, because it packaged befor...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/316dad8c8725
branches:  trunk
changeset: 538302:316dad8c8725
user:      reed <reed%pkgsrc.org@localhost>
date:      Tue Feb 05 14:07:05 2008 +0000

description:
Bump PKGREVISION for pstree, because it packaged before but didn't work
(on DragonFly).

Fix DragonFly support.

This is for PR #35832. Thank you, fuyuki, for the patch.
I didn't commit the other bug fix, because it was already fixed
(even though I didn't see in the change log at end of source).

diffstat:

 doc/CHANGES-2008                 |   3 ++-
 sysutils/pstree/Makefile         |   3 ++-
 sysutils/pstree/distinfo         |   3 ++-
 sysutils/pstree/patches/patch-aa |  13 +++++++++++++
 4 files changed, 19 insertions(+), 3 deletions(-)

diffs (55 lines):

diff -r 76de92e5985a -r 316dad8c8725 doc/CHANGES-2008
--- a/doc/CHANGES-2008  Tue Feb 05 13:51:09 2008 +0000
+++ b/doc/CHANGES-2008  Tue Feb 05 14:07:05 2008 +0000
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES-2008,v 1.219 2008/02/05 11:36:21 obache Exp $
+$NetBSD: CHANGES-2008,v 1.220 2008/02/05 14:07:05 reed Exp $
 
 Changes to the packages collection and infrastructure in 2008:
 
@@ -381,3 +381,4 @@
        Updated devel/atf to 0.4 [jmmv 2008-02-04]
        Updated devel/p5-PathTools to 3.27 [obache 2008-02-05]
        Updated security/p5-IO-Socket-SSL to 1.13 [obache 2008-02-05]
+       Updated sysutils/pstree to 2.32nb1 [reed 2008-02-05]
diff -r 76de92e5985a -r 316dad8c8725 sysutils/pstree/Makefile
--- a/sysutils/pstree/Makefile  Tue Feb 05 13:51:09 2008 +0000
+++ b/sysutils/pstree/Makefile  Tue Feb 05 14:07:05 2008 +0000
@@ -1,7 +1,8 @@
-# $NetBSD: Makefile,v 1.21 2008/01/05 20:33:17 heinz Exp $
+# $NetBSD: Makefile,v 1.22 2008/02/05 14:07:05 reed Exp $
 #
 
 DISTNAME=      pstree-2.32
+PKGREVISION=   1
 CATEGORIES=    sysutils
 MASTER_SITES=  ftp://ftp.thp.uni-duisburg.de/pub/source/
 #              http://fresh.t-systems-sfr.com/unix/src/misc/
diff -r 76de92e5985a -r 316dad8c8725 sysutils/pstree/distinfo
--- a/sysutils/pstree/distinfo  Tue Feb 05 13:51:09 2008 +0000
+++ b/sysutils/pstree/distinfo  Tue Feb 05 14:07:05 2008 +0000
@@ -1,5 +1,6 @@
-$NetBSD: distinfo,v 1.8 2008/01/05 20:33:17 heinz Exp $
+$NetBSD: distinfo,v 1.9 2008/02/05 14:07:05 reed Exp $
 
 SHA1 (pstree-2.32.tar.gz) = 78fd42e10c678290e50f169f0afb73f3a5cabca4
 RMD160 (pstree-2.32.tar.gz) = 77de4c1186599d553d9fb8822d99fa371decdbb2
 Size (pstree-2.32.tar.gz) = 10058 bytes
+SHA1 (patch-aa) = 31c88466785a2396b5383b8b74e8b86291428f3c
diff -r 76de92e5985a -r 316dad8c8725 sysutils/pstree/patches/patch-aa
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/sysutils/pstree/patches/patch-aa  Tue Feb 05 14:07:05 2008 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aa,v 1.3 2008/02/05 14:07:05 reed Exp $
+
+--- /build/reed/tmp/pkgsrc/sysutils/pstree/work.reed/pstree.c.orig     2008-02-05 05:56:52.000000000 -0800
++++ /build/reed/tmp/pkgsrc/sysutils/pstree/work.reed/pstree.c  2008-02-05 05:58:25.000000000 -0800
+@@ -63,7 +63,7 @@
+ #  define PSVARS      &P[i].uid, &P[i].pid, &P[i].ppid, &P[i].pgid, P[i].cmd
+ #  define PSVARSN     5
+ /************************************************************************/
+-#elif defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__APPLE__)
++#elif defined(__FreeBSD__) || defined(__NetBSD__) || defined(__OpenBSD__) || defined(__APPLE__) || defined(__DragonFly__)
+ /* NetBSD contributed by Gary D. Duzan <gary AT wheel.tiac.net>
+  * FreeBSD contributed by Randall Hopper <rhh AT ct.picker.com> 
+  * Darwin / Mac OS X patch by Yuji Yamano <yyamano AT kt.rim.or.jp>



Home | Main Index | Thread Index | Old Index