From owner-freebsd-ports Tue Apr 20 18: 2:32 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 860BE15001 for ; Tue, 20 Apr 1999 18:02:28 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.2/8.9.2) id SAA51253; Tue, 20 Apr 1999 18:00:01 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from norn.ca.eu.org (cr965240-b.abtsfd1.bc.wave.home.com [24.113.19.137]) by hub.freebsd.org (Postfix) with ESMTP id 38395150B7 for ; Tue, 20 Apr 1999 17:52:31 -0700 (PDT) (envelope-from norn@norn.ca.eu.org) Received: by norn.ca.eu.org (Postfix, from userid 1000) id 8FBA716FC; Tue, 20 Apr 1999 17:50:04 -0700 (PDT) Message-Id: <19990421005004.8FBA716FC@norn.ca.eu.org> Date: Tue, 20 Apr 1999 17:50:04 -0700 (PDT) From: cpiazza@home.net Reply-To: cpiazza@home.net To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/11251: Update: net/greed Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 11251 >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: Tue Apr 20 18:00:01 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: Youch, another update for today. BTW I talked with the author of this software and versions starting from .7 on will not have a generic filename, which should stop some of this rapid-fire updating. Update patch-aa to rmove -fomit-frame-pointer, which was causing greed not to download any files for me! Files removed: patch-ab patch-ac I am the maintainer of this port. >How-To-Repeat: >Fix: Index: greed/Makefile =================================================================== RCS file: /cvs/FreeBSD/ports/net/greed/Makefile,v retrieving revision 1.2 diff -u -r1.2 Makefile --- Makefile 1999/04/20 05:19:37 1.2 +++ Makefile 1999/04/21 00:38:34 @@ -1,5 +1,5 @@ # New ports collection makefile for: greed -# Version required: 0.652 +# Version required: 0.666 # Date created: 13 April 1999 # Whom: Chris Piazza # @@ -7,7 +7,7 @@ # DISTNAME= greed -PKGNAME= greed-0.665 +PKGNAME= greed-0.666 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.2 diff -u -r1.2 md5 --- md5 1999/04/20 05:19:39 1.2 +++ md5 1999/04/21 00:38:47 @@ -1 +1 @@ -MD5 (greed.tar.gz) = 72fb138949c676e8e6d9220df0a6b241 +MD5 (greed.tar.gz) = eef646427013e34c3288a0efe87ac638 Index: greed/patches/patch-aa =================================================================== RCS file: /cvs/FreeBSD/ports/net/greed/patches/patch-aa,v retrieving revision 1.1.1.1 diff -u -r1.1.1.1 patch-aa --- patch-aa 1999/04/14 05:27:27 1.1.1.1 +++ patch-aa 1999/04/21 00:49:25 @@ -1,10 +1,10 @@ ---- Makefile.orig Sat Apr 10 03:11:33 1999 -+++ Makefile Tue Apr 13 17:38:53 1999 +--- Makefile.orig Wed Apr 21 07:09:00 1999 ++++ Makefile Tue Apr 20 17:49:19 1999 @@ -4,10 +4,10 @@ # Where to install binary and manpage on "make install": --PREFIX=/usr/local +-PREFIX=/usr BINDIR=$(PREFIX)/bin MANDIR=$(PREFIX)/man SECTION=1 @@ -12,7 +12,7 @@ ################################################### ###### ###### -@@ -52,11 +52,11 @@ +@@ -52,11 +52,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: @@ -22,9 +22,8 @@ - CFLAGS='-Wall -ansi -pedantic -O4 -m486 -fomit-frame-pointer \ - -funroll-all-loops -ffast-math -DROT_I386 \ - -DI386_ASSEM -DREAL_IS_FLOAT -DUSE_MMAP' \ -+ CFLAGS='-fomit-frame-pointer \ -+ -funroll-all-loops -ffast-math \ -+ -DREAL_IS_FLOAT -DUSE_MMAP ${FLAGS}' \ ++ CFLAGS='-funroll-all-loops -ffast-math \ ++ -DI386_ASSEM -DREAL_IS_FLOAT -DUSE_MMAP ${FLAGS}' \ greed solaris: -Chris >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message