summaryrefslogtreecommitdiff
path: root/ftp
diff options
context:
space:
mode:
authorMichael Haro <mharo@FreeBSD.org>1999-05-07 01:08:31 +0000
committerMichael Haro <mharo@FreeBSD.org>1999-05-07 01:08:31 +0000
commitddae3a4fef7616918ebe42b9cd8fdcde62747ca8 (patch)
treeee37cb98375c5d5bf942b67826cc00e8012bd812 /ftp
parentSenteces start with a capital letter. (diff)
Update to 0.8.
PR: 11540 Submitted by: maintainer
Notes
Notes: svn path=/head/; revision=18575
Diffstat (limited to 'ftp')
-rw-r--r--ftp/greed/Makefile14
-rw-r--r--ftp/greed/distinfo2
-rw-r--r--ftp/greed/files/patch-aa10
3 files changed, 12 insertions, 14 deletions
diff --git a/ftp/greed/Makefile b/ftp/greed/Makefile
index 79457eb35151..adbfa51fb8ad 100644
--- a/ftp/greed/Makefile
+++ b/ftp/greed/Makefile
@@ -1,27 +1,25 @@
# 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.4 1999/04/25 17:51:23 mharo Exp $
+# $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/
MAINTAINER= cpiazza@home.net
-MAN1= greed.1
+MANCOMPRESSED= yes
+MAN1= greed.1
ALL_TARGET= freebsd
WRKSRC= ${WRKDIR}/greed
-post-extract:
- @${GUNZIP_CMD} ${WRKSRC}/greed.1.gz
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/greed ${PREFIX}/bin
- ${INSTALL_MAN} ${WRKSRC}/greed.1 ${PREFIX}/man/man1
+ ${INSTALL_MAN} ${WRKSRC}/greed.1.gz ${PREFIX}/man/man1
.include <bsd.port.mk>
diff --git a/ftp/greed/distinfo b/ftp/greed/distinfo
index c861e326789e..51edfe67f258 100644
--- a/ftp/greed/distinfo
+++ b/ftp/greed/distinfo
@@ -1 +1 @@
-MD5 (greed-0.750.tar.gz) = ebc282ef12afdc3dfb1bf7845f00040e
+MD5 (greed-0.8.tar.gz) = 46a40f1047217e980ab2d3c88dfc2756
diff --git a/ftp/greed/files/patch-aa b/ftp/greed/files/patch-aa
index cd7228a55ad0..39b3e8e2728d 100644
--- a/ftp/greed/files/patch-aa
+++ b/ftp/greed/files/patch-aa
@@ -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