aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorYing-Chieh Liao <ijliao@FreeBSD.org>2003-01-02 04:10:55 +0000
committerYing-Chieh Liao <ijliao@FreeBSD.org>2003-01-02 04:10:55 +0000
commit31e0412bea3f0ce52f7e690a5e9a7b7885cd357c (patch)
treef0654e17a0285c9eb7ca72099d4e5ecf0509b2c7 /www
parent3169487a869988b35f3ef8ee4e7dae0f52ba4d26 (diff)
downloadports-31e0412bea3f0ce52f7e690a5e9a7b7885cd357c.tar.gz
ports-31e0412bea3f0ce52f7e690a5e9a7b7885cd357c.zip
Notes
Diffstat (limited to 'www')
-rw-r--r--www/chimera/Makefile2
-rw-r--r--www/chimera/files/patch-cache.c11
-rw-r--r--www/chimera/files/patch-local.c11
3 files changed, 23 insertions, 1 deletions
diff --git a/www/chimera/Makefile b/www/chimera/Makefile
index 9a98faf830e1..9f360bf0b63d 100644
--- a/www/chimera/Makefile
+++ b/www/chimera/Makefile
@@ -9,7 +9,7 @@ PORTNAME= chimera
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 --git a/www/chimera/files/patch-cache.c b/www/chimera/files/patch-cache.c
new file mode 100644
index 000000000000..84a22a87a822
--- /dev/null
+++ b/www/chimera/files/patch-cache.c
@@ -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 <sys/param.h>
+ #include <fcntl.h>
+
+-#if defined(SYSV) || defined(SVR4)|| defined(__arm)
++#if defined(SYSV) || defined(SVR4)|| defined(__arm) || defined(__FreeBSD__)
+ #include <dirent.h>
+ #define DIRSTUFF struct dirent
+ #else
diff --git a/www/chimera/files/patch-local.c b/www/chimera/files/patch-local.c
new file mode 100644
index 000000000000..89dc2e36abbe
--- /dev/null
+++ b/www/chimera/files/patch-local.c
@@ -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 <sys/types.h>
+ #include <sys/stat.h>
+
+-#if defined(SYSV) || defined(SVR4) || defined(__arm)
++#if defined(SYSV) || defined(SVR4) || defined(__arm) || defined(__FreeBSD__)
+ #include <dirent.h>
+ #define DIRSTUFF struct dirent
+ #else