Sun Apr 21 11:36:51 2024 UTC (35d)
... braino


(nia)
diff -r1.53 -r1.54 pkgsrc/net/socat/Makefile

cvs diff -r1.53 -r1.54 pkgsrc/net/socat/Makefile (expand / switch to unified diff)

--- pkgsrc/net/socat/Makefile 2024/04/21 11:36:38 1.53
+++ pkgsrc/net/socat/Makefile 2024/04/21 11:36:51 1.54
@@ -1,30 +1,30 @@ @@ -1,30 +1,30 @@
1# $NetBSD: Makefile,v 1.53 2024/04/21 11:36:38 nia Exp $ 1# $NetBSD: Makefile,v 1.54 2024/04/21 11:36:51 nia Exp $
2 2
3DISTNAME= socat-1.8.0.0 3DISTNAME= socat-1.8.0.0
4CATEGORIES= net 4CATEGORIES= net
5MASTER_SITES= http://www.dest-unreach.org/socat/download/ 5MASTER_SITES= http://www.dest-unreach.org/socat/download/
6 6
7MAINTAINER= leot@NetBSD.org 7MAINTAINER= leot@NetBSD.org
8HOMEPAGE= http://www.dest-unreach.org/socat/ 8HOMEPAGE= http://www.dest-unreach.org/socat/
9COMMENT= "netcat++" (extended design, new implementation) 9COMMENT= "netcat++" (extended design, new implementation)
10LICENSE= gnu-gpl-v2 10LICENSE= gnu-gpl-v2
11 11
12GNU_CONFIGURE= YES 12GNU_CONFIGURE= YES
13 13
14USE_TOOLS+= bash 14USE_TOOLS+= bash
15REPLACE_BASH+= *.sh 15REPLACE_BASH+= *.sh
16 16
17USE_FEATURES+= strnlen 17USE_FEATURES+= strndup
18 18
19TEST_TARGET= test 19TEST_TARGET= test
20 20
21.include "../../mk/bsd.prefs.mk" 21.include "../../mk/bsd.prefs.mk"
22 22
23CONFIGURE_ARGS+= --disable-libwrap 23CONFIGURE_ARGS+= --disable-libwrap
24 24
25.if !empty(USE_CROSS_COMPILE:M[yY][eE][sS]) && ${OPSYS} == "NetBSD" 25.if !empty(USE_CROSS_COMPILE:M[yY][eE][sS]) && ${OPSYS} == "NetBSD"
26# XXX Kludge -- the right fix is to make socat not depend on these constants. 26# XXX Kludge -- the right fix is to make socat not depend on these constants.
27CONFIGURE_ENV+= sc_cv_sys_crdly_shift=-1 27CONFIGURE_ENV+= sc_cv_sys_crdly_shift=-1
28CONFIGURE_ENV+= sc_cv_sys_tabdly_shift=-1 28CONFIGURE_ENV+= sc_cv_sys_tabdly_shift=-1
29CONFIGURE_ENV+= sc_cv_sys_csize_shift=8 29CONFIGURE_ENV+= sc_cv_sys_csize_shift=8
30CONFIGURE_ENV+= ac_cv_ispeed_offset=9 30CONFIGURE_ENV+= ac_cv_ispeed_offset=9