Browse Source

* updated xfsprogs (2.8.4 -> 2.8.18-1)

git-svn-id: svn://svn.opensde.net/opensde/package/trunk@20490 10447126-35f2-4685-b0cf-6dd780d3921f
early
Christian Wiese 18 years ago
parent
commit
07b6a7b0af
  1. 41
      filesystem/xfsprogs/asm-types.patch
  2. 31
      filesystem/xfsprogs/libtool_tags.patch
  3. 6
      filesystem/xfsprogs/xfsprogs.desc

41
filesystem/xfsprogs/asm-types.patch

@ -1,41 +0,0 @@
# --- T2-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# T2 SDE: package/.../xfsprogs/asm-types.patch
# Copyright (C) 2006 The T2 SDE Project
#
# More information can be found in the files COPYING and README.
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# --- T2-COPYRIGHT-NOTE-END ---
Of course on some arches long long is not 64bit and differs from the kernel
includes, include later on.
- Rene Rebe <rene@exactcode.de>
--- xfsprogs-2.7.11/include/platform_defs.h.in.vanilla 2006-03-29 10:29:54.000000000 +0200
+++ xfsprogs-2.7.11/include/platform_defs.h.in 2006-03-29 10:31:38.000000000 +0200
@@ -30,7 +30,9 @@
#include <string.h>
#include <unistd.h>
#include <sys/types.h>
+#include <asm/types.h>
+#if 0
typedef unsigned char __u8;
typedef signed char __s8;
typedef unsigned short __u16;
@@ -39,6 +41,7 @@
typedef signed int __s32;
typedef unsigned long long int __u64;
typedef signed long long int __s64;
+#endif
typedef __u16 __be16;
typedef __u32 __be32;

31
filesystem/xfsprogs/libtool_tags.patch

@ -1,31 +0,0 @@
# --- SDE-COPYRIGHT-NOTE-BEGIN ---
# This copyright note is auto-generated by ./scripts/Create-CopyPatch.
#
# Filename: package/.../xfsprogs/libtool_tags.patch
# Copyright (C) 2006 The OpenSDE Project
#
# More information can be found in the files COPYING and README.
#
# This patch file is dual-licensed. It is available under the license the
# patched project is licensed under, as long as it is an OpenSource license
# as defined at http://www.opensource.org/ (e.g. BSD, X11) or under the terms
# of the GNU General Public License as published by the Free Software
# Foundation; either version 2 of the License, or (at your option) any later
# version.
# --- SDE-COPYRIGHT-NOTE-END ---
--- ./include/buildmacros.orig 2006-09-29 13:47:02.000000000 -0400
+++ ./include/buildmacros 2006-09-29 13:50:04.000000000 -0400
@@ -41,10 +41,10 @@
LTOBJECTS = $(OBJECTS:.o=.lo)
LTVERSION = $(LT_CURRENT):$(LT_REVISION):$(LT_AGE)
-LTLINK = $(LIBTOOL) --mode=link $(CC)
+LTLINK = $(LIBTOOL) --tag CC --mode=link $(CC)
LTEXEC = $(LIBTOOL) --mode=execute
LTINSTALL = $(LIBTOOL) --mode=install $(INSTALL)
-LTCOMPILE = $(LIBTOOL) --mode=compile $(CCF)
+LTCOMPILE = $(LIBTOOL) --tag CC --mode=compile $(CCF)
ifeq ($(ENABLE_SHARED),yes)
LTLDFLAGS += -rpath $(PKG_LIB_DIR)

6
filesystem/xfsprogs/xfsprogs.desc

@ -3,7 +3,7 @@
[COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch.
[COPY]
[COPY] Filename: package/.../xfsprogs/xfsprogs.desc
[COPY] Copyright (C) 2006 The OpenSDE Project
[COPY] Copyright (C) 2006 - 2007 The OpenSDE Project
[COPY] Copyright (C) 2004 - 2006 The T2 SDE Project
[COPY] Copyright (C) 1998 - 2003 Clifford Wolf
[COPY]
@ -35,8 +35,8 @@
[L] GPL
[S] Stable
[V] 2.8.4
[V] 2.8.18-1
[P] X -----5---9 183.700
[D] 2566549191 xfsprogs_2.8.4-1.tar.gz ftp://oss.sgi.com/projects/xfs/cmd_tars/
[D] 2756407860 xfsprogs_2.8.18-1.tar.gz ftp://oss.sgi.com/projects/xfs/cmd_tars/

Loading…
Cancel
Save