pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: [pkgsrc-2017Q3] pkgsrc/security/yara



Module Name:    pkgsrc
Committed By:   bsiegert
Date:           Sun Nov 12 11:36:49 UTC 2017

Modified Files:
        pkgsrc/security/yara [pkgsrc-2017Q3]: Makefile

Log Message:
Pullup ticket #5629 - requested by sevan
security/yara: build fix

Revisions pulled up:
- security/yara/Makefile                                        1.5

---
   Module Name:    pkgsrc
   Committed By:   minskim
   Date:           Wed Nov  1 19:29:30 UTC 2017

   Modified Files:
           pkgsrc/security/yara: Makefile

   Log Message:
   security/yara: Needs OpenSSL to build


To generate a diff of this commit:
cvs rdiff -u -r1.4 -r1.4.6.1 pkgsrc/security/yara/Makefile

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/security/yara/Makefile
diff -u pkgsrc/security/yara/Makefile:1.4 pkgsrc/security/yara/Makefile:1.4.6.1
--- pkgsrc/security/yara/Makefile:1.4   Wed Jun  7 20:46:34 2017
+++ pkgsrc/security/yara/Makefile       Sun Nov 12 11:36:49 2017
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.4 2017/06/07 20:46:34 wiz Exp $
+# $NetBSD: Makefile,v 1.4.6.1 2017/11/12 11:36:49 bsiegert Exp $
 
 DISTNAME=      yara-${VERSION}
 CATEGORIES=    security
@@ -15,5 +15,6 @@ PKGCONFIG_OVERRIDE+=  libyara/yara.pc.in
 pre-configure:
        cd ${WRKSRC} && autoreconf -fiv
 
+.include "../../security/openssl/buildlink3.mk"
 .include "../../security/yara/Makefile.common"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index