checking utempter.h presence... no
checking for utempter.h... no
configure: checking for libutil(s)...
configure: checking getloadavg...
assuming posix signal definition
configure: checking for crypt and sec libraries...
configure: checking crypt...
configure: checking IRIX sun library...
configure: checking syslog...
configure: checking wait union...
configure: checking for termio or termios...
configure: checking getspnam...
configure: checking getttyent...
configure: checking fdwalk...
configure: checking whether memcpy/memmove/bcopy handles overlapping arguments...
checking long file names... yes
checking for vsprintf... yes
checking for dirent.h that defines DIR... yes
checking for library containing opendir... none required
checking for setenv... yes
checking for nl_langinfo(CODESET)... yes
checking for library containing gethostname... none required
checking for rename... yes
checking for fchmod... yes
checking for fchown... yes
checking for strerror... yes
checking for lstat... yes
checking for _exit... yes
checking for utimes... yes
checking for vsnprintf... yes
checking for getcwd... yes
checking for setlocale... yes
checking for strftime... yes
checking for the global screenrc file... "/usr/local/etc/screenrc"
checking for the utf8-encodings location... "/usr/local/share/screen/utf8encodings"
configure: creating ./config.status
config.status: creating Makefile
config.status: creating doc/Makefile
config.status: creating config.h
config.status: executing default commands
Now please check the pathnames in the Makefile and in the user
configuration section in config.h.
Then type 'make' to make screen. Good luck.
===> Building for screen-4.0.3_10
CPP="cpp " srcdir=. sh ./osdef.sh
AWK=nawk CC="cc -O2 -pipe -fno-strict-aliasing" srcdir=. sh ./comm.sh
AWK=nawk srcdir=. sh ./term.sh
cc -c -I. -I. -O2 -pipe -fno-strict-aliasing screen.c
cc -c -I. -I. -O2 -pipe -fno-strict-aliasing ansi.c
cc -c -I. -I. -O2 -pipe -fno-strict-aliasing fileio.c
cc -c -I. -I. -O2 -pipe -fno-strict-aliasing mark.c
cc -c -I. -I. -O2 -pipe -fno-strict-aliasing misc.c
cc -c -I. -I. -O2 -pipe -fno-strict-aliasing resize.c
cc -c -I. -I. -O2 -pipe -fno-strict-aliasing socket.c
cc -c -I. -I. -O2 -pipe -fno-strict-aliasing search.c
sh ./tty.sh tty.c
cc -c -I. -I. -O2 -pipe -fno-strict-aliasing tty.c
cc -c -I. -I. -O2 -pipe -fno-strict-aliasing term.c
cc -c -I. -I. -O2 -pipe -fno-strict-aliasing window.c
cc -c -I. -I. -O2 -pipe -fno-strict-aliasing utmp.c
cc -c -I. -I. -O2 -pipe -fno-strict-aliasing loadav.c
cc -c -I. -I. -O2 -pipe -fno-strict-aliasing putenv.c
cc -c -I. -I. -O2 -pipe -fno-strict-aliasing help.c
cc -c -I. -I. -O2 -pipe -fno-strict-aliasing termcap.c
cc -c -I. -I. -O2 -pipe -fno-strict-aliasing input.c
cc -c -I. -I. -O2 -pipe -fno-strict-aliasing attacher.c
cc -c -I. -I. -O2 -pipe -fno-strict-aliasing pty.c
cc -c -I. -I. -O2 -pipe -fno-strict-aliasing process.c
cc -c -I. -I. -O2 -pipe -fno-strict-aliasing display.c
cc -c -I. -I. -O2 -pipe -fno-strict-aliasing comm.c
cc -c -I. -I. -O2 -pipe -fno-strict-aliasing kmapdef.c
cc -c -I. -I. -O2 -pipe -fno-strict-aliasing acls.c
cc -c -I. -I. -O2 -pipe -fno-strict-aliasing braille.c
cc -c -I. -I. -O2 -pipe -fno-strict-aliasing braille_tsi.c
cc -c -I. -I. -O2 -pipe -fno-strict-aliasing logfile.c
cc -c -I. -I. -O2 -pipe -fno-strict-aliasing layer.c
cc -c -I. -I. -O2 -pipe -fno-strict-aliasing sched.c
cc -c -I. -I. -O2 -pipe -fno-strict-aliasing teln.c
cc -c -I. -I. -O2 -pipe -fno-strict-aliasing nethack.c
cc -c -I. -I. -O2 -pipe -fno-strict-aliasing encoding.c
cc -o screen screen.o ansi.o fileio.o mark.o misc.o resize.o socket.o search.o tty.o term.o window.o utmp.o loadav.o putenv.o help.o termcap.o input.o attacher.o pty.o process.o display.o comm.o kmapdef.o acls.o braille.o braille_tsi.o logfile.o layer.o sched.o teln.o nethack.o encoding.o -ltermcap -lutil -lutil -lcrypt
===> Installing for screen-4.0.3_10
===> Generating temporary packing list
===> Checking if sysutils/screen already installed
./etc/mkinstalldirs /usr/local/bin `sed < config.h -n -e '/define SCREENENCODINGS/s/^.*"\([^"]*\)"/\1/p'`
mkdir /usr/local/share/screen
mkdir /usr/local/share/screen/utf8encodings
cd doc ; make installdirs
./../etc/mkinstalldirs /usr/local/man/man1
./../etc/mkinstalldirs /usr/local/info/
install -s -o root -g wheel -m 555 screen /usr/local/bin/screen
chown root:wheel /usr/local/bin/screen && chmod 4755 /usr/local/bin/screen
cp ./utf8encodings/?? `sed < config.h -n -e '/define SCREENENCODINGS/s/^.*"\([^"]*\)"/\1/p'`
cd doc ; make install
./../etc/mkinstalldirs /usr/local/man/man1
./../etc/mkinstalldirs /usr/local/info/
install -o root -g wheel -m 444 ./screen.1 /usr/local/man/man1/screen.1
make screen.info
makeinfo --no-split ./screen.texinfo -o screen.info
./screen.texinfo:2891: warning: Accent command `@'' must not be followed by whitespace.
if test -f screen.info; then d=.; else d=.; fi; if test -f $d/screen.info; then for f in $d/screen.info*; do install -o root -g wheel -m 444 $f /usr/local/info/;done; if /bin/sh -c 'install-info --version' >/dev/null 2>&1; then install-info --info-dir=/usr/local/info/ /usr/local/info//screen.info; else true; fi; fi
if [ -d /usr/lib/terminfo ]; then PATH="$PATH:/usr/5bin" tic ./terminfo/screeninfo.src; chmod 644 /usr/lib/terminfo/s/screen*; fi
termcap entry (./terminfo/screencap) should be installed manually.
You may also want to install ./etc/etcscreenrc in /usr/local/etc/screenrc
install-info --quiet /usr/local/info/screen.info /usr/local/info/dir
===> Compressing manual pages for screen-4.0.3_10
===> Registering installation for screen-4.0.3_10
===> SECURITY REPORT:
This port has installed the following binaries which execute with
increased privileges.
/usr/local/bin/screen
If there are vulnerabilities in these programs there may be a security
risk to the system. FreeBSD makes no guarantee about the security of
ports included in the Ports Collection. Please type 'make deinstall'
to deinstall the port if this is a concern.
For more information, and contact details about the security
status of this software, see the following webpage:
http://www.gnu.org/software/screen/
===> Cleaning for screen-4.0.3_10