Index: head/x11/xterm/Makefile =================================================================== --- head/x11/xterm/Makefile (revision 253694) +++ head/x11/xterm/Makefile (revision 253695) @@ -1,62 +1,62 @@ # New ports collection makefile for: xterm # Date created: 24.07.2004 # Whom: krion # # $FreeBSD$ # PORTNAME= xterm -PORTVERSION= 253 +PORTVERSION= 258 CATEGORIES= x11 MASTER_SITES= ftp://invisible-island.net/xterm/ \ http://voodoo.bawue.com/download/ EXTRACT_SUFX= .tgz MAINTAINER= krion@FreeBSD.org COMMENT= Terminal emulator for the X Window System BUILD_DEPENDS= luit:${PORTSDIR}/x11/luit USE_XORG= xaw xft GNU_CONFIGURE= yes CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ LIBS="-L${LOCALBASE}/lib" CONFIGURE_ARGS+=--with-utempter --enable-narrowproto .if !defined(WITHOUT_WIDE_CHARS) CONFIGURE_ARGS+= --enable-wide-chars --enable-luit .endif .if defined(WITH_256_COLOR) CONFIGURE_ARGS+= --enable-256-color .endif MAN1= resize.1 koi8rxterm.1 uxterm.1 xterm.1 .include .if ${OSVERSION} < 900004 LIB_DEPENDS= utempter.0:${PORTSDIR}/sysutils/libutempter .endif post-install: @${CHMOD} 4711 ${PREFIX}/bin/xterm .if !defined(WITHOUT_WIDE_CHARS) @${ECHO_MSG} @${ECHO_MSG} '********************************************************' @${ECHO_MSG} ' NOTE: you installed xterm with wide chars support.' @${ECHO_MSG} ' This introduces some limitations comparing to the' @${ECHO_MSG} ' plain single chars version: this version of xterm' @${ECHO_MSG} ' will use UTF-8 charset for selection buffers,' @${ECHO_MSG} ' breaking 8-bit copy/paste support unless you are' @${ECHO_MSG} ' using UTF-8 or ISO8859-1 locale. If you want' @${ECHO_MSG} ' 8-bit charset selections to work as before, use' @${ECHO_MSG} ' "eightBitSelectTypes" XTerm resource setting.' @${ECHO_MSG} @${ECHO_MSG} ' For further information refer to the SELECT/PASTE' @${ECHO_MSG} ' section of xterm(1) manual page.' @${ECHO_MSG} '********************************************************' @${ECHO_MSG} .endif .include Property changes on: head/x11/xterm/Makefile ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.72 \ No newline at end of property +1.73 \ No newline at end of property Index: head/x11/xterm/distinfo =================================================================== --- head/x11/xterm/distinfo (revision 253694) +++ head/x11/xterm/distinfo (revision 253695) @@ -1,3 +1,3 @@ -MD5 (xterm-253.tgz) = 363cc4865b7691bd0ae5eebb42cde9c9 -SHA256 (xterm-253.tgz) = 2f01dd9460d816b6c1cd67927a88831704a0ca08e086bb30c116b21f1e099f53 -SIZE (xterm-253.tgz) = 902751 +MD5 (xterm-258.tgz) = bcf4f0ba51f5f58fd5bef76b3d05e40e +SHA256 (xterm-258.tgz) = 6e25c1c0fd9071f08f81637a1bf0e825a18f26f97e909cc56df40417f173bd3d +SIZE (xterm-258.tgz) = 919580 Property changes on: head/x11/xterm/distinfo ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.45 \ No newline at end of property +1.46 \ No newline at end of property Index: head/x11/xterm/pkg-plist =================================================================== --- head/x11/xterm/pkg-plist (revision 253694) +++ head/x11/xterm/pkg-plist (revision 253695) @@ -1,12 +1,14 @@ bin/koi8rxterm bin/resize bin/uxterm bin/xterm lib/X11/app-defaults/KOI8RXTerm +lib/X11/app-defaults/KOI8RXTerm-color lib/X11/app-defaults/UXTerm +lib/X11/app-defaults/UXTerm-color lib/X11/app-defaults/XTerm lib/X11/app-defaults/XTerm-color share/pixmaps/xterm-color_32x32.xpm share/pixmaps/xterm-color_48x48.xpm share/pixmaps/xterm_32x32.xpm share/pixmaps/xterm_48x48.xpm Property changes on: head/x11/xterm/pkg-plist ___________________________________________________________________ Modified: cvs2svn:cvs-rev ## -1 +1 ## -1.6 \ No newline at end of property +1.7 \ No newline at end of property