[arch-commits] Commit in sg3_utils/repos (3 files)

François Charette francois at archlinux.org
Tue Jun 30 14:29:03 UTC 2009


    Date: Tuesday, June 30, 2009 @ 10:29:03
  Author: francois
Revision: 43974

Merged revisions 43973 via svnmerge from 
svn+ssh://archlinux.org/srv/svn-packages/sg3_utils/trunk

........
  r43973 | francois | 2009-06-30 16:22:28 +0200 (Tue, 30 Jun 2009) | 1 line
  
  patch to fix headers: see http://bugs.gentoo.org/show_bug.cgi?id=229653
........

Added:
  sg3_utils/repos/extra-i686/stdint.patch
    (from rev 43973, sg3_utils/trunk/stdint.patch)
Modified:
  sg3_utils/repos/extra-i686/	(properties)
  sg3_utils/repos/extra-i686/PKGBUILD

--------------+
 PKGBUILD     |    8 +++++---
 stdint.patch |   22 ++++++++++++++++++++++
 2 files changed, 27 insertions(+), 3 deletions(-)


Property changes on: sg3_utils/repos/extra-i686
___________________________________________________________________
Modified: svnmerge-integrated
   - /sg3_utils/trunk:1-36202
   + /sg3_utils/trunk:1-43973

Modified: extra-i686/PKGBUILD
===================================================================
--- extra-i686/PKGBUILD	2009-06-30 14:22:28 UTC (rev 43973)
+++ extra-i686/PKGBUILD	2009-06-30 14:29:03 UTC (rev 43974)
@@ -2,18 +2,20 @@
 # Maintainer: Daniel Isenmann <daniel at archlinux.org>
 pkgname=sg3_utils
 pkgver=1.27
-pkgrel=1
+pkgrel=2
 pkgdesc="Generic SCSI utilities"
 arch=(i686 x86_64)
 url="http://sg.danny.cz/sg/sg3_utils.html"
 license=('GPL' 'custom:BSD')
 depends=('glibc')
 options=('!libtool')
-source=(http://sg.danny.cz/sg/p/${pkgname}-${pkgver}.tgz)
-md5sums=('de42374a6ba11258f1963134542af12c')
+source=("http://sg.danny.cz/sg/p/${pkgname}-${pkgver}.tgz" "stdint.patch")
+md5sums=('de42374a6ba11258f1963134542af12c'
+         '795480007541389d2ceebb364c75dbcf')
 
 build() {
   cd "${srcdir}/${pkgname}-${pkgver}"
+  patch -p0 < ../stdint.patch || return 1
   ./configure --prefix=/usr || return 1
   make || return 1
   make DESTDIR=${startdir}/pkg install || return 1

Copied: sg3_utils/repos/extra-i686/stdint.patch (from rev 43973, sg3_utils/trunk/stdint.patch)
===================================================================
--- extra-i686/stdint.patch	                        (rev 0)
+++ extra-i686/stdint.patch	2009-06-30 14:29:03 UTC (rev 43974)
@@ -0,0 +1,22 @@
+--- include/sg_cmds_basic.h	2008/06/26 23:27:40	1.1
++++ include/sg_cmds_basic.h	2008/06/26 23:28:06
+@@ -30,6 +30,8 @@
+  *
+  */
+ 
++#include <stdint.h>
++
+ #ifdef __cplusplus
+ extern "C" {
+ #endif
+--- include/sg_cmds_extra.h	2008/06/26 23:27:40	1.1
++++ include/sg_cmds_extra.h	2008/06/26 23:29:02
+@@ -30,6 +30,8 @@
+  *
+  */
+ 
++#include <stdint.h>
++
+ #ifdef __cplusplus
+ extern "C" {
+ #endif




More information about the arch-commits mailing list