Wed Jun 17 17:06:55 2020 UTC ()
libtelnet: don't accidentally find doxygen outside of pbulk sandboxes


(nia)
diff -r1.7 -r1.8 pkgsrc/net/libtelnet/Makefile
diff -r1.2 -r1.3 pkgsrc/net/libtelnet/PLIST

cvs diff -r1.7 -r1.8 pkgsrc/net/libtelnet/Makefile (expand / switch to unified diff)

--- pkgsrc/net/libtelnet/Makefile 2020/06/14 10:21:10 1.7
+++ pkgsrc/net/libtelnet/Makefile 2020/06/17 17:06:55 1.8
@@ -1,24 +1,26 @@ @@ -1,24 +1,26 @@
1# $NetBSD: Makefile,v 1.7 2020/06/14 10:21:10 nia Exp $ 1# $NetBSD: Makefile,v 1.8 2020/06/17 17:06:55 nia Exp $
2 2
3DISTNAME= libtelnet-0.23 3DISTNAME= libtelnet-0.23
4CATEGORIES= net 4CATEGORIES= net
5MASTER_SITES= ${MASTER_SITE_GITHUB:=seanmiddleditch/} 5MASTER_SITES= ${MASTER_SITE_GITHUB:=seanmiddleditch/}
6GITHUB_RELEASE= ${PKGVERSION_NOREV} 6GITHUB_RELEASE= ${PKGVERSION_NOREV}
7 7
8MAINTAINER= pkgsrc-users@NetBSD.org 8MAINTAINER= pkgsrc-users@NetBSD.org
9HOMEPAGE= https://github.com/seanmiddleditch/libtelnet 9HOMEPAGE= https://github.com/seanmiddleditch/libtelnet
10COMMENT= RFC-complient TELNET implementation as a C library 10COMMENT= RFC-complient TELNET implementation as a C library
11LICENSE= mit 11LICENSE= mit
12 12
13USE_LIBTOOL= yes 13USE_LIBTOOL= yes
14USE_TOOLS+= pkg-config 14USE_TOOLS+= pkg-config
15GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
16 16
 17CONFIGURE_ENV+= ac_cv_path_DOXYGEN=no
 18
17# __EXTENSIONS__ needed by patch-util_telnet-client.c 19# __EXTENSIONS__ needed by patch-util_telnet-client.c
18CPPFLAGS.SunOS+= -D__EXTENSIONS__ 20CPPFLAGS.SunOS+= -D__EXTENSIONS__
19LIBS.SunOS+= -lnsl -lsocket 21LIBS.SunOS+= -lnsl -lsocket
20 22
21PKGCONFIG_OVERRIDE+= libtelnet.pc.in 23PKGCONFIG_OVERRIDE+= libtelnet.pc.in
22 24
23.include "../../devel/zlib/buildlink3.mk" 25.include "../../devel/zlib/buildlink3.mk"
24.include "../../mk/bsd.pkg.mk" 26.include "../../mk/bsd.pkg.mk"

cvs diff -r1.2 -r1.3 pkgsrc/net/libtelnet/PLIST (expand / switch to unified diff)

--- pkgsrc/net/libtelnet/PLIST 2020/06/14 10:21:10 1.2
+++ pkgsrc/net/libtelnet/PLIST 2020/06/17 17:06:55 1.3
@@ -1,24 +1,10 @@ @@ -1,24 +1,10 @@
1@comment $NetBSD: PLIST,v 1.2 2020/06/14 10:21:10 nia Exp $ 1@comment $NetBSD: PLIST,v 1.3 2020/06/17 17:06:55 nia Exp $
2bin/telnet-chatd 2bin/telnet-chatd
3bin/telnet-client 3bin/telnet-client
4bin/telnet-proxy 4bin/telnet-proxy
5include/libtelnet.h 5include/libtelnet.h
6lib/libtelnet.la 6lib/libtelnet.la
7lib/pkgconfig/libtelnet.pc 7lib/pkgconfig/libtelnet.pc
8man/man1/telnet-chatd.1 8man/man1/telnet-chatd.1
9man/man1/telnet-client.1 9man/man1/telnet-client.1
10man/man1/telnet-proxy.1 10man/man1/telnet-proxy.1
11man/man3/libtelnet.h.3 
12man/man3/telnet_environ_t.3 
13man/man3/telnet_event_t.3 
14man/man3/telnet_event_t_compress_t.3 
15man/man3/telnet_event_t_data_t.3 
16man/man3/telnet_event_t_environ_t.3 
17man/man3/telnet_event_t_error_t.3 
18man/man3/telnet_event_t_iac_t.3 
19man/man3/telnet_event_t_mssp_t.3 
20man/man3/telnet_event_t_negotiate_t.3 
21man/man3/telnet_event_t_subnegotiate_t.3 
22man/man3/telnet_event_t_ttype_t.3 
23man/man3/telnet_event_t_zmp_t.3 
24man/man3/telnet_telopt_t.3