pkgsrc-Changes archive

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

CVS commit: pkgsrc/security/libssh



Module Name:    pkgsrc
Committed By:   wiz
Date:           Wed Dec  5 10:54:39 UTC 2018

Modified Files:
        pkgsrc/security/libssh: Makefile

Log Message:
libssh: fix pkgconfig file.

Fix build on NetBSD by removing -Werror=strict-overflow.

Bump PKGREVISION.


To generate a diff of this commit:
cvs rdiff -u -r1.25 -r1.26 pkgsrc/security/libssh/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/libssh/Makefile
diff -u pkgsrc/security/libssh/Makefile:1.25 pkgsrc/security/libssh/Makefile:1.26
--- pkgsrc/security/libssh/Makefile:1.25        Mon Dec  3 15:19:51 2018
+++ pkgsrc/security/libssh/Makefile     Wed Dec  5 10:54:39 2018
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.25 2018/12/03 15:19:51 adam Exp $
+# $NetBSD: Makefile,v 1.26 2018/12/05 10:54:39 wiz Exp $
 #
 # history: upstream renamed 0.11 to 0.1.1;
 # we have to use the old-style convention so that version compares work.
@@ -6,6 +6,7 @@
 VER=           0.8.5
 DISTNAME=      libssh-${VER}
 PKGNAME=       libssh-0.85
+PKGREVISION=   1
 CATEGORIES=    security
 MASTER_SITES=  https://www.libssh.org/files/${VER:R}/
 EXTRACT_SUFX=  .tar.xz
@@ -17,13 +18,15 @@ LICENSE=    2-clause-bsd
 
 USE_CMAKE=             yes
 USE_LANGUAGES=         c c++
-PKGCONFIG_OVERRIDE+=   libssh.pc.in
+PKGCONFIG_OVERRIDE+=   libssh.pc.cmake
 TEST_TARGET=           test
 
 CONFIGURE_DIRS=                ${WRKDIR}/build
 CMAKE_ARG_PATH=                ${WRKSRC}
 CMAKE_ARGS+=           -DUNIT_TESTING=ON
 
+BUILDLINK_TRANSFORM+=  rm:-Werror=strict-overflow
+
 .include "options.mk"
 
 post-extract:



Home | Main Index | Thread Index | Old Index