CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
patch: updated to 2.7.5 and updated mandir
authorVictor Martinez <pitillo@ono.com>
Fri, 13 Nov 2015 10:14:09 +0000 (10:14 +0000)
committerVictor Martinez <pitillo@ono.com>
Fri, 13 Nov 2015 10:14:09 +0000 (10:14 +0000)
patch/.footprint
patch/.md5sum
patch/Pkgfile

index b8675f22ce8cde69cf8ebb471152d2669c0fc775..21758defe0b56deff4af405d5f73eec4c2b7ec29 100644 (file)
@@ -1,6 +1,7 @@
 drwxr-xr-x     root/root       usr/
 drwxr-xr-x     root/root       usr/bin/
 -rwxr-xr-x     root/root       usr/bin/patch
-drwxr-xr-x     root/root       usr/man/
-drwxr-xr-x     root/root       usr/man/man1/
--rw-r--r--     root/root       usr/man/man1/patch.1.gz
+drwxr-xr-x     root/root       usr/share/
+drwxr-xr-x     root/root       usr/share/man/
+drwxr-xr-x     root/root       usr/share/man/man1/
+-rw-r--r--     root/root       usr/share/man/man1/patch.1.gz
index 68736e23150a0bc78d80f32779055fc262500d4e..3c57068b315375dc93a83a7ed5d974311d8b03e5 100644 (file)
@@ -1 +1 @@
-e9ae5393426d3ad783a300a338c09b72  patch-2.7.1.tar.xz
+e3da7940431633fb65a01b91d3b7a27a  patch-2.7.5.tar.xz
index 45476387c4832bd5df160954c3592e4ae57788fa..317f106d3d8113f9aaa19e3ad4db74011a55259c 100644 (file)
@@ -5,7 +5,7 @@
 # Depends on:
 
 name=patch
-version=2.7.1
+version=2.7.5
 release=1
 source=(http://ftp.gnu.org/gnu/$name/$name-$version.tar.xz)
 
@@ -13,8 +13,7 @@ build() {
   cd $name-$version
   ./configure --build=$CHOST \
               --host=$CTARGET \
-              --prefix=/usr \
-              --mandir=/usr/man
+              --prefix=/usr
 
   make
   make DESTDIR=$PKG install