pkgsrc-Changes archive

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

CVS commit: pkgsrc/net/net-snmp



Module Name:    pkgsrc
Committed By:   adam
Date:           Wed Sep 22 10:35:57 UTC 2021

Modified Files:
        pkgsrc/net/net-snmp: Makefile

Log Message:
net-snmp: allow build on newer Darwin; fix #55927


To generate a diff of this commit:
cvs rdiff -u -r1.136 -r1.137 pkgsrc/net/net-snmp/Makefile

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

Modified files:

Index: pkgsrc/net/net-snmp/Makefile
diff -u pkgsrc/net/net-snmp/Makefile:1.136 pkgsrc/net/net-snmp/Makefile:1.137
--- pkgsrc/net/net-snmp/Makefile:1.136  Mon May 24 19:53:21 2021
+++ pkgsrc/net/net-snmp/Makefile        Wed Sep 22 10:35:57 2021
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.136 2021/05/24 19:53:21 wiz Exp $
+# $NetBSD: Makefile,v 1.137 2021/09/22 10:35:57 adam Exp $
 
 PKGREVISION= 3
 .include "Makefile.common"
@@ -119,14 +119,11 @@ INSTALLATION_DIRS+=       share/examples/net-s
 post-extract:
 .if ${OPSYS} == "DragonFly"
        cp ${FILESDIR}/cpu_dragonfly.c ${WRKSRC}/agent/mibgroup/hardware/cpu/cpu_nlist.c
-# XXX make it build on OS X 10.10; remove on the next update
 .elif ${OPSYS} == "Darwin"
-       ${LN} -s ${WRKSRC}/include/net-snmp/system/darwin13.h ${WRKSRC}/include/net-snmp/system/darwin14.h
-       ${LN} -s ${WRKSRC}/include/net-snmp/system/darwin13.h ${WRKSRC}/include/net-snmp/system/darwin15.h
-       ${LN} -s ${WRKSRC}/include/net-snmp/system/darwin13.h ${WRKSRC}/include/net-snmp/system/darwin16.h
-       ${LN} -s ${WRKSRC}/include/net-snmp/system/darwin13.h ${WRKSRC}/include/net-snmp/system/darwin17.h
-       ${LN} -s ${WRKSRC}/include/net-snmp/system/darwin13.h ${WRKSRC}/include/net-snmp/system/darwin18.h
-       ${LN} -s ${WRKSRC}/include/net-snmp/system/darwin13.h ${WRKSRC}/include/net-snmp/system/darwin19.h
+       ${LN} -s ${WRKSRC}/include/net-snmp/system/darwin17.h ${WRKSRC}/include/net-snmp/system/darwin18.h
+       ${LN} -s ${WRKSRC}/include/net-snmp/system/darwin17.h ${WRKSRC}/include/net-snmp/system/darwin19.h
+       ${LN} -s ${WRKSRC}/include/net-snmp/system/darwin17.h ${WRKSRC}/include/net-snmp/system/darwin20.h
+       ${LN} -s ${WRKSRC}/include/net-snmp/system/darwin17.h ${WRKSRC}/include/net-snmp/system/darwin21.h
 .endif
 
 post-wrapper:



Home | Main Index | Thread Index | Old Index