update to pcc 20211219

Upstream regenerated autoconf files using autoconf 2.70. Unfortunately
this version of autoconf seems to have a bug finding lex on OpenBSD.
Regnerate the autoconf files locally using autoconf 2.69 as a workaround.
This commit is contained in:
daniel 2021-12-19 18:01:12 +00:00
parent 1c6f19836d
commit bc93c94113
4 changed files with 14 additions and 8 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile.inc,v 1.7 2021/10/24 01:43:35 daniel Exp $
# $OpenBSD: Makefile.inc,v 1.8 2021/12/19 18:01:12 daniel Exp $
# Other architectures not fully supported yet
ONLY_FOR_ARCHS = amd64 i386 powerpc mips64
DISTVER = 20211015
DISTVER = 20211219
PKGVER = 1.1.0.${DISTVER}
PCCVER = 1.2.0.DEVEL
@ -21,6 +21,6 @@ HOMEPAGE ?= http://pcc.ludd.ltu.se/
# BSD
PERMIT_PACKAGE = Yes
CONFIGURE_STYLE = gnu
CONFIGURE_STYLE ?= gnu
NO_TEST ?= Yes

View File

@ -1,2 +1,2 @@
SHA256 (pcc-libs-20211015.tgz) = svn0uLT3rdxFq8a2fiG5NH1mXcDLUdoNtnL0jvsFU5c=
SIZE (pcc-libs-20211015.tgz) = 203073
SHA256 (pcc-libs-20211219.tgz) = xhKZDYzdFWTvKy9Lzc7lTUK5PFZaBvSWwkKazvTE+UQ=
SIZE (pcc-libs-20211219.tgz) = 203052

View File

@ -1,4 +1,4 @@
# $OpenBSD: Makefile,v 1.1 2021/02/18 02:26:43 daniel Exp $
# $OpenBSD: Makefile,v 1.2 2021/12/19 18:01:12 daniel Exp $
COMMENT = portable C compiler
@ -10,6 +10,12 @@ WANTLIB += c
MASTER_SITES = http://pcc.ludd.ltu.se/ftp/pub/pcc/ \
ftp://pcc.ludd.ltu.se/pub/pcc/
# XXX:
# upstream used autoconf 2.70 which has a bug
# finding lex on OpenBSD. Locally regenerate
# using an older working autoconf
AUTOCONF_VERSION = 2.69
CONFIGURE_STYLE = gnu autoconf
CONFIGURE_ENV = YACC=/usr/bin/yacc
RUN_DEPENDS = lang/pcc/pcc-libs

View File

@ -1,2 +1,2 @@
SHA256 (pcc-20211015.tgz) = ivPpstmuwYzHOJQFM1bm3Z2uvG3c1kE7CePOUcq5RN0=
SIZE (pcc-20211015.tgz) = 971357
SHA256 (pcc-20211219.tgz) = LZs7xnokSAsUuKoB43f8jNCmV4dG5VjURwljswpiGvI=
SIZE (pcc-20211219.tgz) = 977529