summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-04-21 19:13:01 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-04-21 19:13:01 +0000
commit86e6de76adfd39bc69e6a4de3fc806d1042ea2c2 (patch)
tree8e3d5b5ad8097a452f4bdbe1a668f1971f6ee899 /ftp
parentChange gtimer to use gtk12 (diff)
Update to greed 0.666 (great version number, huh?)
PR: 11251 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=18056
Diffstat (limited to 'ftp')
-rw-r--r--ftp/greed/Makefile6
-rw-r--r--ftp/greed/distinfo2
-rw-r--r--ftp/greed/files/patch-aa13
3 files changed, 10 insertions, 11 deletions
diff --git a/ftp/greed/Makefile b/ftp/greed/Makefile
index c7661d46f96b..82c75959e5ee 100644
--- a/ftp/greed/Makefile
+++ b/ftp/greed/Makefile
@@ -1,13 +1,13 @@
# New ports collection makefile for: greed
-# Version required: 0.652
+# Version required: 0.666
# Date created: 13 April 1999
# Whom: Chris Piazza <cpiazza@home.net>
#
-# $Id: Makefile,v 1.1.1.1 1999/04/14 05:27:27 mharo Exp $
+# $Id: Makefile,v 1.2 1999/04/20 05:19:37 mharo Exp $
#
DISTNAME= greed
-PKGNAME= greed-0.665
+PKGNAME= greed-0.666
CATEGORIES= net
MASTER_SITES= http://www.public.asu.edu/~arturner/
diff --git a/ftp/greed/distinfo b/ftp/greed/distinfo
index 5bce9f8fc8fd..ce1834aa664e 100644
--- a/ftp/greed/distinfo
+++ b/ftp/greed/distinfo
@@ -1 +1 @@
-MD5 (greed.tar.gz) = 72fb138949c676e8e6d9220df0a6b241
+MD5 (greed.tar.gz) = eef646427013e34c3288a0efe87ac638
diff --git a/ftp/greed/files/patch-aa b/ftp/greed/files/patch-aa
index 9f53cfaecdb8..c26b01d7402b 100644
--- a/ftp/greed/files/patch-aa
+++ b/ftp/greed/files/patch-aa
@@ -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: