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:           Fri Apr 24 13:27:49 UTC 2020

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

Log Message:
net-snmp: fix for Darwin 19


To generate a diff of this commit:
cvs rdiff -u -r1.127 -r1.128 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.127 pkgsrc/net/net-snmp/Makefile:1.128
--- pkgsrc/net/net-snmp/Makefile:1.127  Sat Jan 18 21:48:20 2020
+++ pkgsrc/net/net-snmp/Makefile        Fri Apr 24 13:27:48 2020
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.127 2020/01/18 21:48:20 jperkin Exp $
+# $NetBSD: Makefile,v 1.128 2020/04/24 13:27:48 adam Exp $
 
 .include "Makefile.common"
 CATEGORIES=    net
@@ -118,11 +118,12 @@ post-extract:
        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/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
 .endif
 
 post-wrapper:



Home | Main Index | Thread Index | Old Index