naddy ecf3f7acb5 Update to 4.3.
This includes two documented backward-incompatibilities affecting
the handling of \# and +=.  See the release announcement for details.
https://lists.gnu.org/archive/html/bug-make/2020-01/msg00057.html
A tree sweep for fallout from the changes has been completed.

Bits from bcallah@ who independently worked on the same update.
2020-02-01 15:29:24 +00:00

36 lines
802 B
Makefile

# $OpenBSD: Makefile,v 1.64 2020/02/01 15:29:24 naddy Exp $
COMMENT= GNU make
DISTNAME= make-4.3
PKGNAME= g${DISTNAME}
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNU:=make/}
EXTRACT_SUFX= .tar.lz
HOMEPAGE= https://www.gnu.org/software/make/
LIB_DEPENDS= devel/gettext,-runtime
# GPLv3+
PERMIT_PACKAGE= Yes
WANTLIB= c iconv intl
DEBUG_PACKAGES= ${BUILD_PACKAGES}
SEPARATE_BUILD= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ARGS= --program-prefix="g" --without-guile
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
MODGNU_CONFIG_GUESS_DIRS= ${WRKSRC}/build-aux
TEST_ENV= SHELL=$$SHELL
# Known test failures:
# output-sync can fail due to a race condition in the test itself
# https://lists.gnu.org/archive/html/bug-make/2020-01/msg00075.html
.include <bsd.port.mk>