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:   nia
Date:           Wed Sep  2 11:45:51 UTC 2020

Modified Files:
        pkgsrc/security/libssh: Makefile

Log Message:
libssh: Disable building examples

They don't get installed and at least one of them doesn't like
NetBSD 8.

Bump PKGREVISION


To generate a diff of this commit:
cvs rdiff -u -r1.37 -r1.38 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.37 pkgsrc/security/libssh/Makefile:1.38
--- pkgsrc/security/libssh/Makefile:1.37        Sun Apr 12 21:05:01 2020
+++ pkgsrc/security/libssh/Makefile     Wed Sep  2 11:45:51 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.37 2020/04/12 21:05:01 wiz Exp $
+# $NetBSD: Makefile,v 1.38 2020/09/02 11:45:51 nia 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.9.4
 DISTNAME=      libssh-${VER}
 PKGNAME=       libssh-0.94
+PKGREVISION=   1
 CATEGORIES=    security
 MASTER_SITES=  https://www.libssh.org/files/${VER:R}/
 EXTRACT_SUFX=  .tar.xz
@@ -23,6 +24,7 @@ TEST_TARGET=          test
 CONFIGURE_DIRS=                ${WRKDIR}/build
 CMAKE_ARG_PATH=                ${WRKSRC}
 CMAKE_ARGS+=           -DUNIT_TESTING=ON
+CMAKE_ARGS+=           -DWITH_EXAMPLES=OFF
 
 LDFLAGS.SunOS+=                -lnsl -lsocket
 



Home | Main Index | Thread Index | Old Index