From: Victor Martinez Date: Fri, 6 Sep 2013 11:15:38 +0000 (+0200) Subject: bison: updated to 2.7 and aligned with upstream. Fixed a typo X-Git-Url: http://gitweb/?a=commitdiff_plain;h=fc5a1067506beb3091990f9e138f002fa0d8a505;p=crossrootfs.git bison: updated to 2.7 and aligned with upstream. Fixed a typo --- diff --git a/bison/.footprint b/bison/.footprint index cebe432..cd5961a 100644 --- a/bison/.footprint +++ b/bison/.footprint @@ -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 diff --git a/bison/.md5sum b/bison/.md5sum index f10741f..5429dbf 100644 --- a/bison/.md5sum +++ b/bison/.md5sum @@ -1 +1 @@ -dea291996f98c34c3fd8e389a9cf6ea1 bison-2.6.2.tar.xz +234cdfac99257cf99ac4a03c898f37b9 bison-2.7.tar.xz diff --git a/bison/Pkgfile b/bison/Pkgfile index 56799d6..4431978 100644 --- a/bison/Pkgfile +++ b/bison/Pkgfile @@ -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 }