CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
bison: updated to 2.7 and aligned with upstream. Fixed a typo
authorVictor Martinez <pitillo@ono.com>
Fri, 6 Sep 2013 11:15:38 +0000 (13:15 +0200)
committerVictor Martinez <pitillo@ono.com>
Fri, 6 Sep 2013 11:15:38 +0000 (13:15 +0200)
bison/.footprint
bison/.md5sum
bison/Pkgfile

index cebe432e526f2867dcbe70fe6226cfc57a256155..cd5961af80a635477ac843b62f1272d197ab34f9 100644 (file)
@@ -4,10 +4,6 @@ drwxr-xr-x     root/root       usr/bin/
 -rwxr-xr-x     root/root       usr/bin/yacc
 drwxr-xr-x     root/root       usr/lib/
 -rw-r--r--     root/root       usr/lib/liby.a
-drwxr-xr-x     root/root       usr/man/
-drwxr-xr-x     root/root       usr/man/man1/
--rw-r--r--     root/root       usr/man/man1/bison.1.gz
--rw-r--r--     root/root       usr/man/man1/yacc.1.gz
 drwxr-xr-x     root/root       usr/share/
 drwxr-xr-x     root/root       usr/share/aclocal/
 -rw-r--r--     root/root       usr/share/aclocal/bison-i18n.m4
index f10741fb01aadb0626a473029688472f7def08b8..5429dbfa2ed8fbfb37c9d45cb18609c9890d8778 100644 (file)
@@ -1 +1 @@
-dea291996f98c34c3fd8e389a9cf6ea1  bison-2.6.2.tar.xz
+234cdfac99257cf99ac4a03c898f37b9  bison-2.7.tar.xz
index 56799d6b9c78eacf1b7be8c7b8eb7c3e8d02faf4..44319787ad561a074bb6394ad16c377939951dd5 100644 (file)
@@ -5,7 +5,7 @@
 # Depends on
 
 name=bison
-version=2.6.2
+version=2.7
 release=1
 source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.xz)
 
@@ -13,17 +13,14 @@ build() {
   cd $name-$version
   ./configure --build=$CHOST \
               --host=$CTARGET \
-              --prefix=/usr\
+              --prefix=/usr \
+              --mandir=/usr/man \
               --disable-nls
 
   sed '/^SUBDIRS =/ s/doc//' -i Makefile.in
 
   make
   make DESTDIR=$PKG install
-
-  install -d $PKG/usr/man/man1
-  install -m 0644 doc/*.1 $PKG/usr/man/man1
-
   rm -rf $PKG/usr/share/info
   rm $PKG/usr/share/bison/README
 }