diff -urN /usr/ports/www/chimera/Makefile www/chimera/Makefile --- /usr/ports/www/chimera/Makefile Tue Sep 18 02:40:29 2001 +++ www/chimera/Makefile Sat Nov 2 14:47:29 2002 @@ -9,7 +9,7 @@ PORTVERSION= 1.70p0 PORTREVISION= 1 CATEGORIES= www -MASTER_SITES= ftp://ftp.cs.unlv.edu/pub/chimera/ +MASTER_SITES= http://www.rocklinux.org/people/ripclaw/projects/software/chimera/devel/ MAINTAINER= ports@FreeBSD.org diff -urN /usr/ports/www/chimera/files/patch-cache.c www/chimera/files/patch-cache.c --- /usr/ports/www/chimera/files/patch-cache.c Thu Jan 1 09:00:00 1970 +++ www/chimera/files/patch-cache.c Sat Nov 2 14:51:12 2002 @@ -0,0 +1,11 @@ +--- src/cache.c.orig Fri Apr 18 20:18:36 1997 ++++ src/cache.c Sat Nov 2 14:50:53 2002 +@@ -28,7 +28,7 @@ + #include + #include + +-#if defined(SYSV) || defined(SVR4)|| defined(__arm) ++#if defined(SYSV) || defined(SVR4)|| defined(__arm) || defined(__FreeBSD__) + #include + #define DIRSTUFF struct dirent + #else diff -urN /usr/ports/www/chimera/files/patch-local.c www/chimera/files/patch-local.c --- /usr/ports/www/chimera/files/patch-local.c Thu Jan 1 09:00:00 1970 +++ www/chimera/files/patch-local.c Sat Nov 2 14:52:10 2002 @@ -0,0 +1,11 @@ +--- src/local.c.orig Tue May 6 07:50:38 1997 ++++ src/local.c Sat Nov 2 14:52:00 2002 +@@ -26,7 +26,7 @@ + #include + #include + +-#if defined(SYSV) || defined(SVR4) || defined(__arm) ++#if defined(SYSV) || defined(SVR4) || defined(__arm) || defined(__FreeBSD__) + #include + #define DIRSTUFF struct dirent + #else