From owner-cvs-all Tue Aug 21 4:20:28 2001 Delivered-To: cvs-all@freebsd.org Received: from freefall.freebsd.org (freefall.freebsd.org [216.136.204.21]) by hub.freebsd.org (Postfix) with ESMTP id 5609E37B401; Tue, 21 Aug 2001 04:20:24 -0700 (PDT) (envelope-from olgeni@FreeBSD.org) Received: (from olgeni@localhost) by freefall.freebsd.org (8.11.4/8.11.4) id f7LBKOq22981; Tue, 21 Aug 2001 04:20:24 -0700 (PDT) (envelope-from olgeni) Message-Id: <200108211120.f7LBKOq22981@freefall.freebsd.org> From: Jimmy Olgeni Date: Tue, 21 Aug 2001 04:20:23 -0700 (PDT) To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: ports/net/kdenetwork2 Makefile pkg-plist X-FreeBSD-CVS-Branch: HEAD Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG olgeni 2001/08/21 04:20:23 PDT Modified files: net/kdenetwork2 Makefile pkg-plist Log: Revive the talkd related files in pkg-plist, and unconditionally enable building for bento. KDE tries to find the utmp file while building in bento's chroot, and doesn't find it: the talkd build is skipped because KDE does not understand how to locate users (its /proc method applies to Linux only). Just teach KDE to take our word for it and avoid the utmp check entirely (AC_CHECK_UTMP_FILE): the talkd application will then be built by default. Revision Changes Path 1.63 +2 -1 ports/net/kdenetwork2/Makefile 1.26 +11 -0 ports/net/kdenetwork2/pkg-plist To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message