pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/libtcpa



Module Name:    pkgsrc
Committed By:   schmonz
Date:           Sat Dec 15 16:53:02 UTC 2018

Modified Files:
        pkgsrc/security/libtcpa: Makefile

Log Message:
Needs pre-1.1 OpenSSL.


To generate a diff of this commit:
cvs rdiff -u -r1.16 -r1.17 pkgsrc/security/libtcpa/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/libtcpa/Makefile
diff -u pkgsrc/security/libtcpa/Makefile:1.16 pkgsrc/security/libtcpa/Makefile:1.17
--- pkgsrc/security/libtcpa/Makefile:1.16       Sat Mar  5 11:27:54 2016
+++ pkgsrc/security/libtcpa/Makefile    Sat Dec 15 16:53:02 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.16 2016/03/05 11:27:54 jperkin Exp $
+# $NetBSD: Makefile,v 1.17 2018/12/15 16:53:02 schmonz Exp $
 #
 
 DISTNAME=              tpm-1.1b
@@ -31,5 +31,7 @@ do-install:
        ${INSTALL_DATA} ${WRKSRC}/libtcpa/License ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
        ${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/${PKGBASE}
 
+BUILDLINK_API_DEPENDS.openssl+=        openssl<1.1
+BUILDLINK_ABI_DEPENDS.openssl+=        openssl<1.1
 .include "../../security/openssl/buildlink3.mk"
 .include "../../mk/bsd.pkg.mk"



Home | Main Index | Thread Index | Old Index