1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-20 20:09:11 +00:00

Update to 320

This commit is contained in:
Emanuel Haupt 2015-08-28 11:54:08 +00:00
parent 3d61803680
commit 3d4d2f4e54
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=395466
3 changed files with 3 additions and 15 deletions

View File

@ -2,8 +2,7 @@
# $FreeBSD$
PORTNAME= xterm
PORTVERSION= 319
PORTREVISION= 2
PORTVERSION= 320
CATEGORIES= x11
MASTER_SITES= ftp://invisible-island.net/xterm/:src1 \
LOCAL/ehaupt:src1 LOCAL/ehaupt:src2

View File

@ -1,4 +1,4 @@
SHA256 (xterm-319.tgz) = e3b3ef8c3f3f0288e830ead85a49616f63f284abac430f032d9b87ffe471227d
SIZE (xterm-319.tgz) = 1216710
SHA256 (xterm-320.tgz) = a60dbb574334c081425fa30f011cd9f571e3be7a91e2a84e252461798bce24a7
SIZE (xterm-320.tgz) = 1217356
SHA256 (bsd-xterm-icons-1.tgz) = fcf51dce0e23e9911a16ed7f2ce835bb6ff2ada65f023c29fdd8abda2795bf7c
SIZE (bsd-xterm-icons-1.tgz) = 22718

View File

@ -1,11 +0,0 @@
--- main.c.orig 2015-08-27 11:22:17 UTC
+++ main.c
@@ -3679,7 +3679,7 @@ spawnXTerm(XtermWidget xw)
added_utmp_entry = False;
#if defined(USE_UTEMPTER)
#undef UTMP
- if (xw->misc.login_shell && !resource.utmpInhibit) {
+ if ((xw->misc.login_shell || !command_to_exec) && !resource.utmpInhibit) {
struct UTMP_STR dummy;
/* Note: utempter may trim it anyway */