diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2007-10-17 11:06:46 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2007-10-17 11:06:46 +0000 |
commit | 91f9e97cf433b3fa45a0d8f592b066ad88e72b42 (patch) | |
tree | a64107a3326a5b338217a93cdb53950689f32426 /net-mgmt | |
parent | e03036df637c4105f549900d15d241d7a8b31d6e (diff) | |
download | ports-91f9e97cf433b3fa45a0d8f592b066ad88e72b42.tar.gz ports-91f9e97cf433b3fa45a0d8f592b066ad88e72b42.zip |
Notes
Diffstat (limited to 'net-mgmt')
-rw-r--r-- | net-mgmt/send/Makefile | 9 | ||||
-rw-r--r-- | net-mgmt/send/files/extra-patch-include_pkixip__ext__asn.h (renamed from net-mgmt/send/files/patch-include_pkixip__ext__asn.h) | 2 |
2 files changed, 8 insertions, 3 deletions
diff --git a/net-mgmt/send/Makefile b/net-mgmt/send/Makefile index 23ee218fc886..3b7603d12f42 100644 --- a/net-mgmt/send/Makefile +++ b/net-mgmt/send/Makefile @@ -6,6 +6,7 @@ PORTNAME= send PORTVERSION= 0.2 +PORTREVISION= 1 CATEGORIES= net-mgmt ipv6 MASTER_SITES= #http://www.docomolabs-usa.com/lab_osrc_guide.html DISTNAME= ${PORTNAME}_${PORTVERSION} @@ -25,8 +26,12 @@ PORTDOCS= UserGuide.pdf .include <bsd.port.pre.mk> -.if ${OSVERSION} > 600000 -BROKEN= doesn't compile in FreeBSD > 6.0 +.if ${OSVERSION} < 600000 +BROKEN= doesn't compile in FreeBSD < 6.0 +.endif + +.if ${OSVERSION} > 700000 +EXTRA_PATCHES+= ${FILESDIR}/extra-patch-include_pkixip__ext__asn.h .endif .if !exists(${DISTDIR}/${DISTNAME}${EXTRACT_SUFX}) diff --git a/net-mgmt/send/files/patch-include_pkixip__ext__asn.h b/net-mgmt/send/files/extra-patch-include_pkixip__ext__asn.h index f5d17825e98d..eff0683ac1cf 100644 --- a/net-mgmt/send/files/patch-include_pkixip__ext__asn.h +++ b/net-mgmt/send/files/extra-patch-include_pkixip__ext__asn.h @@ -1,5 +1,5 @@ -$FreeBSD$ +$FreeBSD: /tmp/pcvs/ports/net-mgmt/send/files/Attic/extra-patch-include_pkixip__ext__asn.h,v 1.1 2007-10-17 11:06:46 miwi Exp $ --- include/pkixip_ext_asn.h.orig +++ include/pkixip_ext_asn.h |