Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/security/libssh libssh: Disable building examples
details: https://anonhg.NetBSD.org/pkgsrc/rev/875aa207c868
branches: trunk
changeset: 437869:875aa207c868
user: nia <nia%pkgsrc.org@localhost>
date: Wed Sep 02 11:45:51 2020 +0000
description:
libssh: Disable building examples
They don't get installed and at least one of them doesn't like
NetBSD 8.
Bump PKGREVISION
diffstat:
security/libssh/Makefile | 4 +++-
1 files changed, 3 insertions(+), 1 deletions(-)
diffs (25 lines):
diff -r bd6e298249b6 -r 875aa207c868 security/libssh/Makefile
--- a/security/libssh/Makefile Wed Sep 02 10:02:09 2020 +0000
+++ b/security/libssh/Makefile Wed Sep 02 11:45:51 2020 +0000
@@ -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 @@
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