From e089d895e007279594cedd5d9e2542af98f5fa0e Mon Sep 17 00:00:00 2001 From: Edwin Groothuis Date: Sun, 9 Sep 2007 00:35:21 +0000 Subject: Mark as ignore on <6.0 due to absence of gethostbyname_r Noticed by: YAPHR --- net-mgmt/snmp++/Makefile | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) (limited to 'net-mgmt/snmp++') diff --git a/net-mgmt/snmp++/Makefile b/net-mgmt/snmp++/Makefile index b5a7abb5d5c3..a8565da56bd6 100644 --- a/net-mgmt/snmp++/Makefile +++ b/net-mgmt/snmp++/Makefile @@ -7,6 +7,7 @@ PORTNAME= snmp++ PORTVERSION= 3.2.22 +PORTREVISION= 1 CATEGORIES= net-mgmt MASTER_SITES= http://www.agentpp.com/ DISTNAME= ${PORTNAME}v${PORTVERSION} @@ -23,4 +24,10 @@ USE_LDCONFIG= yes post-extract: ${CP} ${FILESDIR}/Makefile.FreeBSD ${WRKSRC} -.include +.include + +.if ${OSVERSION} < 600000 +IGNORE= does not work on FreeBSD < 6 because of absence of gethostbyname_r +.endif + +.include -- cgit v1.2.3