Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 25 Dec 2008 12:31:37 +0300 (MSK)
From:      Yuri Pankov <yuri.pankov@gmail.com>
To:        FreeBSD-gnats-submit@FreeBSD.org
Cc:        krion@FreeBSD.org
Subject:   ports/129924: [PATCH] x11/xterm: depend on sysutils/libutempter
Message-ID:  <200812250931.mBP9Vbtc072105@darklight.homeunix.org>
Resent-Message-ID: <200812250940.mBP9e162042116@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help

>Number:         129924
>Category:       ports
>Synopsis:       [PATCH] x11/xterm: depend on sysutils/libutempter
>Confidential:   no
>Severity:       non-critical
>Priority:       low
>Responsible:    freebsd-ports-bugs
>State:          open
>Quarter:        
>Keywords:       
>Date-Required:
>Class:          change-request
>Submitter-Id:   current-users
>Arrival-Date:   Thu Dec 25 09:40:01 UTC 2008
>Closed-Date:
>Last-Modified:
>Originator:     Yuri Pankov
>Release:        FreeBSD 8.0-CURRENT amd64
>Organization:
>Environment:
System: FreeBSD darklight.homeunix.org 8.0-CURRENT FreeBSD 8.0-CURRENT #0: Wed Dec  3 06:14:28 UTC
>Description:
Add dependency on sysutils/libutempter to actually fix utmp support (was supposed to be fixed in rev.1.26?)

Port maintainer (krion@FreeBSD.org) is cc'd.

Generated with FreeBSD Port Tools 0.77
>How-To-Repeat:
>Fix:

--- xterm-237_1.patch begins here ---
Index: Makefile
===================================================================
RCS file: /home/ncvs/ports/x11/xterm/Makefile,v
retrieving revision 1.58
diff -u -r1.58 Makefile
--- Makefile	4 Oct 2008 11:59:37 -0000	1.58
+++ Makefile	25 Dec 2008 09:06:22 -0000
@@ -7,6 +7,7 @@
 
 PORTNAME=	xterm
 PORTVERSION=	237
+PORTREVISION=	1
 CATEGORIES=	x11
 MASTER_SITES=	ftp://invisible-island.net/xterm/ \
 		http://voodoo.bawue.com/download/
@@ -16,6 +17,7 @@
 COMMENT=	Terminal emulator for the X Window System
 
 BUILD_DEPENDS=	luit:${PORTSDIR}/x11/luit
+LIB_DEPENDS=	utempter.0:${PORTSDIR}/sysutils/libutempter
 
 USE_XORG=	xaw xft
 GNU_CONFIGURE=	yes
--- xterm-237_1.patch ends here ---

>Release-Note:
>Audit-Trail:
>Unformatted:



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200812250931.mBP9Vbtc072105>