svn commit: r323121 - head/security/yara
Wesley Shields
wxs at FreeBSD.org
Tue Jul 16 18:52:05 UTC 2013
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 at 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
More information about the svn-ports-head
mailing list