pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/libtelnet



Module Name:    pkgsrc
Committed By:   nia
Date:           Wed Jun 17 17:06:55 UTC 2020

Modified Files:
        pkgsrc/net/libtelnet: Makefile PLIST

Log Message:
libtelnet: don't accidentally find doxygen outside of pbulk sandboxes


To generate a diff of this commit:
cvs rdiff -u -r1.7 -r1.8 pkgsrc/net/libtelnet/Makefile
cvs rdiff -u -r1.2 -r1.3 pkgsrc/net/libtelnet/PLIST

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/libtelnet/Makefile
diff -u pkgsrc/net/libtelnet/Makefile:1.7 pkgsrc/net/libtelnet/Makefile:1.8
--- pkgsrc/net/libtelnet/Makefile:1.7   Sun Jun 14 10:21:10 2020
+++ pkgsrc/net/libtelnet/Makefile       Wed Jun 17 17:06:55 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2020/06/14 10:21:10 nia Exp $
+# $NetBSD: Makefile,v 1.8 2020/06/17 17:06:55 nia Exp $
 
 DISTNAME=      libtelnet-0.23
 CATEGORIES=    net
@@ -14,6 +14,8 @@ USE_LIBTOOL=  yes
 USE_TOOLS+=    pkg-config
 GNU_CONFIGURE= yes
 
+CONFIGURE_ENV+=        ac_cv_path_DOXYGEN=no
+
 # __EXTENSIONS__ needed by patch-util_telnet-client.c
 CPPFLAGS.SunOS+=       -D__EXTENSIONS__
 LIBS.SunOS+=           -lnsl -lsocket

Index: pkgsrc/net/libtelnet/PLIST
diff -u pkgsrc/net/libtelnet/PLIST:1.2 pkgsrc/net/libtelnet/PLIST:1.3
--- pkgsrc/net/libtelnet/PLIST:1.2      Sun Jun 14 10:21:10 2020
+++ pkgsrc/net/libtelnet/PLIST  Wed Jun 17 17:06:55 2020
@@ -1,4 +1,4 @@
-@comment $NetBSD: PLIST,v 1.2 2020/06/14 10:21:10 nia Exp $
+@comment $NetBSD: PLIST,v 1.3 2020/06/17 17:06:55 nia Exp $
 bin/telnet-chatd
 bin/telnet-client
 bin/telnet-proxy
@@ -8,17 +8,3 @@ lib/pkgconfig/libtelnet.pc
 man/man1/telnet-chatd.1
 man/man1/telnet-client.1
 man/man1/telnet-proxy.1
-man/man3/libtelnet.h.3
-man/man3/telnet_environ_t.3
-man/man3/telnet_event_t.3
-man/man3/telnet_event_t_compress_t.3
-man/man3/telnet_event_t_data_t.3
-man/man3/telnet_event_t_environ_t.3
-man/man3/telnet_event_t_error_t.3
-man/man3/telnet_event_t_iac_t.3
-man/man3/telnet_event_t_mssp_t.3
-man/man3/telnet_event_t_negotiate_t.3
-man/man3/telnet_event_t_subnegotiate_t.3
-man/man3/telnet_event_t_ttype_t.3
-man/man3/telnet_event_t_zmp_t.3
-man/man3/telnet_telopt_t.3



Home | Main Index | Thread Index | Old Index