From 8055b8b5ff4bffd51bc2143461746d6471e00d20 Mon Sep 17 00:00:00 2001 From: Christian Wiese Date: Tue, 8 May 2012 20:43:40 +0200 Subject: [PATCH] attr: Updated (2.4.43-1 -> 2.4.46) --- base/attr/attr.desc | 9 +++++--- base/attr/destdir.patch | 39 ------------------------------- base/attr/install.patch | 29 ----------------------- base/attr/libtool_tag.patch | 31 ------------------------- base/attr/no-links.patch | 46 ------------------------------------- 5 files changed, 6 insertions(+), 148 deletions(-) delete mode 100644 base/attr/destdir.patch delete mode 100644 base/attr/install.patch delete mode 100644 base/attr/libtool_tag.patch delete mode 100644 base/attr/no-links.patch diff --git a/base/attr/attr.desc b/base/attr/attr.desc index 855c6fdf9..b7e4caaba 100644 --- a/base/attr/attr.desc +++ b/base/attr/attr.desc @@ -3,7 +3,7 @@ [COPY] This copyright note is auto-generated by ./scripts/Create-CopyPatch. [COPY] [COPY] Filename: package/.../attr/attr.desc -[COPY] Copyright (C) 2006 - 2011 The OpenSDE Project +[COPY] Copyright (C) 2006 - 2012 The OpenSDE Project [COPY] Copyright (C) 2004 - 2006 The T2 SDE Project [COPY] Copyright (C) 1998 - 2003 Clifford Wolf [COPY] @@ -31,6 +31,9 @@ [T] trol Lists (ACLs) may be implemented using extended [T] attributes. +[U] http://savannah.nongnu.org/projects/attr/ +[U] http://www.bestbits.at/acl/ + [A] Andreas Gruenbacher [A] SGI XFS development team [M] The OpenSDE Community @@ -41,7 +44,7 @@ [L] LGPL [S] Stable -[V] 2.4.43-1 +[V] 2.4.46 [P] X -?---5---9 108.470 -[D] 833204407 attr_2.4.43-1.tar.gz ftp://oss.sgi.com/projects/xfs/cmd_tars/ +[D] 2740599464 attr-2.4.46.src.tar.gz http://download-mirror.savannah.gnu.org/releases/attr/ diff --git a/base/attr/destdir.patch b/base/attr/destdir.patch deleted file mode 100644 index 71d95dd94..000000000 --- a/base/attr/destdir.patch +++ /dev/null @@ -1,39 +0,0 @@ -# --- SDE-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# Filename: package/.../attr/destdir.patch -# Copyright (C) 2007 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/builddefs.in.orig 2007-01-25 01:32:46.000000000 -0300 -+++ ./include/builddefs.in 2007-06-25 05:44:53.000000000 -0400 -@@ -27,13 +27,13 @@ - PKG_VERSION = @pkg_version@ - PKG_PLATFORM = @pkg_platform@ - PKG_DISTRIBUTION= @pkg_distribution@ --PKG_BIN_DIR = @bindir@ --PKG_SBIN_DIR = @sbindir@ --PKG_LIB_DIR = @libdir@@libdirsuffix@ --PKG_DEVLIB_DIR = @libexecdir@@libdirsuffix@ --PKG_INC_DIR = @includedir@/attr --PKG_MAN_DIR = @mandir@ --PKG_DOC_DIR = @datadir@/doc/@pkg_name@ -+PKG_BIN_DIR = $(DESTDIR)@bindir@ -+PKG_SBIN_DIR = $(DESTDIR)@sbindir@ -+PKG_LIB_DIR = $(DESTDIR)@libdir@@libdirsuffix@ -+PKG_DEVLIB_DIR = $(DESTDIR)@libexecdir@@libdirsuffix@ -+PKG_INC_DIR = $(DESTDIR)@includedir@/attr -+PKG_MAN_DIR = $(DESTDIR)@mandir@ -+PKG_DOC_DIR = $(DESTDIR)@datadir@/doc/@pkg_name@ - PKG_LOCALE_DIR = @datadir@/locale - - CC = @cc@ diff --git a/base/attr/install.patch b/base/attr/install.patch deleted file mode 100644 index 7337cfac0..000000000 --- a/base/attr/install.patch +++ /dev/null @@ -1,29 +0,0 @@ -# --- SDE-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# Filename: package/.../attr/install.patch -# Copyright (C) 2009 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 --- - -our install wrapper deletes the library and crashes, because bash relies on it - ---- ./install-sh.orig 2009-11-17 10:58:36.000000000 +0100 -+++ ./install-sh 2009-11-17 10:59:49.000000000 +0100 -@@ -92,7 +92,7 @@ - - if $INSTALL - then -- CP=cp; LN=ln; MKDIR=mkdir; CHMOD=chmod; CHOWN=_chown -+ CP=install; LN=ln; MKDIR=mkdir; CHMOD=chmod; CHOWN=_chown - else - CP=true; LN=true; MKDIR=true; CHMOD=true; CHOWN=true - fi diff --git a/base/attr/libtool_tag.patch b/base/attr/libtool_tag.patch deleted file mode 100644 index 9ba01e15d..000000000 --- a/base/attr/libtool_tag.patch +++ /dev/null @@ -1,31 +0,0 @@ -# --- SDE-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# Filename: package/.../attr/libtool_tag.patch -# Copyright (C) 2007 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 2007-06-25 05:46:58.000000000 -0400 -+++ ./include/buildmacros 2007-06-25 05:47:18.000000000 -0400 -@@ -41,10 +41,10 @@ - LTOBJECTS = $(OBJECTS:.o=.lo) - LTVERSION = $(LT_CURRENT):$(LT_REVISION):$(LT_AGE) - --LTLINK = $(LIBTOOL) --mode=link $(CC) -+LTLINK = $(LIBTOOL) --mode=link --tag=gcc $(CC) - LTEXEC = $(LIBTOOL) --mode=execute - LTINSTALL = $(LIBTOOL) --mode=install $(INSTALL) --LTCOMPILE = $(LIBTOOL) --mode=compile $(CCF) -+LTCOMPILE = $(LIBTOOL) --mode=compile --tag=gcc $(CCF) - - ifeq ($(ENABLE_SHARED),yes) - LTLDFLAGS += -rpath $(PKG_LIB_DIR) diff --git a/base/attr/no-links.patch b/base/attr/no-links.patch deleted file mode 100644 index 172fec836..000000000 --- a/base/attr/no-links.patch +++ /dev/null @@ -1,46 +0,0 @@ -# --- SDE-COPYRIGHT-NOTE-BEGIN --- -# This copyright note is auto-generated by ./scripts/Create-CopyPatch. -# -# Filename: package/.../attr/no-links.patch -# Copyright (C) 2007 The OpenSDE Project -# 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. -# --- SDE-COPYRIGHT-NOTE-END --- - - -Don't create these links, this hurts our .la,.a file handling, -but create a normal /lib/libattr.so link. - -- jsaw - ---- attr-2.4.32/include/buildmacros.orig 2007-03-14 16:51:02.000000000 +0100 -+++ attr-2.4.32/include/buildmacros 2007-03-14 16:52:20.000000000 +0100 -@@ -56,7 +56,8 @@ - cd $(TOPDIR)/$(LIBNAME)/.libs; \ - ../$(INSTALL) -m 755 -d $(PKG_LIB_DIR); \ - ../$(INSTALL) -m 644 -T so_dot_version $(LIBNAME).lai $(PKG_LIB_DIR); \ -- ../$(INSTALL) -T so_dot_current $(LIBNAME).lai $(PKG_LIB_DIR) -+ ../$(INSTALL) -T so_dot_current $(LIBNAME).lai $(PKG_LIB_DIR); \ -+ ../$(INSTALL) -T so_base $(LIBNAME).lai $(PKG_LIB_DIR) - endif - - # Libtool thinks the static and shared libs should be in the same dir, so -@@ -72,10 +73,7 @@ - ../$(INSTALL) -m 644 -T old_lib $(LIBNAME).lai $(PKG_DEVLIB_DIR); \ - ../$(INSTALL) -m 644 $(LIBNAME).lai $(PKG_DEVLIB_DIR)/$(LIBNAME).la ; \ - ../$(INSTALL) -m 755 -d $(PKG_LIB_DIR); \ -- ../$(INSTALL) -T so_base $(LIBNAME).lai $(PKG_LIB_DIR); \ -- ../$(INSTALL) -S $(PKG_DEVLIB_DIR)/$(LIBNAME).a $(PKG_LIB_DIR)/$(LIBNAME).a; \ -- ../$(INSTALL) -S $(PKG_DEVLIB_DIR)/$(LIBNAME).la $(PKG_LIB_DIR)/$(LIBNAME).la; \ -- ../$(INSTALL) -S $(PKG_LIB_DIR)/$(LIBNAME).so $(PKG_DEVLIB_DIR)/$(LIBNAME).so -+ ../$(INSTALL) -T so_base $(LIBNAME).lai $(PKG_LIB_DIR); - else - INSTALL_LTLIB_DEV = $(INSTALL_LTLIB_STATIC) - endif