CRUX-ARM : Home

Home :: Documentation :: Download :: Development :: Community :: Ports :: Packages :: Bugs :: Links :: About :: Donors
bison: updated to 3.0.4 and updated mandir
authorVictor Martinez <pitillo@ono.com>
Thu, 12 Nov 2015 07:54:21 +0000 (07:54 +0000)
committerVictor Martinez <pitillo@ono.com>
Thu, 12 Nov 2015 07:54:21 +0000 (07:54 +0000)
bison/.footprint
bison/.md5sum
bison/Pkgfile

index cd5961af80a635477ac843b62f1272d197ab34f9..0293cbc216f11f29dd5c88d7502ba69af2a88553 100644 (file)
@@ -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
index 5429dbfa2ed8fbfb37c9d45cb18609c9890d8778..b7e3f5c52f20c313a03b8fc3c4e2a52584c969cb 100644 (file)
@@ -1 +1 @@
-234cdfac99257cf99ac4a03c898f37b9  bison-2.7.tar.xz
+c342201de104cc9ce0a21e0ad10d4021  bison-3.0.4.tar.xz
index 44319787ad561a074bb6394ad16c377939951dd5..b21b8cbef3b30985c3a57ad3f8fd798b3d6ee7ac 100644 (file)
@@ -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
 }