Date: Tue, 16 Jul 2013 18:52:04 +0000 (UTC) From: Wesley Shields <wxs@FreeBSD.org> To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r323121 - head/security/yara Message-ID: <201307161852.r6GIq4Nh052851@svn.freebsd.org>
next in thread | raw e-mail | index | archive | help
Author: wxs Date: Tue Jul 16 18:52:04 2013 New Revision: 323121 URL: http://svnweb.freebsd.org/changeset/ports/323121 Log: Switch back to pcre. Most other environments are using yara with pcre and there are too many differences in behavior when using re2. I'm bumping PORTREVISION here because the port is bumped so infrequently that I don't want to wait for a more significant change to get this port back in line with the rest of the yara using world. Modified: head/security/yara/Makefile Modified: head/security/yara/Makefile ============================================================================== --- head/security/yara/Makefile Tue Jul 16 18:50:31 2013 (r323120) +++ head/security/yara/Makefile Tue Jul 16 18:52:04 2013 (r323121) @@ -2,20 +2,20 @@ PORTNAME= yara PORTVERSION= 1.7 +PORTREVISION= 1 CATEGORIES= security MASTER_SITES= GOOGLE_CODE MAINTAINER= wxs@FreeBSD.org COMMENT= A malware identification and classification tool -LIB_DEPENDS= re2.0:${PORTSDIR}/devel/re2 +LIB_DEPENDS= pcre.3:${PORTSDIR}/devel/pcre PROJECTHOST= yara-project MAKE_JOBS_SAFE= yes GNU_CONFIGURE= yes CFLAGS+= -I${LOCALBASE}/include LDFLAGS+= -L${LOCALBASE}/lib -CONFIGURE_ARGS= "--with-re2" USE_LDCONFIG= yes USE_CSTD= gnu89
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201307161852.r6GIq4Nh052851>