remove this, as it is broken with gcc3 since ages, even the latest release
from more than a year ago ok naddy
This commit is contained in:
parent
fbcf19fdf4
commit
58a86dea60
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.141 2005/05/08 12:25:54 alek Exp $
|
||||
# $OpenBSD: Makefile,v 1.142 2005/05/26 18:23:16 sturm Exp $
|
||||
# $FreeBSD: Makefile,v 1.51 1997/11/14 22:56:43 hoek Exp $
|
||||
#
|
||||
|
||||
@ -111,7 +111,6 @@
|
||||
SUBDIR += tkrat
|
||||
SUBDIR += tmda
|
||||
SUBDIR += tnef
|
||||
SUBDIR += ttygrin
|
||||
SUBDIR += vrfy
|
||||
SUBDIR += wmbiff
|
||||
SUBDIR += wmmail
|
||||
|
@ -1,27 +0,0 @@
|
||||
# $OpenBSD: Makefile,v 1.6 2005/01/02 12:56:05 alek Exp $
|
||||
|
||||
COMMENT= "tty-based mail and news client"
|
||||
|
||||
VERSION= 0.4.8
|
||||
DISTNAME= tty-grin-${VERSION}
|
||||
PKGNAME= ttygrin-${VERSION}
|
||||
CATEGORIES= mail
|
||||
|
||||
MASTER_SITES= ${MASTER_SITE_BACKUP}
|
||||
|
||||
# GPL
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
WANTLIB= c curses m stdc++
|
||||
|
||||
NO_REGRESS= Yes
|
||||
USE_GMAKE= Yes
|
||||
MAKE_ENV= CC="${CC}" CXX="${CXX}" CXXFLAGS="${CXXFLAGS}"
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKSRC}/ttygrin ${PREFIX}/bin/ttygrin
|
||||
${INSTALL_DATA} ${WRKSRC}/ttygrin.1 ${PREFIX}/man/man1/ttygrin.1
|
||||
|
||||
.include <bsd.port.mk>
|
@ -1,4 +0,0 @@
|
||||
MD5 (tty-grin-0.4.8.tar.gz) = 8edaed9407448e3b2943079c363f8c78
|
||||
RMD160 (tty-grin-0.4.8.tar.gz) = 3145c1dccd258c645d5ea8262dc07e5c4e34d2c8
|
||||
SHA1 (tty-grin-0.4.8.tar.gz) = 77870822da6f3c374ce80951b7d039c159c8caa5
|
||||
SIZE (tty-grin-0.4.8.tar.gz) = 180391
|
@ -1,39 +0,0 @@
|
||||
$OpenBSD: patch-Makefile,v 1.1 2002/09/28 23:12:31 naddy Exp $
|
||||
--- Makefile.orig Sun Apr 21 11:25:51 2002
|
||||
+++ Makefile Sun Sep 29 00:47:06 2002
|
||||
@@ -1,9 +1,9 @@
|
||||
-CPP=g++
|
||||
-CC=gcc
|
||||
+#CXX=g++
|
||||
+#CC=gcc
|
||||
AR=ar
|
||||
RANLIB=ranlib
|
||||
-CFLAGS=-O2 -Wall -Iintl -I. -Igrin -Itgws -Ilisp -Iinterpretor \
|
||||
- -include global.h
|
||||
+CFLAGS+= -Iintl -I. -Igrin -Itgws -Ilisp -Iinterpretor -include global.h
|
||||
+CXXFLAGS+= -Iintl -I. -Igrin -Itgws -Ilisp -Iinterpretor -include global.h
|
||||
|
||||
OBJ_GRIN=grin/addressbook.o grin/composition.o grin/message.o \
|
||||
grin/message_descriptor.o grin/mime.o grin/newsgroup.o \
|
||||
@@ -46,7 +46,7 @@ OBJ_GRINLISP=interpretor/grinlisp.o inte
|
||||
.SUFFIXES: .cpp .o .c
|
||||
|
||||
.cpp.o: $*.cpp
|
||||
- $(CPP) $(CFLAGS) -o $*.o -c $*.cpp
|
||||
+ $(CXX) $(CXXFLAGS) -o $*.o -c $*.cpp
|
||||
|
||||
.c.o: $*.c
|
||||
$(CC) $(CFLAGS) -o $*.o -c $*.c
|
||||
@@ -54,10 +54,10 @@ OBJ_GRINLISP=interpretor/grinlisp.o inte
|
||||
all: ttygrin
|
||||
|
||||
grinlisp: $(OBJ_GRINLISP)
|
||||
- $(CPP) -o $@ $(OBJ_GRINLISP)
|
||||
+ $(CXX) -o $@ $(OBJ_GRINLISP)
|
||||
|
||||
ttygrin: $(OBJ_TTYGRIN)
|
||||
- $(CPP) -o $@ $(OBJ_TTYGRIN) -lcurses
|
||||
+ $(CXX) -o $@ $(OBJ_TTYGRIN) -lcurses
|
||||
|
||||
libintl.a: $(OBJ_INTL)
|
||||
$(AR) cru $@ $(OBJ_INTL)
|
@ -1,3 +0,0 @@
|
||||
Screen-orientated interactive news and email client with MIME support,
|
||||
the ability to browse multiple news servers, and LISP scripting
|
||||
capabilities.
|
@ -1,3 +0,0 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2002/03/10 14:49:48 lebel Exp $
|
||||
bin/ttygrin
|
||||
man/man1/ttygrin.1
|
Loading…
x
Reference in New Issue
Block a user