From dc9e0bba03518e8eb4bead01fba466aab0bfcda4 Mon Sep 17 00:00:00 2001 From: Juan RP Date: Sun, 25 Oct 2009 09:48:16 +0100 Subject: [PATCH] attr: update to 2.4.44. --HG-- extra : convert_revision : b236e9d7b0e444c204db392621b647a364b7291e --- templates/attr/devel.template | 1 - templates/attr/patches/disable_rpath.diff | 19 +++++-------------- templates/attr/template | 6 +++--- 3 files changed, 8 insertions(+), 18 deletions(-) diff --git a/templates/attr/devel.template b/templates/attr/devel.template index 3e3a02a407b..afdfb48a479 100644 --- a/templates/attr/devel.template +++ b/templates/attr/devel.template @@ -5,7 +5,6 @@ long_desc="${long_desc} This package contains files for development, headers, static libs, etc." -revision=2 Add_dependency run attr do_install() diff --git a/templates/attr/patches/disable_rpath.diff b/templates/attr/patches/disable_rpath.diff index 31392ba9315..96756a07b1a 100644 --- a/templates/attr/patches/disable_rpath.diff +++ b/templates/attr/patches/disable_rpath.diff @@ -23,23 +23,14 @@ CC = @cc@ AWK = @awk@ ---- include/buildmacros.orig 2009-04-24 01:53:30.507533937 +0200 -+++ include/buildmacros 2009-04-24 01:54:12.362471802 +0200 -@@ -27,7 +27,7 @@ OBJECTS = $(ASFILES:.s=.o) \ +--- include/buildmacros.orig 2009-10-25 09:35:28.000000000 +0100 ++++ include/buildmacros 2009-10-25 09:35:42.000000000 +0100 +@@ -40,7 +40,7 @@ OBJECTS = $(ASFILES:.s=.o) \ $(LFILES:.l=.o) \ $(YFILES:%.y=%.tab.o) --INSTALL = $(TOPDIR)/install-sh -o $(PKG_USER) -g $(PKG_GROUP) -+INSTALL = $(TOPDIR)/install-sh +-INSTALL = $(TOPDIR)/include/install-sh -o $(PKG_USER) -g $(PKG_GROUP) ++INSTALL = $(TOPDIR)/include/install-sh SHELL = /bin/sh IMAGES_DIR = $(TOPDIR)/all-images -@@ -48,7 +48,7 @@ LTINSTALL = $(LIBTOOL) --mode=install $( - LTCOMPILE = $(LIBTOOL) --mode=compile $(CCF) - - ifeq ($(ENABLE_SHARED),yes) --LTLDFLAGS += -rpath $(PKG_LIB_DIR) -+LTLDFLAGS += -rpath $(PKG_LIB_DIR) - LTLDFLAGS += -version-info $(LTVERSION) - endif - diff --git a/templates/attr/template b/templates/attr/template index 8e762addb5e..8de45d899e5 100644 --- a/templates/attr/template +++ b/templates/attr/template @@ -1,7 +1,7 @@ # Template file for 'attr' pkgname=attr -version=2.4.43 -distfiles="ftp://oss.sgi.com/projects/xfs/cmd_tars/attr_${version}-1.tar.gz" +version=2.4.44 +distfiles="ftp://oss.sgi.com/projects/xfs/cmd_tars/attr-${version}.src.tar.gz" build_style=gnu_configure configure_env="ac_cv_path_LIBTOOL=${XBPS_MASTERDIR}/usr/bin/libtool ac_cv_path_MSGFMT=${XBPS_MASTERDIR}/usr/bin/msgfmt @@ -10,7 +10,7 @@ configure_env="ac_cv_path_LIBTOOL=${XBPS_MASTERDIR}/usr/bin/libtool make_install_args="install-lib install-dev" short_desc="Extended attribute support library for ACL support" maintainer="Juan RP " -checksum=d358b233b3e2ad235e63fd8697e337006fc7506844e424b0d9dd7a24affec5bf +checksum=e01fa00686072a02dddf994e6217be950f51c1dc0852ad2e210c48b6e8de793a long_desc=" This package includes Extended attribute support library for ACL support."