internal replacement function. Following the changes to make realpath(3) use the __realpath() syscall these no longer detect broken realpath i.e. produce different code. Bump REVISION to ensure that users get the new version.
29 lines
518 B
Makefile
29 lines
518 B
Makefile
# $OpenBSD: Makefile,v 1.10 2019/07/16 21:29:41 sthen Exp $
|
|
|
|
COMMENT= GNU patch
|
|
|
|
VERSION= 2.7.6
|
|
DISTNAME= patch-${VERSION}
|
|
PKGNAME= gpatch-${VERSION}
|
|
CATEGORIES= devel
|
|
REVISION= 0
|
|
|
|
HOMEPAGE= https://www.gnu.org/software/patch/
|
|
|
|
# GPLv3+
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB= c
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU:=patch/}
|
|
EXTRACT_SUFX= .tar.xz
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS= --program-prefix=g
|
|
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/build-aux
|
|
|
|
post-install:
|
|
@rm ${PREFIX}/lib/charset.alias
|
|
|
|
.include <bsd.port.mk>
|