From: jacmet at uclibc.org <jacmet@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/procps
Date: Sun, 24 Aug 2008 05:40:36 -0700 (PDT) [thread overview]
Message-ID: <20080824124036.73E683C675@busybox.net> (raw)
Author: jacmet
Date: 2008-08-24 05:40:36 -0700 (Sun, 24 Aug 2008)
New Revision: 23195
Log:
procps: bump version
Closes #4284.
Removed:
trunk/buildroot/package/procps/procps-mips-define-pagesize.patch
Modified:
trunk/buildroot/package/procps/procps.mk
Changeset:
Deleted: trunk/buildroot/package/procps/procps-mips-define-pagesize.patch
===================================================================
--- trunk/buildroot/package/procps/procps-mips-define-pagesize.patch 2008-08-24 12:40:32 UTC (rev 23194)
+++ trunk/buildroot/package/procps/procps-mips-define-pagesize.patch 2008-08-24 12:40:36 UTC (rev 23195)
@@ -1,29 +0,0 @@
-diff -Naurp procps-3.2.3.orig/minimal.c procps-3.2.3/minimal.c
---- procps-3.2.3.orig/minimal.c 2004-05-04 20:26:14.000000000 -0400
-+++ procps-3.2.3/minimal.c 2004-08-20 02:01:35.868100752 -0400
-@@ -68,8 +68,8 @@
- ///////////////////////////////////////////////////////////
-
- #ifndef PAGE_SIZE
--#warning PAGE_SIZE not defined, assuming it is 4096
--#define PAGE_SIZE 4096
-+#warning PAGE_SIZE not defined, using sysconf() to determine correct value
-+#define PAGE_SIZE (sysconf(_SC_PAGESIZE))
- #endif
-
-
-diff -Naurp procps-3.2.3.orig/ps/common.h procps-3.2.3/ps/common.h
---- procps-3.2.3.orig/ps/common.h 2004-04-25 17:03:18.000000000 -0400
-+++ procps-3.2.3/ps/common.h 2004-08-20 02:00:59.228670792 -0400
-@@ -16,6 +16,11 @@
- #include "../proc/readproc.h"
- #include <asm/page.h> /* looks safe for glibc, we need PAGE_SIZE */
-
-+#ifndef PAGE_SIZE
-+#warning PAGE_SIZE not defined, using sysconf() to determine correct value
-+#define PAGE_SIZE (sysconf(_SC_PAGESIZE))
-+#endif
-+
- #if 0
- #define trace(args...) printf(## args)
- #else
Modified: trunk/buildroot/package/procps/procps.mk
===================================================================
--- trunk/buildroot/package/procps/procps.mk 2008-08-24 12:40:32 UTC (rev 23194)
+++ trunk/buildroot/package/procps/procps.mk 2008-08-24 12:40:36 UTC (rev 23195)
@@ -3,7 +3,7 @@
# procps
#
#############################################################
-PROCPS_VERSION:=3.2.5
+PROCPS_VERSION:=3.2.7
PROCPS_SOURCE:=procps-$(PROCPS_VERSION).tar.gz
PROCPS_SITE:=http://procps.sourceforge.net/
PROCPS_DIR:=$(BUILD_DIR)/procps-$(PROCPS_VERSION)
next reply other threads:[~2008-08-24 12:40 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2008-08-24 12:40 jacmet at uclibc.org [this message]
-- strict thread matches above, loose matches on Subject: below --
2008-09-09 2:06 [Buildroot] svn commit: trunk/buildroot/package/procps hamish at uclibc.org
2008-09-09 7:31 ` Peter Korsgaard
2008-08-24 12:40 jacmet at uclibc.org
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20080824124036.73E683C675@busybox.net \
--to=jacmet@uclibc.org \
--cc=buildroot@busybox.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox