diff --git a/templates/acl/devel.template b/templates/acl/devel.template index 3352390aa7b..015fbb40ebc 100644 --- a/templates/acl/devel.template +++ b/templates/acl/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 acl do_install() diff --git a/templates/acl/patches/disable_rpath.diff b/templates/acl/patches/disable_rpath.diff index 643715696c2..e7a5dfa4bb9 100644 --- a/templates/acl/patches/disable_rpath.diff +++ b/templates/acl/patches/disable_rpath.diff @@ -23,14 +23,14 @@ CC = @cc@ AWK = @awk@ ---- include/buildmacros.orig 2009-04-24 02:29:47.678556160 +0200 -+++ include/buildmacros 2009-04-24 02:29:59.566962810 +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 diff --git a/templates/acl/template b/templates/acl/template index 62617f1a275..6fb92efee27 100644 --- a/templates/acl/template +++ b/templates/acl/template @@ -1,7 +1,7 @@ # Template file for 'acl' pkgname=acl -version=2.2.47 -distfiles="ftp://oss.sgi.com/projects/xfs/cmd_tars/acl_${version}-1.tar.gz" +version=2.2.48 +distfiles="ftp://oss.sgi.com/projects/xfs/cmd_tars/acl-${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="Access Control List filesystem support" maintainer="Juan RP " -checksum=240906fbea566f5d2dc354d67c3c9e776ad7f8a35a189da2f411c4e9847969c8 +checksum=b45e21549c9752ad9b99862cce79d7ec5ef4b32c3e95a39f79f0a8442b86476e long_desc=" This package includes support for Access Control Lists support for supported filesystems."