Index: head/x11/luit/files/patch-sys.c =================================================================== --- head/x11/luit/files/patch-sys.c (revision 511379) +++ head/x11/luit/files/patch-sys.c (nonexistent) @@ -1,11 +0,0 @@ ---- sys.c.orig 2012-03-23 04:23:07 UTC -+++ sys.c -@@ -256,7 +256,7 @@ setRawTermios(void) - rc = tcgetattr(0, &tio); - if (rc < 0) - return rc; -- tio.c_lflag &= (unsigned) ~(ECHO | ICANON | ISIG); -+ tio.c_lflag &= (unsigned) ~(ECHO | ICANON | IEXTEN | ISIG); - tio.c_iflag &= (unsigned) ~(ICRNL | IXOFF | IXON | ISTRIP); - #ifdef ONLCR - tio.c_oflag &= (unsigned) ~ONLCR; Property changes on: head/x11/luit/files/patch-sys.c ___________________________________________________________________ Deleted: fbsd:nokeywords ## -1 +0,0 ## -yes \ No newline at end of property Deleted: svn:eol-style ## -1 +0,0 ## -native \ No newline at end of property Deleted: svn:mime-type ## -1 +0,0 ## -text/plain \ No newline at end of property Index: head/x11/luit/Makefile =================================================================== --- head/x11/luit/Makefile (revision 511379) +++ head/x11/luit/Makefile (revision 511380) @@ -1,18 +1,29 @@ # $FreeBSD$ PORTNAME= luit -PORTVERSION= 1.1.1 -PORTREVISION= 1 +PORTVERSION= 20190106 CATEGORIES= x11 +MASTER_SITES= ftp://ftp.invisible-island.net/luit/ MAINTAINER= x11@FreeBSD.org COMMENT= Locale and ISO 2022 support for Unicode terminals -XORG_CAT= app -USE_XORG= x11 fontenc +LICENSE= MIT +LICENSE_FILE= ${WRKSRC}/COPYING -CONFIGURE_ARGS= --datadir=${LOCALBASE}/lib +USES= iconv localbase:ldflags tar:tgz pkgconfig xorg +USE_XORG= ice x11 xt + +GNU_CONFIGURE= yes + +BUILD_DEPENDS= ${LOCALBASE}/share/fonts/encodings/encodings.dir:x11-fonts/encodings + +CONFIGURE_ARGS= --x-libraries=${LOCALBASE}/lib \ + --x-includes=${LOCALBASE}/include \ + --with-encodings-dir=${LOCALBASE}/share/fonts/encodings/encodings.dir \ + --with-locale-alias=${LOCALBASE}/lib/X11/locale/locale.alias \ + --with-pkg-config=${LOCALBASE}/bin/pkg-config \ PLIST_FILES= bin/luit man/man1/luit.1.gz .include Index: head/x11/luit/distinfo =================================================================== --- head/x11/luit/distinfo (revision 511379) +++ head/x11/luit/distinfo (revision 511380) @@ -1,2 +1,3 @@ -SHA256 (xorg/app/luit-1.1.1.tar.bz2) = 30b0e787cb07a0f504b70f1d6123930522111ce9d4276f6683a69b322b49c636 -SIZE (xorg/app/luit-1.1.1.tar.bz2) = 140044 +TIMESTAMP = 1567812011 +SHA256 (luit-20190106.tgz) = 2b900f65ccdc38f8bfc11c6020069d055ba63fce6f90baefe8efc222a5ca3920 +SIZE (luit-20190106.tgz) = 190866 Index: head/x11/luit/pkg-descr =================================================================== --- head/x11/luit/pkg-descr (revision 511379) +++ head/x11/luit/pkg-descr (revision 511380) @@ -1,2 +1,4 @@ This package contains luit, a filter than can be run between an arbitrary application and a UTF-8 terminal emulator. + +WWW: https://invisible-island.net/luit/