Author: jue Date: 2006-02-06 14:58:56 +0100 (Mon, 06 Feb 2006) New Revision: 680 Modified: crux-2.1/ports/opt/mdadm/.md5sum crux-2.1/ports/opt/mdadm/Pkgfile Log: mdadm: update to 2.3.1 Modified: crux-2.1/ports/opt/mdadm/.md5sum =================================================================== --- crux-2.1/ports/opt/mdadm/.md5sum 2006-02-06 12:32:10 UTC (rev 679) +++ crux-2.1/ports/opt/mdadm/.md5sum 2006-02-06 13:58:56 UTC (rev 680) @@ -1 +1 @@ -ddeb3ca977900fd9eac3ecebcffa430d mdadm-2.2.tar.gz +3fef2abf76cf019286db5c465619e39d mdadm-2.3.1.tar.gz Modified: crux-2.1/ports/opt/mdadm/Pkgfile =================================================================== --- crux-2.1/ports/opt/mdadm/Pkgfile 2006-02-06 12:32:10 UTC (rev 679) +++ crux-2.1/ports/opt/mdadm/Pkgfile 2006-02-06 13:58:56 UTC (rev 680) @@ -5,13 +5,12 @@ # Depends on: name=mdadm -version=2.2 +version=2.3.1 release=1 source=(http://www.kernel.org/pub/linux/utils/raid/$name/$name-$version.tar.gz) build() { cd $name-$version - sed -i "/^CXFLAGS/s/-ggdb/$CFLAGS/" Makefile - make + make CXFLAGS="$CFLAGS" make DESTDIR=$PKG MANDIR=/usr/man install }