| Summary: | update misc/screen to 3.9.4 | ||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Product: | Ports & Packages | Reporter: | Alexander N. Kabaev <kan> | ||||||||
| Component: | Individual Port(s) | Assignee: | Andrey A. Chernov <ache> | ||||||||
| Status: | Closed FIXED | ||||||||||
| Severity: | Affects Only Me | ||||||||||
| Priority: | Normal | ||||||||||
| Version: | Latest | ||||||||||
| Hardware: | Any | ||||||||||
| OS: | Any | ||||||||||
| Attachments: |
|
||||||||||
Responsible Changed From-To: freebsd-ports->ache Over to port's maintainer. State Changed From-To: open->closed Outdated by ports/13641 |
update misc/screen to 3.9.4 changed files: Makefile files/md5 pkg/PLIST removed file: patches/patch-ac Fix: -DISTNAME= screen-3.7.6 +DISTNAME= screen-3.9.4 CATEGORIES= misc MASTER_SITES= ftp://ftp.uni-erlangen.de/pub/utilities/screen/ \ ${MASTER_SITE_GNU} - CC = @CC@ -- CFLAGS = -O - LDFLAGS = - LIBS = @LIBS@ + info screen.info: screen.texinfo +! $(MAKEINFO) $(srcdir)/screen.texinfo -o screen.info ---- 20,25 ---- -*************** -*** 79,85 **** - - install: install_bin - cd doc ; $(MAKE) install -! -tic ${srcdir}/terminfo/screeninfo.src - # Better do this by hand. E.g. under RCS... - # cat ${srcdir}/terminfo/screencap >> /etc/termcap - @echo "termcap entry (${srcdir}/terminfo/screencap) should be installed manually." ---- 78,84 ---- + install: installdirs + $(INSTALL_DATA) $(srcdir)/screen.1 $(mandir)/man1/screen.1 +--- 20,27 ---- + $(TEXI2DVI) $(srcdir)/screen.texinfo + + info screen.info: screen.texinfo +! rm -f ./screen.info* +! $(MAKEINFO) --no-split $(srcdir)/screen.texinfo -o screen.info - install: install_bin - cd doc ; $(MAKE) install -! # -tic ${srcdir}/terminfo/screeninfo.src - # Better do this by hand. E.g. under RCS... - # cat ${srcdir}/terminfo/screencap >> /etc/termcap - @echo "termcap entry (${srcdir}/terminfo/screencap) should be installed manually." -*** configure.old Fri May 2 07:37:26 1997 ---- configure Thu Jul 23 13:39:45 1998 + install: installdirs + $(INSTALL_DATA) $(srcdir)/screen.1 $(mandir)/man1/screen.1 *************** -*** 2327,2333 **** - - test -n "$silent" || echo "checking for crypt and sec libraries" - test -f /lib/libcrypt_d.a || test -f /usr/lib/libcrypt_d.a && LIBS="$LIBS -lcrypt_d" -! test -f /lib/libcrypt.a || test -f /usr/lib/libcrypt.a && LIBS="$LIBS -lcrypt" - test -f /lib/libsec.a || test -f /usr/lib/libsec.a && LIBS="$LIBS -lsec" - test -f /lib/libshadow.a || test -f /usr/lib/libshadow.a && LIBS="$LIBS -lshadow" - ---- 2327,2333 ---- - - test -n "$silent" || echo "checking for crypt and sec libraries" - test -f /lib/libcrypt_d.a || test -f /usr/lib/libcrypt_d.a && LIBS="$LIBS -lcrypt_d" -! test -f /lib/libcrypt.a || test -f /usr/lib/libcrypt.a || test -f /usr/lib/aout/libcrypt.a && LIBS="$LIBS -lcrypt" - test -f /lib/libsec.a || test -f /usr/lib/libsec.a && LIBS="$LIBS -lsec" - test -f /lib/libshadow.a || test -f /usr/lib/libshadow.a && LIBS="$LIBS -lshadow" +*** 28,36 **** + -if test -f screen.info; then d=.; else d=$(srcdir); fi; \ + if test -f $$d/screen.info; then \ + for f in $$d/screen.info*; do $(INSTALL_DATA) $$f $(infodir);done; \ +- if $(SHELL) -c 'install-info --version' >/dev/null 2>&1; then \ +- install-info --info-dir=$(infodir) $$d/screen.info; \ +- else true; fi; \ + fi + uninstall: +--- 29,34 ---- How-To-Repeat: n/a