pcre dependency; noticed by Felipe Kellermann <stdfk@terra.com.br>

This commit is contained in:
naddy 2003-12-23 23:21:12 +00:00
parent fe1af6ad13
commit 92be450a31
2 changed files with 15 additions and 3 deletions

View File

@ -1,9 +1,9 @@
# $OpenBSD: Makefile,v 1.1.1.1 2003/07/06 17:16:32 naddy Exp $
# $OpenBSD: Makefile,v 1.2 2003/12/23 23:21:12 naddy Exp $
COMMENT= GNU versions of grep pattern matching utilities
DISTNAME= grep-2.5.1
PKGNAME= g${DISTNAME}
PKGNAME= g${DISTNAME}p0
CATEGORIES= sysutils
HOMEPAGE= http://www.gnu.org/software/grep/grep.html
@ -18,8 +18,9 @@ PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_GNU:=grep/}
MODULES= gettext
LIB_DEPENDS= pcre.0::devel/pcre
SEPARATE_BUILD= concurrent
SEPARATE_BUILD= simple
CONFIGURE_STYLE=gnu
CONFIGURE_ARGS= --program-prefix=g
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \

View File

@ -0,0 +1,11 @@
$OpenBSD: patch-doc_grep_1,v 1.1 2003/12/23 23:21:12 naddy Exp $
--- doc/grep.1.orig 2003-12-23 16:37:10.000000000 +0100
+++ doc/grep.1 2003-12-23 16:37:37.000000000 +0100
@@ -191,6 +191,7 @@ Interpret
.I PATTERN
as a list of fixed strings, separated by newlines,
any of which is to be matched.
+.TP
.BR \-P ", " \-\^\-perl-regexp
Interpret
.I PATTERN