CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
diffutils: updated to 3.2 and aligned with upstream
authorVictor Martinez <pitillo@ono.com>
Sat, 24 Nov 2012 00:12:50 +0000 (00:12 +0000)
committerVictor Martinez <pitillo@ono.com>
Sat, 24 Nov 2012 00:12:50 +0000 (00:12 +0000)
diffutils/.md5sum
diffutils/Pkgfile

index 0837a1dcb2ab53f513804f5037798b3adca668e3..0180387f53414df2dd53178f8e5b1524e1264883 100644 (file)
@@ -1 +1 @@
-684aaba1baab743a2a90e52162ff07da  diffutils-3.0.tar.gz
+22e4deef5d8949a727b159d6bc65c1cc  diffutils-3.2.tar.gz
index 519cba84936cc4789bc7f6a4accac6473b3f476c..b45620aaebc05d6652ace085f16a8914550ef713 100644 (file)
@@ -5,18 +5,24 @@
 # Depends on:
 
 name=diffutils
-version=3.0
-release=1
+version=3.2
+release=2
 source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.gz)
 
 build() {
   cd $name-$version
+
+  # fix for glibc 'gets' removal
+  sed -i -e '/gets is a/d' lib/stdio.in.h
+
   ./configure --build=$CHOST \
               --host=$CTARGET \
               --prefix=/usr \
               --mandir=$PKG/usr/man \
               --disable-nls
+
   make
   make prefix=$PKG/usr install
+
   rm -rf $PKG/usr/share
 }