Skip site navigation (1)Skip section navigation (2)
Date:      Thu,  6 May 1999 07:21:03 -0700 (PDT)
From:      cpiazza@home.net
To:        FreeBSD-gnats-submit@freebsd.org
Subject:   ports/11540: Update: net/greed
Message-ID:  <19990506142103.1B9DD1406@norn.ca.eu.org>

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

>Number:         11540
>Category:       ports
>Synopsis:       Update: net/greed
>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:   Thu May  6 07:30:00 PDT 1999
>Closed-Date:
>Last-Modified:
>Originator:     Chris Piazza
>Release:        FreeBSD 4.0-CURRENT i386
>Organization:
n/a 
>Environment:

FreeBSD 4.0-CURRENT i386

>Description:

Update to 0.8.
I am the maintainer.

>How-To-Repeat:


>Fix:
	
Index: greed/Makefile
===================================================================
RCS file: /cvs/FreeBSD/ports/net/greed/Makefile,v
retrieving revision 1.5
diff -u -r1.5 Makefile
--- Makefile	1999/05/01 02:12:32	1.5
+++ Makefile	1999/05/06 14:17:39
@@ -1,12 +1,12 @@
 # New ports collection makefile for: 	greed
-# Version required:	0.750
+# Version required:	0.8
 # Date created:		13 April 1999
 # Whom:			Chris Piazza <cpiazza@home.net>
 #
 # $Id: Makefile,v 1.5 1999/05/01 02:12:32 steve Exp $
 #
 
-DISTNAME=	greed-0.750
+DISTNAME=	greed-0.8
 CATEGORIES=	net
 MASTER_SITES=	http://www.public.asu.edu/~arturner/
 
Index: greed/files/md5
===================================================================
RCS file: /cvs/FreeBSD/ports/net/greed/files/md5,v
retrieving revision 1.5
diff -u -r1.5 md5
--- md5	1999/05/01 02:12:41	1.5
+++ md5	1999/05/06 14:10:19
@@ -1 +1 @@
-MD5 (greed-0.750.tar.gz) = ebc282ef12afdc3dfb1bf7845f00040e
+MD5 (greed-0.8.tar.gz) = 46a40f1047217e980ab2d3c88dfc2756
Index: greed/patches/patch-aa
===================================================================
RCS file: /cvs/FreeBSD/ports/net/greed/patches/patch-aa,v
retrieving revision 1.3
diff -u -r1.3 patch-aa
--- patch-aa	1999/04/25 17:51:23	1.3
+++ patch-aa	1999/05/06 14:13:06
@@ -1,5 +1,5 @@
---- Makefile.orig	Wed Apr 21 07:09:00 1999
-+++ Makefile	Fri Apr 23 23:28:02 1999
+--- Makefile.orig	Tue May  4 09:49:31 1999
++++ Makefile	Thu May  6 07:12:36 1999
 @@ -4,10 +4,10 @@
  
  # Where to install binary and manpage on "make install":
@@ -12,17 +12,17 @@
  
  ###################################################
  ######                                       ######
-@@ -52,11 +52,10 @@
+@@ -50,11 +50,10 @@
  #CFLAGS='-DI386_ASSEM -DREAL_IS_FLOAT -DLINUX -Wall -O2 -m486 -fomit-frame-pointer -funroll-all-loops -finline-functions -ffast-math -malign-loops=2 -malign-jumps=2 -malign-functions=2'
  
  freebsd:
 -	$(MAKE) CC=cc LDFLAGS= \
 +	$(MAKE) LDFLAGS= \
  		OBJECTS= \
--		CFLAGS='-Wall -ansi -pedantic -O4 -m486 -fomit-frame-pointer \
+-		CFLAGS='-Wall -ansi -pedantic -O4 -m486 \
 -			-funroll-all-loops -ffast-math -DROT_I386 \
 -			-DI386_ASSEM -DREAL_IS_FLOAT -DUSE_MMAP' \
-+		CFLAGS='-fomit-frame-pointer -funroll-all-loops -ffast-math \
++		CFLAGS='-funroll-all-loops -ffast-math \
 +			-DREAL_IS_FLOAT -DUSE_MMAP ${FLAGS}' \
  		greed
  
Index: greed/patches/patch-ad
===================================================================
RCS file: /cvs/FreeBSD/ports/net/greed/patches/patch-ad,v
retrieving revision 1.2
diff -u -r1.2 patch-ad
--- patch-ad	1999/05/01 02:12:42	1.2
+++ patch-ad	1999/05/06 14:13:59
@@ -1,9 +1,9 @@
---- main.h.orig	Thu Apr 29 16:28:25 1999
-+++ main.h	Thu Apr 29 16:28:32 1999
-@@ -48,7 +48,7 @@
- #include <string.h>
+--- main.h.orig	Thu May  6 07:13:34 1999
++++ main.h	Thu May  6 07:13:43 1999
+@@ -50,7 +50,7 @@
  #include <stdlib.h>
  #include <fcntl.h>
+ #include <signal.h>
 -#include <wait.h>
 +#include <sys/wait.h>
  #include <ctype.h>

-Chris

>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?19990506142103.1B9DD1406>