pkgsrc-Changes-HG archive

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

[pkgsrc/trunk]: pkgsrc/security/libressl Add missing PKGCONFIG_OVERRIDE line ...



details:   https://anonhg.NetBSD.org/pkgsrc/rev/c00892f8002a
branches:  trunk
changeset: 349091:c00892f8002a
user:      wiz <wiz%pkgsrc.org@localhost>
date:      Tue Jun 28 13:10:51 2016 +0000

description:
Add missing PKGCONFIG_OVERRIDE line for libtls.pc. Bump PKGREVISION.

diffstat:

 security/libressl/Makefile |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (29 lines):

diff -r 76d031bc73c0 -r c00892f8002a security/libressl/Makefile
--- a/security/libressl/Makefile        Tue Jun 28 10:31:42 2016 +0000
+++ b/security/libressl/Makefile        Tue Jun 28 13:10:51 2016 +0000
@@ -1,6 +1,7 @@
-# $NetBSD: Makefile,v 1.4 2016/03/01 02:07:48 sevan Exp $
+# $NetBSD: Makefile,v 1.5 2016/06/28 13:10:51 wiz Exp $
 
 DISTNAME=      libressl-2.2.6
+PKGREVISION=   1
 CATEGORIES=    security
 MASTER_SITES=  ${MASTER_SITE_OPENBSD:=LibreSSL/}
 
@@ -15,6 +16,7 @@
 
 PKGCONFIG_OVERRIDE+=   libcrypto.pc.in
 PKGCONFIG_OVERRIDE+=   libssl.pc.in
+PKGCONFIG_OVERRIDE+=   libtls.pc.in
 PKGCONFIG_OVERRIDE+=   openssl.pc.in
 
 LIBRESSL_PREFIX=       ${PREFIX}/${PKGBASE}
@@ -29,7 +31,7 @@
 .for f in ${CONFS}
 CONF_FILES+=           ${EGDIR}/${f} ${PKG_SYSCONFDIR}/${f}
 .endfor
-                                       
+
 # Handle subprefix
 LDFLAGS+=              ${COMPILER_RPATH_FLAG}${LIBRESSL_PREFIX:Q}/lib
 BUILDLINK_PASSTHRU_RPATHDIRS+= ${LIBRESSL_PREFIX:Q}/lib



Home | Main Index | Thread Index | Old Index