[Midnightbsd-cvs] mports [15709] trunk/x11/xterm: xterm 300
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Dec 22 12:29:25 EST 2013
Revision: 15709
http://svnweb.midnightbsd.org/mports/?rev=15709
Author: laffer1
Date: 2013-12-22 12:29:24 -0500 (Sun, 22 Dec 2013)
Log Message:
-----------
xterm 300
Modified Paths:
--------------
trunk/x11/xterm/Makefile
trunk/x11/xterm/distinfo
Modified: trunk/x11/xterm/Makefile
===================================================================
--- trunk/x11/xterm/Makefile 2013-12-22 17:24:36 UTC (rev 15708)
+++ trunk/x11/xterm/Makefile 2013-12-22 17:29:24 UTC (rev 15709)
@@ -1,7 +1,7 @@
# $MidnightBSD$
PORTNAME= xterm
-PORTVERSION= 299
+PORTVERSION= 300
CATEGORIES= x11
MASTER_SITES= ftp://invisible-island.net/xterm/:src1 \
CRITICAL:src1 CRITICAL:src2
@@ -19,7 +19,6 @@
USE_XORG= xaw xft
WANT_GNOME= desktopfileutils
GNU_CONFIGURE= yes
-MAKE_JOBS_SAFE= yes
CONFIGURE_ENV+= LIBS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS+= --with-utempter --enable-narrowproto
@@ -28,11 +27,12 @@
ICONVERSION= 1
-OPTIONS_DEFINE= WCHAR LUIT DECTERM PCRE GNOME DABBREV 256COLOR
+OPTIONS_DEFINE= WCHAR LUIT DECTERM PCRE GNOME DABBREV 256COLOR SIXEL
DABBREV_DESC= Enable support for dabbrev-expand
DECTERM_DESC= Enable DECterm Locator support
LUIT_DESC= Use LUIT for locale convertion from/to UTF-8
+SIXEL_DESC= Enable Sixel graphics support
WCHAR_DESC= Enable wide-character support
256COLOR_DESC= Enable 256-color support
@@ -66,6 +66,10 @@
CONFIGURE_ARGS+= --enable-dabbrev
.endif
+.if ${PORT_OPTIONS:MSIXEL}
+CONFIGURE_ARGS+= --enable-sixel-graphics
+.endif
+
.if ${PORT_OPTIONS:MGNOME}
USE_GNOME= desktopfileutils
PLIST_SUB+= GNOME=""
Modified: trunk/x11/xterm/distinfo
===================================================================
--- trunk/x11/xterm/distinfo 2013-12-22 17:24:36 UTC (rev 15708)
+++ trunk/x11/xterm/distinfo 2013-12-22 17:29:24 UTC (rev 15709)
@@ -1,4 +1,4 @@
-SHA256 (xterm-299.tgz) = 935d022093daa2521803d4eecc41a128f48cf690b4354df16b05d813a04dc0dc
-SIZE (xterm-299.tgz) = 1123296
+SHA256 (xterm-300.tgz) = 615095640cc357405ecae3521b00d8027b3016d21ea235e337f3bed0083e17cd
+SIZE (xterm-300.tgz) = 1123519
SHA256 (bsd-xterm-icons-1.tgz) = fcf51dce0e23e9911a16ed7f2ce835bb6ff2ada65f023c29fdd8abda2795bf7c
SIZE (bsd-xterm-icons-1.tgz) = 22718
More information about the Midnightbsd-cvs
mailing list