Mon Jun 26 09:20:59 2023 UTC ()
dante: SunOS needs libnsl.


(jperkin)
diff -r1.29 -r1.30 pkgsrc/net/dante/Makefile

cvs diff -r1.29 -r1.30 pkgsrc/net/dante/Makefile (expand / switch to unified diff)

--- pkgsrc/net/dante/Makefile 2021/06/01 07:42:08 1.29
+++ pkgsrc/net/dante/Makefile 2023/06/26 09:20:58 1.30
@@ -1,30 +1,32 @@ @@ -1,30 +1,32 @@
1# $NetBSD: Makefile,v 1.29 2021/06/01 07:42:08 adam Exp $ 1# $NetBSD: Makefile,v 1.30 2023/06/26 09:20:58 jperkin Exp $
2 2
3DISTNAME= dante-1.4.3 3DISTNAME= dante-1.4.3
4CATEGORIES= net security 4CATEGORIES= net security
5MASTER_SITES= http://www.inet.no/dante/files/ 5MASTER_SITES= http://www.inet.no/dante/files/
6 6
7MAINTAINER= pkgsrc-users@NetBSD.org 7MAINTAINER= pkgsrc-users@NetBSD.org
8HOMEPAGE= https://www.inet.no/dante/ 8HOMEPAGE= https://www.inet.no/dante/
9COMMENT= BSD-licensed socks 4/5 proxy suite 9COMMENT= BSD-licensed socks 4/5 proxy suite
10LICENSE= modified-bsd 10LICENSE= modified-bsd
11 11
12CONFLICTS= socks4-[0-9]* 12CONFLICTS= socks4-[0-9]*
13 13
14USE_LIBTOOL= yes 14USE_LIBTOOL= yes
15GNU_CONFIGURE= yes 15GNU_CONFIGURE= yes
16CONFIGURE_ARGS+= --with-socks-conf=${PKG_SYSCONFDIR}/socks.conf 16CONFIGURE_ARGS+= --with-socks-conf=${PKG_SYSCONFDIR}/socks.conf
17CONFIGURE_ARGS+= --with-sockd-conf=${PKG_SYSCONFDIR}/sockd.conf 17CONFIGURE_ARGS+= --with-sockd-conf=${PKG_SYSCONFDIR}/sockd.conf
18 18
 19LDFLAGS.SunOS+= -lnsl
 20
19CHECK_PORTABILITY_SKIP= contrib/StartupItems.Dante 21CHECK_PORTABILITY_SKIP= contrib/StartupItems.Dante
20 22
21RCD_SCRIPTS= sockd 23RCD_SCRIPTS= sockd
22 24
23INSTALLATION_DIRS+= share/examples/dante 25INSTALLATION_DIRS+= share/examples/dante
24 26
25post-install: 27post-install:
26.for cfg in sockd.conf socks-simple.conf socks.conf 28.for cfg in sockd.conf socks-simple.conf socks.conf
27 ${INSTALL_DATA} ${WRKSRC}/example/${cfg} ${DESTDIR}${PREFIX}/share/examples/dante 29 ${INSTALL_DATA} ${WRKSRC}/example/${cfg} ${DESTDIR}${PREFIX}/share/examples/dante
28.endfor 30.endfor
29 31
30.include "../../mk/bsd.pkg.mk" 32.include "../../mk/bsd.pkg.mk"