From owner-p4-projects@FreeBSD.ORG Mon Apr 25 05:01:36 2005 Return-Path: Delivered-To: p4-projects@freebsd.org Received: by hub.freebsd.org (Postfix, from userid 32767) id 134AD16A4D0; Mon, 25 Apr 2005 05:01:36 +0000 (GMT) Delivered-To: perforce@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id E291616A4CE for ; Mon, 25 Apr 2005 05:01:35 +0000 (GMT) Received: from repoman.freebsd.org (repoman.freebsd.org [216.136.204.115]) by mx1.FreeBSD.org (Postfix) with ESMTP id C808643D41 for ; Mon, 25 Apr 2005 05:01:35 +0000 (GMT) (envelope-from marcel@freebsd.org) Received: from repoman.freebsd.org (localhost [127.0.0.1]) by repoman.freebsd.org (8.13.1/8.13.1) with ESMTP id j3P51ZmN057815 for ; Mon, 25 Apr 2005 05:01:35 GMT (envelope-from marcel@freebsd.org) Received: (from perforce@localhost) by repoman.freebsd.org (8.13.1/8.13.1/Submit) id j3P51Zap057812 for perforce@freebsd.org; Mon, 25 Apr 2005 05:01:35 GMT (envelope-from marcel@freebsd.org) Date: Mon, 25 Apr 2005 05:01:35 GMT Message-Id: <200504250501.j3P51Zap057812@repoman.freebsd.org> X-Authentication-Warning: repoman.freebsd.org: perforce set sender to marcel@freebsd.org using -f From: Marcel Moolenaar To: Perforce Change Reviews Subject: PERFORCE change 75922 for review X-BeenThere: p4-projects@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: p4 projects tree changes List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 25 Apr 2005 05:01:36 -0000 http://perforce.freebsd.org/chv.cgi?CH=75922 Change 75922 by marcel@marcel_nfs on 2005/04/25 05:01:29 Don't build libvgl. It depends on consio.h, which is a header declared non grata on this branch. Affected files ... .. //depot/projects/tty/lib/Makefile#17 edit Differences ... ==== //depot/projects/tty/lib/Makefile#17 (text+ko) ==== @@ -33,7 +33,7 @@ ${_libncp} ${_libngatm} libopie libpam libpanel libpcap \ libpmc ${_libpthread} ${_libsdp} ${_libsm} ${_libsmb} ${_libsmdb} \ ${_libsmutil} libstand libtelnet ${_libthr} ${_libthread_db} libufs \ - libugidfw ${_libusbhid} ${_libvgl} libwrap liby libz ${_bind} + libugidfw ${_libusbhid} libwrap liby libz ${_bind} .if exists(${.CURDIR}/csu/${MACHINE_ARCH}-elf) _csu=csu/${MACHINE_ARCH}-elf @@ -60,7 +60,6 @@ .if ${MACHINE_ARCH} == "i386" _libncp= libncp _libsmb= libsmb -_libvgl= libvgl .endif .if ${MACHINE_ARCH} != "arm" && ${MACHINE_ARCH} != "ia64" && \