diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2004-01-30 03:59:05 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2004-01-30 03:59:05 +0000 |
commit | 717d724326e453679dc4abcf5c8a8b8aa324e9ad (patch) | |
tree | c2638790ba5b57d00efddd5644f7cddefbb5d325 /net-mgmt/irrtoolset | |
parent | 87e7704d31854a8128b77fe6f036efc61acd7365 (diff) | |
download | ports-717d724326e453679dc4abcf5c8a8b8aa324e9ad.tar.gz ports-717d724326e453679dc4abcf5c8a8b8aa324e9ad.zip |
Remove BROKEN now that this correctly builds on 5-current. From the PR:
With recent fixes to lang/gcc295, irrtoolset-4.7.3 now builds on current.
(NOTE: It appears that portversion was NOT updated on the gc295 port, so
a re-install of the compiler port must be forced before this will build.)
PR: ports/61439
Submitted by: Kevin Oberman <oberman@es.net> (maintainer)
Notes
Notes:
svn path=/head/; revision=99462
Diffstat (limited to 'net-mgmt/irrtoolset')
-rw-r--r-- | net-mgmt/irrtoolset/Makefile | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/net-mgmt/irrtoolset/Makefile b/net-mgmt/irrtoolset/Makefile index 9833bfb00b56..4bd5dab3abec 100644 --- a/net-mgmt/irrtoolset/Makefile +++ b/net-mgmt/irrtoolset/Makefile @@ -32,10 +32,6 @@ MAN3= librpsl.3 .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 500113 -BROKEN= "Does not compile (bad C++ code)" -.endif - post-patch: @${SED} -i.orig -e 's|#include <malloc.h>|/* #include <malloc.h> */|' \ ${WRKSRC}/src/irr/birdwhoisc.cc |