Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 5 Nov 2002 15:18:18 -0800 (PST)
From:      KATO Tsuguru <tkato@prontomail.com>
To:        freebsd-gnats-submit@FreeBSD.org
Subject:   ports/44982: Update port: www/chimera
Message-ID:  <200211052318.gA5NIIAG062210@www.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         44982
>Category:       ports
>Synopsis:       Update port: www/chimera
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Tue Nov 05 15:20:07 PST 2002
>Closed-Date:
>Last-Modified:
>Originator:     KATO Tsuguru
>Release:        4.7-RELEASE i386
>Organization:
>Environment:
>Description:
- Fix MASTER_SITES
- Reduce compiler warnings

New file:
files/patch-cache.c

>How-To-Repeat:

>Fix:
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 <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 -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 <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

>Release-Note:
>Audit-Trail:
>Unformatted:

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-ports" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200211052318.gA5NIIAG062210>