View | Details | Raw Unified | Return to bug 121375
Collapse All | Expand All

(-)/tmp/ccowart/net-snmp4/Makefile (-5 / +1 lines)
Lines 7-13 Link Here
7
7
8
PORTNAME=	ucd-snmp
8
PORTNAME=	ucd-snmp
9
PORTVERSION=	4.2.6
9
PORTVERSION=	4.2.6
10
PORTREVISION=	7
10
PORTREVISION=	8
11
CATEGORIES=	net-mgmt ipv6
11
CATEGORIES=	net-mgmt ipv6
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
12
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
13
MASTER_SITE_SUBDIR=	net-snmp
13
MASTER_SITE_SUBDIR=	net-snmp
Lines 101-110 Link Here
101
101
102
.include <bsd.port.pre.mk>
102
.include <bsd.port.pre.mk>
103
103
104
.if ${OSVERSION} >= 700019
105
BROKEN=		Does not compile on FreeBSD >= 7.0
106
.endif
107
108
.if ${OSVERSION} >= 600000
104
.if ${OSVERSION} >= 600000
109
CFLAGS+=	-Dfreebsd5
105
CFLAGS+=	-Dfreebsd5
110
.endif
106
.endif
(-)/tmp/ccowart/net-snmp4/files/patch-scapi.c (+10 lines)
Line 0 Link Here
1
--- ../../work/ucd-snmp-4.2.6/snmplib/scapi.c	2001-10-01 02:52:49.000000000 -0700
2
+++ snmplib/scapi.c	2008-03-04 16:41:52.000000000 -0800
3
@@ -56,6 +56,7 @@
4
 #include <openssl/hmac.h>
5
 #include <openssl/evp.h>
6
 #include <openssl/rand.h>
7
+#include <openssl/des.h>
8
 #endif
9
 
10
 #ifdef QUITFUN

Return to bug 121375