Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: aldot at uclibc.org <aldot@uclibc.org>
To: buildroot@busybox.net
Subject: [Buildroot] svn commit: trunk/buildroot/package/pciutils
Date: Tue, 21 Aug 2007 09:51:47 -0700 (PDT)	[thread overview]
Message-ID: <20070821165147.7CD5EA470E@busybox.net> (raw)

Author: aldot
Date: 2007-08-21 09:51:46 -0700 (Tue, 21 Aug 2007)
New Revision: 19621

Log:
- bump version to 2.2.6


Modified:
   trunk/buildroot/package/pciutils/pciutils.mk
   trunk/buildroot/package/pciutils/pciutils.patch


Changeset:
Modified: trunk/buildroot/package/pciutils/pciutils.mk
===================================================================
--- trunk/buildroot/package/pciutils/pciutils.mk	2007-08-21 16:48:47 UTC (rev 19620)
+++ trunk/buildroot/package/pciutils/pciutils.mk	2007-08-21 16:51:46 UTC (rev 19621)
@@ -3,7 +3,7 @@
 # pciutils
 #
 #############################################################
-PCIUTILS_VERSION:=2.1.11
+PCIUTILS_VERSION:=2.2.6
 PCIUTILS_SOURCE:=pciutils-$(PCIUTILS_VERSION).tar.gz
 PCIUTILS_CAT:=$(ZCAT)
 PCIUTILS_SITE:=ftp://atrey.karlin.mff.cuni.cz/pub/linux/pci

Modified: trunk/buildroot/package/pciutils/pciutils.patch
===================================================================
--- trunk/buildroot/package/pciutils/pciutils.patch	2007-08-21 16:48:47 UTC (rev 19620)
+++ trunk/buildroot/package/pciutils/pciutils.patch	2007-08-21 16:51:46 UTC (rev 19621)
@@ -1,5 +1,5 @@
---- pciutils-2.1.11/lib/configure
-+++ pciutils-2.1.11/lib/configure
+--- pciutils-2.2.6/lib/configure
++++ pciutils-2.2.6/lib/configure
 @@ -12,7 +12,7 @@
  echo_n "Configuring libpci for your system..."
  sharedir=${1:-/usr/share}
@@ -9,68 +9,4 @@
  rel=`uname -r`
  if [ "$sys" = "AIX" -a -x /usr/bin/oslevel -a -x /usr/sbin/lsattr ]
  then
-@@ -25,7 +25,6 @@
- echo " $sys/$cpu $rel"
- 
- c=config.h
--echo >$c "#define ARCH_`echo $cpu | tr 'a-z' 'A-Z'`"
- echo >>$c "#define OS_`echo $sys | tr 'a-z' 'A-Z'`"
- 
- echo_n "Looking for access methods..."
-@@ -40,17 +39,6 @@
- 						ok=1
- 						;;
- 		esac
--		case $cpu in
--				i386)		echo_n " i386-ports"
--						echo >>$c '#define HAVE_PM_INTEL_CONF'
--						ok=1
--						;;
--				alpha|ia64)	echo >>$c '#define HAVE_64BIT_ADDRESS'
--						;;
--				sparc|sparc64)	echo >>$c '#define HAVE_64BIT_ADDRESS'
--						echo >>$c '#define HAVE_LONG_ADDRESS'
--						;;
--		esac
- 		;;
- 	FreeBSD)
- 		echo_n " fbsd-device"
---- pciutils-2.1.11/Makefile
-+++ pciutils-2.1.11/Makefile
-@@ -18,16 +18,6 @@
- DIRINSTALL=install -d
- PCILIB=libpci.a
- 
--ifeq ($(shell uname),NetBSD)
--PCILIB=libpciutils.a
--LDFLAGS+=-lpci
--else
--ifeq ($(shell uname),AIX)
--CFLAGS=-g
--INSTALL=installbsd
--DIRINSTALL=mkdir -p
--endif
--endif
- 
- export
- 
---- pciutils-2.1.11/lspci.c
-+++ pciutils-2.1.11/lspci.c
-@@ -51,7 +51,7 @@
- 
- /* Format strings used for IRQ numbers and memory addresses */
- 
--#ifdef ARCH_SPARC64
-+#ifdef __sparc64__
- #define IRQ_FORMAT "%08x"
- #else
- #define IRQ_FORMAT "%d"
-@@ -67,7 +67,7 @@
- #define ADDR_FORMAT "%08lx"
- #endif
- 
--#ifdef ARCH_SPARC64
-+#ifdef __sparc64__
- #define IO_FORMAT "%016Lx"
- #elif defined(HAVE_LONG_ADDRESS)
- #define IO_FORMAT "%04Lx"
+

             reply	other threads:[~2007-08-21 16:51 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-08-21 16:51 aldot at uclibc.org [this message]
  -- strict thread matches above, loose matches on Subject: below --
2009-01-02 12:01 [Buildroot] svn commit: trunk/buildroot/package/pciutils nkukard at uclibc.org
2009-01-01 17:28 nkukard at uclibc.org
2009-01-01 14:05 nkukard at uclibc.org
2008-10-31 12:41 correa at uclibc.org
2008-11-02 13:24 ` Peter Korsgaard
2008-10-31 12:14 correa at uclibc.org
2008-11-02 13:18 ` Peter Korsgaard
2008-10-31  4:03 correa at uclibc.org
2008-10-31 10:30 ` Bernhard Reutner-Fischer
2008-10-31 10:54   ` Thiago A. Corrêa
2008-10-31 11:02     ` Bernhard Reutner-Fischer
2008-10-31 11:27       ` Thiago A. Corrêa
2008-10-31 12:15         ` Thiago A. Corrêa
2008-10-31  3:55 correa at uclibc.org
2008-04-08 13:06 nkukard at uclibc.org
2006-12-05 12:57 aldot 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=20070821165147.7CD5EA470E@busybox.net \
    --to=aldot@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