diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 2000-12-11 03:01:10 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 2000-12-11 03:01:10 +0000 |
commit | adeb50b04d5ca7371cc2c903da26d1c30f2f4231 (patch) | |
tree | 581796c185b2db9816aa325decd1d2111de72fd4 /misc/screen | |
parent | c02f0954c3777011ab72de1674b3aa38e65e6b4c (diff) | |
download | ports-adeb50b04d5ca7371cc2c903da26d1c30f2f4231.tar.gz ports-adeb50b04d5ca7371cc2c903da26d1c30f2f4231.zip |
Use building configuration independent pty range
PR: 23308
Notes
Notes:
svn path=/head/; revision=35871
Diffstat (limited to 'misc/screen')
-rw-r--r-- | misc/screen/Makefile | 2 | ||||
-rw-r--r-- | misc/screen/files/patch-ad | 13 |
2 files changed, 12 insertions, 3 deletions
diff --git a/misc/screen/Makefile b/misc/screen/Makefile index dabd7a8d9927..f5c07e01065f 100644 --- a/misc/screen/Makefile +++ b/misc/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/misc/screen/files/patch-ad b/misc/screen/files/patch-ad index 652b9565f0c2..4c2627ecabbe 100644 --- a/misc/screen/files/patch-ad +++ b/misc/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 |