Update to 3.7.6. work by bsmith@bfmni.com.
This commit is contained in:
parent
d443dc9658
commit
1c6e122108
@ -1,12 +1,12 @@
|
||||
# OpenBSD makefile for: screen
|
||||
# Version required: 3.7.4
|
||||
# Version required: 3.7.6
|
||||
# Date created: 17 November 1997
|
||||
# Whom: gene
|
||||
#
|
||||
# $OpenBSD: Makefile,v 1.4 1998/04/14 20:34:21 marc Exp $
|
||||
# $OpenBSD: Makefile,v 1.5 1999/02/20 00:42:29 fgsch Exp $
|
||||
#
|
||||
|
||||
DISTNAME= screen-3.7.4
|
||||
DISTNAME= screen-3.7.6
|
||||
CATEGORIES= misc
|
||||
MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/ \
|
||||
${MASTER_SITE_GNU}
|
||||
|
@ -1 +1 @@
|
||||
MD5 (screen-3.7.4.tar.gz) = c5ab40b068968075e41e25607dfce543
|
||||
MD5 (screen-3.7.6.tar.gz) = 9a353b828d79c3c143109265cae663a7
|
||||
|
@ -1,9 +1,9 @@
|
||||
--- configure.orig Fri May 2 07:37:26 1997
|
||||
+++ configure Mon Aug 3 09:37:57 1998
|
||||
@@ -2624,8 +2624,10 @@
|
||||
--- configure.orig Fri Feb 19 17:04:35 1999
|
||||
+++ configure Fri Feb 19 17:10:11 1999
|
||||
@@ -2706,8 +2706,10 @@
|
||||
cat > conftest.${ac_ext} <<EOF
|
||||
#include "confdefs.h"
|
||||
|
||||
#include <stdio.h>
|
||||
+#include <machine/ansi.h>
|
||||
+#include <machine/stdarg.h>
|
||||
int main() { return 0; }
|
||||
@ -12,7 +12,7 @@
|
||||
EOF
|
||||
if eval $ac_compile; then
|
||||
rm -rf conftest*
|
||||
@@ -3032,12 +3034,12 @@
|
||||
@@ -3114,12 +3116,12 @@
|
||||
|
||||
{
|
||||
test -n "$verbose" && \
|
||||
|
@ -1,4 +1,4 @@
|
||||
bin/screen-3.7.4
|
||||
bin/screen-3.7.6
|
||||
@exec ln -sf %f %B/screen
|
||||
@unexec rm -f %B/screen
|
||||
man/man1/screen.1
|
||||
|
Loading…
x
Reference in New Issue
Block a user