aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorCy Schubert <cy@FreeBSD.org>2006-05-30 11:55:35 +0000
committerCy Schubert <cy@FreeBSD.org>2006-05-30 11:55:35 +0000
commit98b2775b270a0b2fe1de513990a4455046abb619 (patch)
tree90655fedd73bddf50ea74c68296df5dd92e334fe
parent549415894e5d0ae245f561a75b1ceee99bf349d3 (diff)
Notes
-rw-r--r--sysutils/screen/Makefile2
-rw-r--r--sysutils/screen/files/patch-ad9
2 files changed, 6 insertions, 5 deletions
diff --git a/sysutils/screen/Makefile b/sysutils/screen/Makefile
index 0eb1dbd07b0c..7cdb328035b4 100644
--- a/sysutils/screen/Makefile
+++ b/sysutils/screen/Makefile
@@ -7,7 +7,7 @@
PORTNAME= screen
PORTVERSION= 4.0.2
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= sysutils
MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/ \
${MASTER_SITE_GNU}
diff --git a/sysutils/screen/files/patch-ad b/sysutils/screen/files/patch-ad
index 8e5a4af1448b..a5a9dd9fa1fa 100644
--- a/sysutils/screen/files/patch-ad
+++ b/sysutils/screen/files/patch-ad
@@ -1,5 +1,5 @@
---- configure.orig Mon Jan 26 15:55:18 2004
-+++ configure Mon Jan 26 15:58:50 2004
+--- configure.orig Fri Dec 5 15:46:53 2003
++++ configure Sat Mar 4 10:18:24 2006
@@ -4746,48 +4746,6 @@
sed 's/^/| /' conftest.$ac_ext >&5
@@ -58,16 +58,17 @@
if test "$cross_compiling" = yes; then
{ { echo "$as_me:$LINENO: error: cannot run test program while cross compiling
-@@ -4927,7 +4883,7 @@
+@@ -4927,7 +4883,8 @@
main()
{
- exit(strcmp(tgoto("%p1%d", 0, 1), "1") ? 0 : 1);
++ char *tgoto(const char *, int, int);
+ exit(strcmp(tgoto("%d%d", 0, 1), "1") ? 0 : 1);
}
_ACEOF
rm -f conftest$ac_exeext
-@@ -5314,18 +5270,15 @@
+@@ -5314,18 +5271,15 @@
fi
rm -f conftest*