summaryrefslogtreecommitdiff
path: root/sysutils
diff options
context:
space:
mode:
authorAndrey A. Chernov <ache@FreeBSD.org>2000-12-11 03:01:10 +0000
committerAndrey A. Chernov <ache@FreeBSD.org>2000-12-11 03:01:10 +0000
commitadeb50b04d5ca7371cc2c903da26d1c30f2f4231 (patch)
tree581796c185b2db9816aa325decd1d2111de72fd4 /sysutils
parent- Support CC/CFLAGS/X11BASE properly (diff)
Use building configuration independent pty range
PR: 23308
Notes
Notes: svn path=/head/; revision=35871
Diffstat (limited to 'sysutils')
-rw-r--r--sysutils/screen/Makefile2
-rw-r--r--sysutils/screen/files/patch-ad13
2 files changed, 12 insertions, 3 deletions
diff --git a/sysutils/screen/Makefile b/sysutils/screen/Makefile
index dabd7a8d9927..f5c07e01065f 100644
--- a/sysutils/screen/Makefile
+++ b/sysutils/screen/Makefile
@@ -7,7 +7,7 @@
PORTNAME= screen
PORTVERSION= 3.9.8
-PORTREVISION= 3
+PORTREVISION= 4
CATEGORIES= misc
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 652b9565f0c2..4c2627ecabbe 100644
--- a/sysutils/screen/files/patch-ad
+++ b/sysutils/screen/files/patch-ad
@@ -1,5 +1,5 @@
---- configure.old Wed Jun 14 18:04:30 2000
-+++ configure Tue Sep 5 19:26:25 2000
+--- configure.orig Wed Jun 14 18:04:30 2000
++++ configure Mon Dec 11 05:52:29 2000
@@ -2070,29 +2070,6 @@
cat conftest.$ac_ext >&5
rm -rf conftest*
@@ -48,3 +48,12 @@
}
EOF
if { (eval echo configure:2172: \"$ac_link\") 1>&5; (eval $ac_link) 2>&5; } && test -s conftest && (./conftest; exit) 2>/dev/null
+@@ -2270,7 +2245,7 @@
+ p0=`echo $ptys | tr ' ' '\012' | sed -e 's/^.*\(.\).$/\1/g' | sort -u | tr -d '\012'`
+ p1=`echo $ptys | tr ' ' '\012' | sed -e 's/^.*\(.\)$/\1/g' | sort -u | tr -d '\012'`
+ cat >> confdefs.h <<EOF
+-#define PTYRANGE0 "$p0"
++#define PTYRANGE0 "pqrsPQRS"
+ EOF
+
+ cat >> confdefs.h <<EOF