Update to happy-0.19.10.

From Greg Steuck. Thanks!

In addition to Gregs diff, I also removed charset from WANTLIB (not
used, test results with and without libcharset.so are identical).
This commit is contained in:
kili 2020-05-15 21:50:23 +00:00
parent 74ad251f86
commit c1eafae641
4 changed files with 8 additions and 24 deletions

View File

@ -1,13 +1,10 @@
# $OpenBSD: Makefile,v 1.36 2019/09/30 12:51:25 kili Exp $
# $OpenBSD: Makefile,v 1.37 2020/05/15 21:50:23 kili Exp $
COMMENT= parser generator for Haskell
# Dependency of meta/haskell-platform.
# Please do *not* update without thinking.
PORTROACH = ignore:1
DISTNAME= happy-1.19.5
REVISION= 1
DISTNAME= happy-1.19.10
CATEGORIES= devel
HOMEPAGE= http://www.haskell.org/happy/
@ -15,7 +12,7 @@ HOMEPAGE= http://www.haskell.org/happy/
# BSD3
PERMIT_PACKAGE= Yes
WANTLIB= c charset ffi gmp iconv m pthread
WANTLIB= c ffi gmp iconv m pthread
MODULES= lang/ghc
MODGHC_BUILD= cabal hackage nort
@ -29,7 +26,7 @@ BUILD_DEPENDS+= textproc/docbook-xsl
# Required for building the documentation and for the regression tests:
USE_GMAKE= Yes
CONFIGURE_STYLE= autoconf no-autoheader
AUTOCONF_VERSION= 2.61
AUTOCONF_VERSION= 2.69
AUTOCONF_DIR= ${WRKSRC}/doc
WRKCONF= ${AUTOCONF_DIR}

View File

@ -1,2 +1,2 @@
SHA256 (ghc/happy-1.19.5.tar.gz) = YvA6wR17S5kT8hL1qi7uEIfztG3AfXmdQeGFT/AoQ9o=
SIZE (ghc/happy-1.19.5.tar.gz) = 159280
SHA256 (ghc/happy-1.19.10.tar.gz) = IutgbJcQWzluHH3CfhIMoCAlqH8+RNLqUr5qZTpSyu0=
SIZE (ghc/happy-1.19.10.tar.gz) = 181506

View File

@ -1,14 +0,0 @@
$OpenBSD: patch-tests_Makefile,v 1.4 2014/11/22 20:42:08 kili Exp $
AttrGrammer stuff and monaderror.y don't exist.
--- tests/Makefile.orig Mon Jul 7 13:05:53 2014
+++ tests/Makefile Thu Nov 13 09:27:21 2014
@@ -13,7 +13,6 @@ endif
TESTS = Test.ly TestMulti.ly TestPrecedence.ly bug001.ly \
monad001.y monad002.ly precedence001.ly precedence002.y \
bogus-token.y bug002.y Partial.ly \
- AttrGrammar001.y AttrGrammar002.y \
test_rules.y monaderror.y
ERROR_TESTS = error001.y

View File

@ -1,4 +1,4 @@
@comment $OpenBSD: PLIST,v 1.6 2015/09/19 07:50:58 kili Exp $
@comment $OpenBSD: PLIST,v 1.7 2020/05/15 21:50:24 kili Exp $
@bin bin/happy
share/doc/happy/
@comment share/doc/${DISTNAME}/
@ -24,6 +24,7 @@ share/doc/happy/sec-glr.html
share/doc/happy/sec-grammar-files.html
share/doc/happy/sec-grammar.html
share/doc/happy/sec-happy-ghci.html
share/doc/happy/sec-info-files-conflicts.html
share/doc/happy/sec-info-files.html
share/doc/happy/sec-invoking.html
share/doc/happy/sec-license.html