Magellan Linux

Diff of /branches/magellan-next/extras/libarchive/libarchive-2.8.4-r1.smage2

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

revision 7130 by niro, Wed Sep 29 11:02:42 2010 UTC revision 7131 by niro, Wed Sep 29 11:08:24 2010 UTC
# Line 11  DESCRIPTION="A library that can create a Line 11  DESCRIPTION="A library that can create a
11  HOMEPAGE="http://people.freebsd.org/~kientzle/libarchive/"  HOMEPAGE="http://people.freebsd.org/~kientzle/libarchive/"
12    
13  DEPEND=">= app-arch/bzip2-1.0.6  DEPEND=">= app-arch/bzip2-1.0.6
14   >= sys-libs/zlib-1.2"   >= app-arch/xz-utils-4.999
15     >= dev-libs/openssl-1.0.0
16     >= sys-libs/zlib-1.2
17     >= sys-apps/attr-2.4
18     >= sys-apps/acl-2.2"
19    
20  SDEPEND=">= sys-fs/e2fsprogs-1.41  SDEPEND=">= sys-fs/e2fsprogs-1.41
21   >= virtual/kernel-headers"   >= virtual/kernel-headers"
# Line 37  src_compile() Line 41  src_compile()
41   --bindir=/bin \   --bindir=/bin \
42   --enable-bsdtar=shared \   --enable-bsdtar=shared \
43   --enable-bsdcpio=shared \   --enable-bsdcpio=shared \
44   --disable-acl \   --enable-acl \
45   --disable-xattr \   --enable-xattr \
46   --with-zlib \   --with-zlib \
47   --with-bz2lib\   --with-bz2lib\
48   --without-lzma \   --with-lzma \
49   || die   || die
50    
51   mmake || die   mmake || die

Legend:
Removed from v.7130  
changed lines
  Added in v.7131