maintenance update to 2.24
This commit is contained in:
parent
675973adbb
commit
e653471003
@ -1,8 +1,8 @@
|
||||
# $OpenBSD: Makefile,v 1.25 2015/11/11 10:41:00 dcoppa Exp $
|
||||
# $OpenBSD: Makefile,v 1.26 2016/04/05 19:40:30 naddy Exp $
|
||||
|
||||
COMMENT= GNU versions of grep pattern matching utilities
|
||||
|
||||
DISTNAME= grep-2.22
|
||||
DISTNAME= grep-2.24
|
||||
PKGNAME= g${DISTNAME}
|
||||
CATEGORIES= sysutils
|
||||
HOMEPAGE= https://www.gnu.org/software/grep/grep.html
|
||||
@ -16,9 +16,8 @@ MASTER_SITES= ${MASTER_SITE_GNU:=grep/}
|
||||
|
||||
EXTRACT_SUFX= .tar.xz
|
||||
|
||||
WANTLIB= c pcre
|
||||
MODULES= devel/gettext
|
||||
LIB_DEPENDS= devel/pcre
|
||||
LIB_DEPENDS= devel/gettext devel/pcre
|
||||
WANTLIB= c iconv intl pcre
|
||||
|
||||
CONFIGURE_STYLE=gnu
|
||||
CONFIGURE_ARGS= --program-prefix=g
|
||||
@ -26,4 +25,10 @@ CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
||||
LDFLAGS="-L${LOCALBASE}/lib"
|
||||
MODGNU_CONFIG_GUESS_DIRS=${WRKSRC}/build-aux
|
||||
|
||||
# Fix for regression tests as suggested by upstream.
|
||||
# Should be no longer required in 2.25.
|
||||
pre-test:
|
||||
@cd ${WRKBUILD}/src && \
|
||||
for i in grep egrep fgrep; do ln -s $$i g$$i; done
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
@ -1,2 +1,2 @@
|
||||
SHA256 (grep-2.22.tar.xz) = ypHSLwF7/LUD1Lw7RClUkciaM6PfDD2LhhTy04MYNus=
|
||||
SIZE (grep-2.22.tar.xz) = 1297864
|
||||
SHA256 (grep-2.24.tar.xz) = 8ki+uQmMWquU0v3QO1oh1wXluoo85NjJ9gemcEmO7BQ=
|
||||
SIZE (grep-2.24.tar.xz) = 1321680
|
||||
|
Loading…
Reference in New Issue
Block a user