Magellan Linux

Diff of /trunk/core/attr/attr-2.4.43-r1.smage2

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 3095 by niro, Tue Oct 13 12:48:41 2009 UTC revision 3096 by niro, Tue Oct 13 12:51:56 2009 UTC
# Line 1  Line 1 
1  # $Id$  # $Id$
2    
3  PNAME="acl"  PNAME="attr"
4  PVER="2.2.47"  PVER="2.4.43"
5  PBUILD="r1"  PBUILD="r1"
6    
7  PCATEGORIE="sys-apps"  PCATEGORIE="sys-apps"
8  STATE="unstable"  STATE="unstable"
9    
10  DESCRIPTION="acl: POSIX Access Control Lists."  DESCRIPTION="attr: Extended Attributes Of Filesystem Objects."
11  HOMEPAGE="http://xfs.org/"  HOMEPAGE="http://xfs.org/"
12    
13  DEPEND=">= sys-apps/attr-2.4"  DEPEND=""
   
14  SDEPEND=">= sys-dev/autoconf-5  SDEPEND=">= sys-dev/autoconf-5
15   >= sys-dev/gettext-0.17"   >= sys-dev/gettext-0.17"
16    
# Line 24  SRC_URI=( Line 23  SRC_URI=(
23   ftp://oss.sgi.com/projects/xfs/cmd_tars/${SRCFILE}   ftp://oss.sgi.com/projects/xfs/cmd_tars/${SRCFILE}
24   ftp://oss.sgi.com/projects/xfs/previous/cmd_tars/${SRCFILE}   ftp://oss.sgi.com/projects/xfs/previous/cmd_tars/${SRCFILE}
25   mirror://${PNAME}/${SRCFILE}   mirror://${PNAME}/${SRCFILE}
26     mirror://${PNAME}/${PNAME}-${PVER}-gettext.patch
27     mirror://${PNAME}/${PNAME}-${PVER}-only-symlink-when-needed.patch
28  )  )
29    
30  UP2DATE="updatecmd ftp://oss.sgi.com/projects/xfs/cmd_tars | grep ${PNAME} | sed -n 's/.*_\(.*\)-[0-9]\..*/\1/;$ p'"  UP2DATE="updatecmd ftp://oss.sgi.com/projects/xfs/cmd_tars | grep ${PNAME} | sed -n 's/.*_\(.*\)-[0-9]\..*/\1/;$ p'"
# Line 34  src_prepare() Line 34  src_prepare()
34   munpack ${SRCFILE} || die   munpack ${SRCFILE} || die
35   cd ${SRCDIR}   cd ${SRCDIR}
36    
37  epatch \   mpatch ${PNAME}-${PVER}-gettext.patch || die
38   "${FILESDIR}"/0001-Introduce-new-WALK_TREE_DEREFERENCE_TOPLEVEL-flag.patch \   mpatch ${PNAME}-${PVER}-only-symlink-when-needed.patch || die
  "${FILESDIR}"/0001-Make-sure-that-getfacl-R-only-calls-stat-2-on-symlin.patch #265425  
  epatch "${FILESDIR}"/${PN}-2.2.45-libtool.patch #158068  
  epatch "${FILESDIR}"/${PN}-2.2.45-linguas.patch #205948  
  epatch "${FILESDIR}"/${PN}-2.2.32-only-symlink-when-needed.patch  
39    
40   sed -i \   sed -i \
41   -e "/^PKG_DOC_DIR/s:@pkg_name@:${PNAME}-${PVER}:" \   -e "/^PKG_DOC_DIR/s:@pkg_name@:${PNAME}-${PVER}:" \

Legend:
Removed from v.3095  
changed lines
  Added in v.3096