diff -ruN --exclude=CVS /usr/ports/mbone/rat.orig/Makefile /usr/ports/mbone/rat/Makefile --- /usr/ports/mbone/rat.orig/Makefile Wed Sep 29 14:46:14 2004 +++ /usr/ports/mbone/rat/Makefile Wed Nov 3 10:26:29 2004 @@ -31,10 +31,6 @@ .include -.if ${OSVERSION} >= 502126 -BROKEN= "Does not compile on FreeBSD >= 5.x" -.endif - .if ${OSVERSION} >= 400014 ENABLE_IPv6= --enable-ipv6 .endif diff -ruN --exclude=CVS /usr/ports/mbone/rat.orig/files/patch-rat_configure.in /usr/ports/mbone/rat/files/patch-rat_configure.in --- /usr/ports/mbone/rat.orig/files/patch-rat_configure.in Thu Jan 1 01:00:00 1970 +++ /usr/ports/mbone/rat/files/patch-rat_configure.in Wed Nov 3 10:32:45 2004 @@ -0,0 +1,14 @@ + +$FreeBSD$ + +--- rat/configure.in.orig ++++ rat/configure.in +@@ -147,7 +147,7 @@ + [EXTRAOBJ="$EXTRA_OBJ usleep.o" + AC_DEFINE(NEED_USLEEP)]) + +-AC_CHECK_FUNC(snprintf,,AC_DEFINE(NEED_SNPRINTF)) ++#AC_CHECK_FUNC(snprintf,,AC_DEFINE(NEED_SNPRINTF)) + + AC_SUBST(EXTRA_OBJ) +