From: Victor Martinez Date: Thu, 12 Nov 2015 07:54:21 +0000 (+0000) Subject: bison: updated to 3.0.4 and updated mandir X-Git-Url: http://gitweb/?a=commitdiff_plain;h=2c5ff4cb8719a9286668cd068e445bffa5b7d776;p=crossrootfs.git bison: updated to 3.0.4 and updated mandir --- diff --git a/bison/.footprint b/bison/.footprint index cd5961a..0293cbc 100644 --- a/bison/.footprint +++ b/bison/.footprint @@ -25,9 +25,14 @@ drwxr-xr-x root/root usr/share/bison/m4sugar/ -rw-r--r-- root/root usr/share/bison/m4sugar/foreach.m4 -rw-r--r-- root/root usr/share/bison/m4sugar/m4sugar.m4 -rw-r--r-- root/root usr/share/bison/stack.hh +-rw-r--r-- root/root usr/share/bison/variant.hh drwxr-xr-x root/root usr/share/bison/xslt/ -rw-r--r-- root/root usr/share/bison/xslt/bison.xsl -rw-r--r-- root/root usr/share/bison/xslt/xml2dot.xsl -rw-r--r-- root/root usr/share/bison/xslt/xml2text.xsl -rw-r--r-- root/root usr/share/bison/xslt/xml2xhtml.xsl -rw-r--r-- root/root usr/share/bison/yacc.c +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/bison.1.gz +-rw-r--r-- root/root usr/share/man/man1/yacc.1.gz diff --git a/bison/.md5sum b/bison/.md5sum index 5429dbf..b7e3f5c 100644 --- a/bison/.md5sum +++ b/bison/.md5sum @@ -1 +1 @@ -234cdfac99257cf99ac4a03c898f37b9 bison-2.7.tar.xz +c342201de104cc9ce0a21e0ad10d4021 bison-3.0.4.tar.xz diff --git a/bison/Pkgfile b/bison/Pkgfile index 4431978..b21b8cb 100644 --- a/bison/Pkgfile +++ b/bison/Pkgfile @@ -5,8 +5,8 @@ # Depends on name=bison -version=2.7 -release=1 +version=3.0.4 +release=2 source=(ftp://ftp.gnu.org/gnu/$name/$name-$version.tar.xz) build() { @@ -14,13 +14,12 @@ build() { ./configure --build=$CHOST \ --host=$CTARGET \ --prefix=/usr \ - --mandir=/usr/man \ --disable-nls sed '/^SUBDIRS =/ s/doc//' -i Makefile.in make make DESTDIR=$PKG install - rm -rf $PKG/usr/share/info + rm -rf $PKG/usr/share/{info,doc} rm $PKG/usr/share/bison/README }