forked from ports/contrib
lvm2: 2.02.47 -> 2.02.51
This commit is contained in:
parent
d416d76f17
commit
4b91bc5b93
@ -4,10 +4,13 @@ drwx------ root/root etc/lvm/archive/
|
|||||||
drwx------ root/root etc/lvm/backup/
|
drwx------ root/root etc/lvm/backup/
|
||||||
-rw-r--r-- root/root etc/lvm/lvm.conf
|
-rw-r--r-- root/root etc/lvm/lvm.conf
|
||||||
drwxr-xr-x root/root lib/
|
drwxr-xr-x root/root lib/
|
||||||
|
lrwxrwxrwx root/root lib/libdevmapper.a -> libdevmapper.a.1.02
|
||||||
|
-r-xr-xr-x root/root lib/libdevmapper.a.1.02
|
||||||
lrwxrwxrwx root/root lib/libdevmapper.so -> libdevmapper.so.1.02
|
lrwxrwxrwx root/root lib/libdevmapper.so -> libdevmapper.so.1.02
|
||||||
-r-xr-xr-x root/root lib/libdevmapper.so.1.02
|
-r-xr-xr-x root/root lib/libdevmapper.so.1.02
|
||||||
drwxr-xr-x root/root sbin/
|
drwxr-xr-x root/root sbin/
|
||||||
-r-xr-xr-x root/root sbin/dmsetup
|
-r-xr-xr-x root/root sbin/dmsetup
|
||||||
|
-r-xr-xr-x root/root sbin/dmsetup.static
|
||||||
-r-xr-xr-x root/root sbin/fsadm
|
-r-xr-xr-x root/root sbin/fsadm
|
||||||
lrwxrwxrwx root/root sbin/lvchange -> lvm
|
lrwxrwxrwx root/root sbin/lvchange -> lvm
|
||||||
lrwxrwxrwx root/root sbin/lvconvert -> lvm
|
lrwxrwxrwx root/root sbin/lvconvert -> lvm
|
||||||
@ -15,6 +18,7 @@ lrwxrwxrwx root/root sbin/lvcreate -> lvm
|
|||||||
lrwxrwxrwx root/root sbin/lvdisplay -> lvm
|
lrwxrwxrwx root/root sbin/lvdisplay -> lvm
|
||||||
lrwxrwxrwx root/root sbin/lvextend -> lvm
|
lrwxrwxrwx root/root sbin/lvextend -> lvm
|
||||||
-r-xr-xr-x root/root sbin/lvm
|
-r-xr-xr-x root/root sbin/lvm
|
||||||
|
-r-xr-xr-x root/root sbin/lvm.static
|
||||||
lrwxrwxrwx root/root sbin/lvmchange -> lvm
|
lrwxrwxrwx root/root sbin/lvmchange -> lvm
|
||||||
lrwxrwxrwx root/root sbin/lvmdiskscan -> lvm
|
lrwxrwxrwx root/root sbin/lvmdiskscan -> lvm
|
||||||
-r-xr-xr-x root/root sbin/lvmdump
|
-r-xr-xr-x root/root sbin/lvmdump
|
||||||
@ -57,6 +61,9 @@ lrwxrwxrwx root/root sbin/vgsplit -> lvm
|
|||||||
drwxr-xr-x root/root usr/
|
drwxr-xr-x root/root usr/
|
||||||
drwxr-xr-x root/root usr/include/
|
drwxr-xr-x root/root usr/include/
|
||||||
-r--r--r-- root/root usr/include/libdevmapper.h
|
-r--r--r-- root/root usr/include/libdevmapper.h
|
||||||
|
drwxr-xr-x root/root usr/lib/
|
||||||
|
drwxr-xr-x root/root usr/lib/pkgconfig/
|
||||||
|
-r--r--r-- root/root usr/lib/pkgconfig/devmapper.pc
|
||||||
drwxr-xr-x root/root usr/man/
|
drwxr-xr-x root/root usr/man/
|
||||||
drwxr-xr-x root/root usr/man/man5/
|
drwxr-xr-x root/root usr/man/man5/
|
||||||
-r--r--r-- root/root usr/man/man5/lvm.conf.5.gz
|
-r--r--r-- root/root usr/man/man5/lvm.conf.5.gz
|
||||||
|
@ -1 +1 @@
|
|||||||
669d57ff97d171fd4e077c61da1f9a34 LVM2.2.02.47.tgz
|
725d07794007e021bfc592b1636100c7 LVM2.2.02.51.tgz
|
||||||
|
@ -5,7 +5,7 @@
|
|||||||
# Depends on:
|
# Depends on:
|
||||||
|
|
||||||
name=lvm2
|
name=lvm2
|
||||||
version=2.02.47
|
version=2.02.51
|
||||||
release=1
|
release=1
|
||||||
source=(ftp://sources.redhat.com/pub/lvm2/LVM2.$version.tgz)
|
source=(ftp://sources.redhat.com/pub/lvm2/LVM2.$version.tgz)
|
||||||
|
|
||||||
@ -16,10 +16,12 @@ build() {
|
|||||||
--prefix=/usr \
|
--prefix=/usr \
|
||||||
--exec-prefix= \
|
--exec-prefix= \
|
||||||
--mandir=/usr/man \
|
--mandir=/usr/man \
|
||||||
|
--enable-static_link \
|
||||||
|
--enable-pkgconfig \
|
||||||
--enable-lvm1_fallback \
|
--enable-lvm1_fallback \
|
||||||
--disable-readline
|
--disable-readline
|
||||||
|
|
||||||
make -j 1
|
make
|
||||||
make DESTDIR=$PKG install
|
make DESTDIR=$PKG install
|
||||||
|
|
||||||
install -d -m 0700 $PKG/etc/lvm/{archive,backup}
|
install -d -m 0700 $PKG/etc/lvm/{archive,backup}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user